WIP: New add-on: New Object From Selected Vertices #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Giambattista-Caltabiano/blender-addons-contrib:giambattista-caltabiano-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The repository of the add-on is:
https://projects.blender.org/Giambattista-Caltabiano/NewObjectFromSelectedVerticesAdd-on.git.
The repository contains the documentation for the add-on.
NOTES:
1- The add-on works on my blender version 3.5.0. But I am new to coding Blender and I have a very limited knowledge of the code. So it is possible that the code of the add-on could be improved.
2- The add-on creates an object when in edit-mode. As there is no object menu (in edit-mode) I have chosen to add the add-on to the Mesh menu (which is the closest to an object). It could have been added to the Vertex menu, but as the add-on is doing something un-orthodox, I thought it more suitable to use the Mesh menu. I don't think it makes much difference anyway, because the user will be able to see where the add-on is when reading the documentation.
3- I could not find any information about the add-on exiting with an error, so I used 'return {'FINISHED'}' everywhere.
4- I am not sure if I need to mark the error strings for translation or if it will be done automatically (if/when the add-on will be included in Blender).