diff options
author | Charles Krinke | 2008-04-23 14:31:54 +0000 |
---|---|---|
committer | Charles Krinke | 2008-04-23 14:31:54 +0000 |
commit | 67f2b89bf6f6d071c61c313cc900cfc375b185d4 (patch) | |
tree | 15093546aa56fe04fa14b617de3551c34a4e8736 /OpenSim/Region/ClientStack/ClientView.cs | |
parent | * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl... (diff) | |
download | opensim-SC_OLD-67f2b89bf6f6d071c61c313cc900cfc375b185d4.zip opensim-SC_OLD-67f2b89bf6f6d071c61c313cc900cfc375b185d4.tar.gz opensim-SC_OLD-67f2b89bf6f6d071c61c313cc900cfc375b185d4.tar.bz2 opensim-SC_OLD-67f2b89bf6f6d071c61c313cc900cfc375b185d4.tar.xz |
Thank you kindly, Tyre for :
Commands with arguments enclosed in Double quotation marks (e.g. filenames or objects with embedded blanks) should be parsed correctly. e.g.:
console command "edit-scale" don't accept prim names with embedded blanks
edit-scale Prim 20x20x20 20 20 20
Region# :
edit-scale "Prim 20x20x20" 20 20 20
Region# :
edit-scale Prim20x20x20 20 20 20
Searching for Primitive: 'Prim20x20x20'
Edited scale of Primitive: Prim20x20x20
Region# :
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions