= misc small stuff =

- own mistake in scene help text.
- rename properties to have users as the prefix for better ordering.
- use fixed height for stamp, gives better aligned text.
This commit is contained in:
2010-05-25 17:04:32 +00:00
parent 13f1ce8bdc
commit 1bd58bdbf4
4 changed files with 45 additions and 28 deletions

View File

@@ -182,7 +182,7 @@ class OBJECT_PT_groups(ObjectButtonsPanel):
col.prop(group, "dupli_offset", text="")
prop = col.operator("wm.context_set_value", text="From Cursor")
prop.path = "object.group_users[%d].dupli_offset" % index
prop.path = "object.users_group[%d].dupli_offset" % index
prop.value = value
index += 1