[Bf-blender-cvs] [39b3327490c] master: Fix: Missed this line in last commit

William Reynish noreply at git.blender.org
Mon Feb 10 11:04:35 CET 2020


Commit: 39b3327490c6f1b34ac516dce86a4148cad61ef1
Author: William Reynish
Date:   Mon Feb 10 11:04:34 2020 +0100
Branches: master
https://developer.blender.org/rB39b3327490c6f1b34ac516dce86a4148cad61ef1

Fix: Missed this line in last commit

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

M	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 4eb93f0f93c..aca358870c8 100644
--- a/release/scripts/startup/bl_ui/properties_data_bone.py
+++ b/release/scripts/startup/bl_ui/properties_data_bone.py
@@ -456,6 +456,7 @@ classes = (
     BONE_PT_inverse_kinematics,
     BONE_PT_deform,
     BONE_PT_display,
+    BONE_PT_display_custom_shape,
     BONE_PT_custom_props,
 )



More information about the Bf-blender-cvs mailing list