Просмотр исходного кода

Fix: BBone End Handle Scale

and update version
Joseph Brandenburg 8 месяцев назад
Родитель
Сommit
2b7a3648c7
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      blender_manifest.toml
  2. 1 1
      xForm_containers.py

+ 1 - 1
blender_manifest.toml

@@ -3,7 +3,7 @@ schema_version = "1.0.0"
 # Example of manifest file for a Blender extension
 # Change the values according to your extension
 id = "mantis"
-version = "0.9.5"
+version = "0.9.6"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"

+ 1 - 1
xForm_containers.py

@@ -507,7 +507,7 @@ class xFormBone:
             # '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")
+            b.bbone_handle_use_scale_end = self.evaluate_input("BBone End Handle Scale")
 
             
         import bpy