Преглед изворни кода

Fix: Custom Object & Custom Transform not cleared properly

Joseph Brandenburg пре 7 месеци
родитељ
комит
234c48d145
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      xForm_containers.py

+ 2 - 1
xForm_containers.py

@@ -550,7 +550,8 @@ class xFormBone(MantisNode):
 
 
 
-    
+        pb.custom_shape_transform = None
+        pb.custom_shape = None
         
         if len(self.inputs["Custom Object xForm Override"].links) > 0:
             trace = trace_single_line(self, "Custom Object xForm Override")