[Bf-blender-cvs] [233d03934a0] greasepencil-object: UI: Make interpolate panel open by default

Antonio Vazquez noreply at git.blender.org
Tue Jul 4 16:55:41 CEST 2017


Commit: 233d03934a09579d1e86f6e6ecd452e0c87f4729
Author: Antonio Vazquez
Date:   Tue Jul 4 16:55:34 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB233d03934a09579d1e86f6e6ecd452e0c87f4729

UI: Make interpolate panel open by default

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index f5c8f575386..ec32ee9d96a 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -229,7 +229,6 @@ class GreasePencilInterpolatePanel:
     bl_label = "Interpolate Strokes"
     bl_category = "Animation"
     bl_region_type = 'TOOLS'
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list