mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
add missing oar load help text; verify asset fullid on save to oar
This commit is contained in:
@@ -299,6 +299,10 @@ namespace OpenSim
|
||||
+ " --mergeReplaceObjects if scene as a object with same id, replace it\n"
|
||||
+ " without this option, skip loading that object\n"
|
||||
+ "--skip-assets will load the OAR but ignore the assets it contains.\n"
|
||||
+ "--force-assets will load the OAR and try to upload the assets it contains.\n"
|
||||
+ " it will REPLACE those assets on local region cache\n"
|
||||
+ " it will also try to upload them to service, but that only work if they are not present"
|
||||
+ " Avoid using this except for some recovery atempts"
|
||||
+ "--default-user will use this user for any objects with an owner whose UUID is not found in the grid.\n"
|
||||
+ "--no-objects suppresses the addition of any objects (good for loading only the terrain).\n"
|
||||
+ "--rotation specified rotation to be applied to the oar. Specified in degrees.\n"
|
||||
|
||||
Reference in New Issue
Block a user