Merge branch 'master' into blender2.8

This commit is contained in:
Sergey Sharybin
2017-06-01 16:31:56 +02:00
51 changed files with 733 additions and 1159 deletions

View File

@@ -294,7 +294,7 @@ class OBJECT_PT_duplication(ObjectButtonsPanel, Panel):
ob = context.object
layout.prop(ob, "dupli_type", expand=True)
layout.row().prop(ob, "dupli_type", expand=True)
if ob.dupli_type == 'FRAMES':
split = layout.split()