[Bf-blender-cvs] [ef2815e] master: UI: "Option" panel in 'Particle Edit' mode was appearing in Tools and GP tab, now only show in Tools.

Thomas Dinges noreply at git.blender.org
Mon Mar 3 10:38:00 CET 2014


Commit: ef2815eb5a78da58c2acaeb396694dbc165b2733
Author: Thomas Dinges
Date:   Mon Mar 3 10:37:27 2014 +0100
https://developer.blender.org/rBef2815eb5a78da58c2acaeb396694dbc165b2733

UI: "Option" panel in 'Particle Edit' mode was appearing in Tools and GP tab, now only show in Tools.

Patch by Kévin Dietrich.

Reviewed by: dingto
Differential Revision: https://developer.blender.org/D378

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 618b82c..d331ddd 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1531,6 +1531,7 @@ class VIEW3D_PT_tools_particlemode(View3DPanel, Panel):
     """Default tools for particle mode"""
     bl_context = "particlemode"
     bl_label = "Options"
+    bl_category = "Tools"
 
     def draw(self, context):
         layout = self.layout




More information about the Bf-blender-cvs mailing list