Change the OBJECT_PT_cursors3d_panel to a sub-panel of the existing 3D Cursor panel #2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user