Make the outline config ops

This commit is contained in:
2024-05-09 00:53:57 +02:00
parent 15df44a0eb
commit 6cf3d224d2
5 changed files with 48 additions and 2 deletions
+3
View File
@@ -14,6 +14,9 @@ class GRAOU_PT_panel(bpy.types.Panel):
layout.use_property_split = True
layout.use_property_decorate = False
layout.label(text='Scene Setup', icon='WORLD_DATA')
layout.operator('graou.build_scene')
layout.label(text='Collision', icon='WORLD_DATA')
layout.operator('graou.make_collision')