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
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user