Go to file
2024-09-21 02:08:00 +02:00
extensions.blender.org add note to future self 2024-09-21 01:13:25 +02:00
__init__.py convert to a blender 4.2 extension 2024-09-20 20:48:01 +02:00
.gitignore convert to a blender 4.2 extension 2024-09-20 20:48:01 +02:00
3d-cursors-case-guide.png Change the OBJECT_PT_cursors3d_panel to a sub-panel of the existing 3D Cursor panel (#2) 2024-01-20 10:04:10 +01:00
blender_manifest.toml remove website from extension manifest 2024-09-21 01:09:54 +02:00
LICENSE convert to a blender 4.2 extension 2024-09-20 20:48:01 +02:00
README.md Use a list for Installation steps 2024-09-21 02:08:00 +02:00

Welcome to 3D Cursors Briefcase 💼

Take control of your 3D cursor in Blender like never before! With 3D Cursors Briefcase, you can save, load, and manage multiple 3D cursors. Try it today and launch your 3D Cursors experience! 🚀

Installation ⚙️

For Blender 4.2 LTS:

  • Download zip
  • Drag-and-drop extension .zip package into Blender.

For 3.3 LTS and 3.6 LTS go to <blender4.2 branch.

User guide 📖

  • Go to View3D > Sidebar > View Tab.

    • In the 3D Cursor panel.
    • Look for the 3D Cursors 💼 sub-panel.

    user interface

  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.
  2. Deleting a 3D Cursor:

    • Select the saved 3D cursor from the list.
    • Click on the - button. This will remove the selected 3D cursor from the list.
  3. Moving a 3D Cursor Up/Down in the List:

    • Select the saved 3D cursor from the list.
    • Click on the 🞁 or 🞃 button to change the order of the selected 3D cursor in the list.
  4. Loading a 3D Cursor:

    • Select the saved 3D cursor from the list.
    • Click on the Load button. This will move the 3D cursor to the saved location and rotation.
  5. Going to a 3D Cursor:

    • Click on the Centre View button. Centers the view on the 3D Cursor.

LICENSE