소스 검색

Add: BBone Handle Scale is now functional

Joseph Brandenburg 9 달 전
부모
커밋
bebfdb579f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      xForm_containers.py

+ 4 - 0
xForm_containers.py

@@ -571,6 +571,10 @@ class xFormBone:
             # 'bbone_curveinz'             : ("BBone Z Curve-In", pb.bone.bbone_curveinz),
             # 'bbone_curveoutx'            : ("BBone X Curve-Out", pb.bone.bbone_curveoutx),
             # 'bbone_curveoutz'            : ("BBone Z Curve-Out", pb.bone.bbone_curveoutz),
+            # TODO this section should be done with props-socket thing
+            b.bbone_handle_use_scale_start = self.evaluate_input("BBone Start Handle Scale")
+            b.bbone_handle_use_scale_start = self.evaluate_input("BBone End Handle Scale")
+
             
         import bpy
         from .drivers import MantisDriver