diff options
author | UbitUmarov | 2012-10-03 23:14:56 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-03 23:14:56 +0100 |
commit | 9988558ec16144f1a69b666d39428cda4c0849c3 (patch) | |
tree | 30f652e355115fe0451b05956948ab77cb813aff /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | making meshworker have more work.. (diff) | |
download | opensim-SC-9988558ec16144f1a69b666d39428cda4c0849c3.zip opensim-SC-9988558ec16144f1a69b666d39428cda4c0849c3.tar.gz opensim-SC-9988558ec16144f1a69b666d39428cda4c0849c3.tar.bz2 opensim-SC-9988558ec16144f1a69b666d39428cda4c0849c3.tar.xz |
meshworker basic replacement of SOP CheckSculptAndLoad ( for now disabled
for all physics engines)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index e6ad89c..1bddf22 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4902,6 +4902,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
4902 | { | 4902 | { |
4903 | // m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId); | 4903 | // m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId); |
4904 | 4904 | ||
4905 | return; | ||
4906 | |||
4905 | if (ParentGroup.IsDeleted) | 4907 | if (ParentGroup.IsDeleted) |
4906 | return; | 4908 | return; |
4907 | 4909 | ||