[Bf-blender-cvs] [8634b9f] alembic_basic_io: Fix for missing property.

Kévin Dietrich noreply at git.blender.org
Tue Jun 21 14:11:07 CEST 2016


Commit: 8634b9f28dc022ab743db876339c9789ba0ae685
Author: Kévin Dietrich
Date:   Tue Jun 21 13:53:33 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB8634b9f28dc022ab743db876339c9789ba0ae685

Fix for missing property.

===================================================================

M	release/scripts/startup/bl_ui/properties_constraint.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 6cfcd68..7fe4f40 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -883,7 +883,6 @@ class ConstraintButtonsPanel:
     def TRANSFORMCACHE(self, context, layout, con):
         layout.template_cache_file(con, "cache_file")
         layout.prop(con, "abc_object_path")
-        layout.prop(con, "scale")
 
     def SCRIPT(self, context, layout, con):
         layout.label("Blender 2.6 doesn't support python constraints yet")




More information about the Bf-blender-cvs mailing list