Change the OBJECT_PT_cursors3d_panel to a sub-panel of the existing 3D Cursor panel #2

Merged
dupoxy merged 3 commits from dupoxy-sub-panel into main 2024-01-20 10:04:11 +01:00
Showing only changes of commit 249e05066e - Show all commits

View File

@ -97,6 +97,7 @@ class OBJECT_PT_cursors3d_panel(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = "View"
bl_parent_id = "VIEW3D_PT_view3d_cursor"
def draw(self, context):
layout = self.layout