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
2 changed files with 27 additions and 1 deletions
Showing only changes of commit 071b15554f - Show all commits

24
How to do without.md Normal file
View File

@ -0,0 +1,24 @@
## To save and reload multiple 3D cursors using Empties in Blender, you can follow these steps:
### Save 3D Cursor Location and Rotation to an Empty
1. **Add an Empty Aligned to the 3D Cursor:**
- Position your 3D cursor where you want to save its location and rotation.
- Press `Shift + A` to open the Add menu.
- Select `Empty` and choose the type of Empty you prefer (e.g., Plain Axes).
- Press `F9` and select Align to `3D cursor`.
### Load Empty Location and Rotation to the 3D Cursor
1. **Snap setup:**
- Using the Cursor tool.
- In the tool setting, set to orientation: `Transform`.
- In the 3D viewport `Header ‣ Transform Orientation`, select `Local`.
- In the 3D viewport `Header ‣ Snap`, select `Vertex` and toggle it on.
2. **Usage:**
- Using the Cursor tool.
- In the Outliner, select the Empty object you created.
- In the 3D viewport, click next to the selected Empty and snap the 3D cursor to the Empty.
This method allows you to save multiple 3D cursor positions and orientations using Empties, at least in object mode. For edit mode, you need to [save the Empties transform orientation](https://docs.blender.org/manual/en/dev/editors/3dview/controls/orientation.html#bpy-ops-transform-create-orientation) in object mode first.

View File

@ -44,5 +44,7 @@ For 3.3 LTS and 3.6 LTS go to [<blender4.2 branch](https://projects.blender.or
- 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)