[Bf-blender-cvs] [a2e079918f5] greasepencil-object: UI: Move interpolate panel to animation

Antonio Vazquez noreply at git.blender.org
Sun Jul 2 18:35:16 CEST 2017


Commit: a2e079918f58c9c41bc1e6c82de4415da1557848
Author: Antonio Vazquez
Date:   Sun Jul 2 18:35:05 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBa2e079918f58c9c41bc1e6c82de4415da1557848

UI: Move interpolate panel to animation

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

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 571421cdd49..7086f83e2dc 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -231,8 +231,8 @@ class GreasePencilStrokeEditPanel:
 
 class GreasePencilInterpolatePanel:
     bl_space_type = 'VIEW_3D'
-    bl_label = "Interpolate"
-    bl_category = "Tools"
+    bl_label = "Interpolate Strokes"
+    bl_category = "Animation"
     bl_region_type = 'TOOLS'
     bl_options = {'DEFAULT_CLOSED'}




More information about the Bf-blender-cvs mailing list