瀏覽代碼

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")