Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Williamson <jonathan@cgcookie.com>2014-01-04 01:13:07 +0400
committerJonathan Williamson <jonathan@cgcookie.com>2014-01-04 01:28:19 +0400
commit8ccca6440e253f87721e5d32c79093f678ae94c8 (patch)
tree00897f3ff58fee2f8b95c6f9fa0093ad55cbdeb6 /release
parentbab51c78cb62b3e1c534d38c863a79e7d4da3f44 (diff)
Add missing separator between Group: and Parent:
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 21721ff74d8..8f5366f45dd 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")