3
9
Fork 15

New Object From Selected Geometry Blender Add-on #16

Open
Giambattista-Caltabiano wants to merge 1 commits from Giambattista-Caltabiano/blender-addons-contrib:giambattista-caltabiano-patch-1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

This add-on allows you to create a new object using the selected geometry when in edit-mode. It can be used to create an object using geometry from different objects (maybe to fill gaps between objects, to trace lines, etc.).

The repository of the add-on is:
https://projects.blender.org/Giambattista-Caltabiano/NewObjectFromSelectedGeometryAdd-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 Python as well) and I have a very limited knowledge of the base 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).
3- 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).
4- I wasn’t able to find a way to disable some of the properties/options when they are not needed. But I left the function (commented out) as a reminder for me or someone else that this could be improved.

This add-on allows you to create a new object using the selected geometry when in edit-mode. It can be used to create an object using geometry from different objects (maybe to fill gaps between objects, to trace lines, etc.). The repository of the add-on is: https://projects.blender.org/Giambattista-Caltabiano/NewObjectFromSelectedGeometryAdd-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 Python as well) and I have a very limited knowledge of the base 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). 3- 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). 4- I wasn’t able to find a way to disable some of the properties/options when they are not needed. But I left the function (commented out) as a reminder for me or someone else that this could be improved.
Giambattista-Caltabiano added 1 commit 2023-08-18 14:12:35 +02:00
8f52136a99 New Object From Selected Geometry Blender Add-on
This add-on allows you to create a new object using the selected geometry when in edit-mode. It can be used to create an object using geometry from different objects (maybe to fill gaps between objects, to trace lines, etc.).
Giambattista-Caltabiano changed title from WIP: New Object From Selected Geometry Blender Add-on to New Object From Selected Geometry Blender Add-on 2023-08-31 13:56:45 +02:00
Giambattista-Caltabiano requested review from Damien Picard 2023-09-08 11:08:45 +02:00
Giambattista-Caltabiano requested review from Brecht Van Lommel 2023-10-07 11:07:34 +02:00

Thanks for the contribution. I'm not the person reviewing add-on contributions, but I think really we're not actively accepting new add-ons at this point. Rather we're counting on the new extensions platform to replace this.

blender/blender#106254
https://code.blender.org/2022/10/blender-extensions-platform/

Thanks for the contribution. I'm not the person reviewing add-on contributions, but I think really we're not actively accepting new add-ons at this point. Rather we're counting on the new extensions platform to replace this. blender/blender#106254 https://code.blender.org/2022/10/blender-extensions-platform/
Brecht Van Lommel refused to review 2023-10-09 18:32:57 +02:00
Giambattista-Caltabiano requested review from Ton Roosendaal 2023-10-18 11:42:34 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u giambattista-caltabiano-patch-1:Giambattista-Caltabiano-giambattista-caltabiano-patch-1
git checkout Giambattista-Caltabiano-giambattista-caltabiano-patch-1
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons-contrib#16
No description provided.