OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 618277e797 Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID itemID) for now
As far as I can see, this is only invoked by a PUT request to ObjectHandlers, which is not being used anyway.
Invoking attachments code at this point is probably inappropriate since it would still be invoked when the client entered the scene.
Being commented to simplify analysis of attachments issues.  Can be uncommented when in use.
Also, small tweak to lock and log removal of a SOG from the SceneObjectGroupsByLocalPartID collection in SceneGraph.GetGroupByPrim() if an inconsistency is found.
2011-09-13 20:25:32 +01:00
..
Application When creating an OAR, optionally exclude objects according to their permissions 2011-09-12 20:09:24 +01:00
ClientStack
CoreModules
DataSnapshot
Examples/SimpleModule
Framework
OptionalModules
Physics
RegionCombinerModule
ReplaceableModules
ScriptEngine
UserStatistics