[Bf-blender-cvs] [8ccca64] master: Add missing separator between Group: and Parent:

Jonathan Williamson noreply at git.blender.org
Fri Jan 3 22:29:04 CET 2014


Commit: 8ccca6440e253f87721e5d32c79093f678ae94c8
Author: Jonathan Williamson
Date:   Fri Jan 3 15:13:07 2014 -0600
https://developer.blender.org/rB8ccca6440e253f87721e5d32c79093f678ae94c8

Add missing separator between Group: and Parent:

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

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 21721ff..8f5366f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -167,6 +167,8 @@ class VIEW3D_PT_tools_relations(View3DPanel, Panel):
         col.operator("group.objects_add_active", text="Add to Active")
         col.operator("group.objects_remove", text="Remove from Group")
         
+        col.separator()
+        
         col.label(text="Parent:")
         row = col.row(align=True)
         row.operator("object.parent_set", text="Set")




More information about the Bf-blender-cvs mailing list