Allow export full perm item on opensim if it doesn't support the export bit.
This addresses https://code.google.com/p/singularity-viewer/issues/detail?id=1003
This commit is contained in:
@@ -123,7 +123,7 @@ namespace DAEExportUtil
|
||||
LLPermissions* perms = node->mPermissions; // Is perms ever NULL?
|
||||
// This tests the PERM_EXPORT bit too, which is not really necessary (just checking if it's set
|
||||
// on the root prim would suffice), but also isn't hurting.
|
||||
return perms && perms->allowExportBy(gAgentID, LFSimFeatureHandler::instance().simSupportsExport());
|
||||
return perms && perms->allowExportBy(gAgentID, LFSimFeatureHandler::instance().exportPolicy());
|
||||
}
|
||||
|
||||
void saveSelectedObject()
|
||||
|
||||
Reference in New Issue
Block a user