diff --git a/3D-Cursors-Briefcase.py b/3D-Cursors-Briefcase.py index b53871f..4bacbff 100644 --- a/3D-Cursors-Briefcase.py +++ b/3D-Cursors-Briefcase.py @@ -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 diff --git a/3d-cursors-case-guide.png b/3d-cursors-case-guide.png index c1f751c..1503b77 100644 Binary files a/3d-cursors-case-guide.png and b/3d-cursors-case-guide.png differ diff --git a/README.md b/README.md index 216509e..b83c000 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Try it today and launch your 3D Cursors experience! 🚀 # 📖 User guide - **Go to** `View3D > Sidebar > View Tab`. - - In the `3D Cursors 💼` panel. + - In the `3D Cursor` panel. + - Look for the `3D Cursors 💼` sub-panel. + + ![user interface](3d-cursors-case-guide.png "user interface") -![user interface](3d-cursors-case-guide.png "user interface") -> **TIP:** The panel location can be adjusted by clicking and dragging the grip widget `::::`. ->I like it next to the 3D Cursor Panel. 1. **Saving a 3D Cursor:** - Position your 3D cursor in the desired location and rotation. - Click on the `+` button. This will save the current position and rotation of the 3D cursor.