Browse Source

Fix: Custom Object & Custom Transform not cleared properly

Joseph Brandenburg 7 months ago
parent
commit
234c48d145
1 changed files with 2 additions and 1 deletions
  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")