From ffd56fdae493ed975903029f10173b79540ccc0a Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 16 May 2012 02:40:14 +0000 Subject: Bugfix [#31469] 'cyclic offset' option is broken Removing this option from the UI. Cyclic offset and/or other the myriad of other half-working walk/stride cycle stuff has been removed pending further review at a later date about what's really needed, and the best way to do so with regards to different rig types (i.e. setup antagonistic). --- release/scripts/startup/bl_ui/properties_data_bone.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'release/scripts/startup/bl_ui/properties_data_bone.py') diff --git a/release/scripts/startup/bl_ui/properties_data_bone.py b/release/scripts/startup/bl_ui/properties_data_bone.py index 10c4c1fdd04..11524cf9c03 100644 --- a/release/scripts/startup/bl_ui/properties_data_bone.py +++ b/release/scripts/startup/bl_ui/properties_data_bone.py @@ -356,9 +356,6 @@ class BONE_PT_deform(BoneButtonsPanel, Panel): sub.prop(bone, "bbone_in", text="Ease In") sub.prop(bone, "bbone_out", text="Ease Out") - col.label(text="Offset:") - col.prop(bone, "use_cyclic_offset") - class BONE_PT_custom_props(BoneButtonsPanel, PropertyPanel, Panel): COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'} -- cgit v1.2.3