Browse Source

Fix: Custom Object & Custom Transform not cleared properly

Joseph Brandenburg 7 tháng trước cách đây
mục cha
commit
234c48d145
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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")