Fix UI issue with props missing (65c99c5)

This commit is contained in:
Andrej730
2025-04-03 18:05:10 +05:00
parent 605c86afc5
commit 938d72ebe3
@@ -516,6 +516,7 @@ class CreateObjectUI:
@classmethod
def draw_type_manager_launcher(cls, context):
ui_context = context.region.type
props = tool.Model.get_model_props()
row = cls.layout.row(align=True)
box = cls.layout.box()
row1 = box.row(align=True)