bump to v0.0.7: Add convert to empties operator and add icon to specials menu operator #6

Merged
dupoxy merged 7 commits from v0.0.7 into main 2024-09-26 21:06:19 +02:00
3 changed files with 29 additions and 30 deletions
Showing only changes of commit 5559dde4c3 - Show all commits

View File

@ -1,50 +1,49 @@
# 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! 🚀
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](https://extensions.blender.org/download/sha256:a64c363d8794a0be75c482ddce5ee72ca9eb55a10299c65afca9072798eb6da0/add-on-c3db-v0.0.6.zip?repository=%2Fapi%2Fv1%2Fextensions%2F&blender_version_min=4.2.0)
- Drag-and-drop extension .zip package into Blender.
- [Download zip](https://extensions.blender.org/download/sha256:020efcab892a3bb3db8d18086fd7b092af0160a1c85f8575c75a3818005dde48/add-on-c3db-v0.0.7.zip?repository=%2Fapi%2Fv1%2Fextensions%2F&blender_version_min=4.2.0)
- Drag-and-drop the extension .zip package into Blender.
For 3.3 LTS and 3.6 LTS go to [<blender4.2 branch](https://projects.blender.org/dupoxy/3d_cursors_briefcase/src/branch/%3Cblender4.2#installation-).
For 3.3 LTS and 3.6 LTS, go to [<blender4.2 branch](https://projects.blender.org/dupoxy/3d_cursors_briefcase/src/branch/%3Cblender4.2#installation-).
# User guide 📖
# User Guide 📖
- **Go to** `View3D > Sidebar > View Tab`.
- In the `3D Cursor` panel.
- Look for the `3D Cursors Briefcase` sub-panel.
- In the `3D Cursor` panel.
- Look for the `3D Cursors Briefcase` sub-panel.
![user interface](3d-cursors-case-guide.png "user interface")
![user interface](3d-cursors-case-guide.png "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.
- 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.
- 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.
- 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.
- 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.
- Use the checkbox to Automaticely Centre View when Loading a 3D Cursor
- Click on the `Centre View` button. This centers the view on the 3D cursor.
- Use the checkbox to automatically center the view when loading a 3D cursor.
6. **3D Cursor Specials menu:**
- Load previous 3D Cursor : Go to the previous 3D Cursor and Load/Restore it.
- Load next 3D Cursor : Go to the next 3D Cursor and Load/Restore it.
- Update 3D Cursor : Update selected 3D Cursor.
- Delete All 3D Cursors : Delete all 3D Cursors from the list.
- Convert Selected to Empty : Convert the selected 3D cursor to an empty object (Make sure you are in Object Mode).
- Convert All to Empties : Convert all saved 3D cursors to empty objects (Make sure you are in Object Mode).
[LICENSE](LICENSE)
6. **3D Cursor Specials Menu:**
- Load previous 3D Cursor: Go to the previous 3D cursor and load/restore it.
- Load next 3D Cursor: Go to the next 3D cursor and load/restore it.
- Update 3D Cursor: Update the selected 3D cursor.
- Delete All 3D Cursors: Delete all 3D cursors from the list.
- Convert Selected to Empty: Convert the selected 3D cursor to an empty object (make sure you are in Object Mode).
- Convert All to Empties: Convert all saved 3D cursors to empty objects (make sure you are in Object Mode).
[LICENSE](LICENSE)

View File

@ -1,7 +1,7 @@
schema_version = "1.0.0"
id = "C3DB"
name = "3D Cursors Briefcase"
version = "0.0.6"
version = "0.0.7"
tagline = "Store and manage multiple 3D Cursors"
maintainer = "dupoxy"
type = "add-on"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 141 KiB