UI: use subpanels for Cycles, render, scene, object, particle, curves.

This commit is contained in:
William Reynish
2018-06-04 12:20:40 +02:00
committed by Brecht Van Lommel
parent a46ced5076
commit acb5bbf9b2
7 changed files with 1099 additions and 396 deletions

View File

@@ -86,6 +86,7 @@ class OBJECT_PT_transform(ObjectButtonsPanel, Panel):
class OBJECT_PT_delta_transform(ObjectButtonsPanel, Panel):
bl_label = "Delta Transform"
bl_parent_id = "OBJECT_PT_transform"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):