Mesh Operations (Easier Mesh Replacement) #79705

Open
opened 2020-08-11 13:00:40 +02:00 by Ali Soltanian Fard Jahromi · 4 comments

When I used Blender I realised something that had been slowing down my workflow. The issue which was slowing down my workflow was the inability to replace meshes. There was no way to directly replace a mesh. To replace a mesh I would have had to delete my current mesh and then add a new mesh through a series of menus which was drastically slow. To solve the issue, I modified Blender’s programming to account for this. I added a feature that I call, “Mesh Operations” to quickly replace a selected mesh. The feature automatically deletes the mesh and adds a new mesh in a matter of seconds, completely eliminating the need for you to go through the process.
I have been using this for the past week and it has let me complete my projects faster.
Works in Blender versions 2.8 and over.
Update (19/08/2020): Updated script for installation issue.
Please see my video explaining my add-on: https://www.youtube.com/watch?v=UwXbmd_gdfQ
Also you can see my article about it on my website: https://alisoltanian.com/2020/08/11/easier-mesh-replacement-blender-add-on/
MeshOperations1.py

When I used Blender I realised something that had been slowing down my workflow. The issue which was slowing down my workflow was the inability to replace meshes. There was no way to directly replace a mesh. To replace a mesh I would have had to delete my current mesh and then add a new mesh through a series of menus which was drastically slow. To solve the issue, I modified Blender’s programming to account for this. I added a feature that I call, “Mesh Operations” to quickly replace a selected mesh. The feature automatically deletes the mesh and adds a new mesh in a matter of seconds, completely eliminating the need for you to go through the process. I have been using this for the past week and it has let me complete my projects faster. Works in Blender versions 2.8 and over. Update (19/08/2020): Updated script for installation issue. Please see my video explaining my add-on: https://www.youtube.com/watch?v=UwXbmd_gdfQ Also you can see my article about it on my website: https://alisoltanian.com/2020/08/11/easier-mesh-replacement-blender-add-on/ [MeshOperations1.py](https://archive.blender.org/developer/F8792674/MeshOperations1.py)
Ali Soltanian Fard Jahromi self-assigned this 2020-08-11 13:00:40 +02:00

Added subscriber: @AliSoltanian

Added subscriber: @AliSoltanian
Ali Soltanian Fard Jahromi changed title from Easier Mesh Replacement to Mesh Operations (Easier Mesh Replacement) 2020-08-11 13:22:38 +02:00

Added subscriber: @browneggz

Added subscriber: @browneggz

I would like to comment on this in case it got missed by the devs. I'd just like to say that it is fantastic to see aspiring coders like yourself working on projects like this and acknowledge the great work you have done so far. Well done.

That said, perhaps a better place to discuss it further would be somewhere like the Blender Artists forum? Either

https://blenderartists.org/c/coding/released-scripts-and-themes/50

Or

https://blenderartists.org/c/coding/python-support/19

I have tested your script and have some feedback and questions for you and would be happy to discuss them there, if you are interested. There are also a lot of talented coders, who know a lot more about python than I do, who could help you too.

I would like to comment on this in case it got missed by the devs. I'd just like to say that it is fantastic to see aspiring coders like yourself working on projects like this and acknowledge the great work you have done so far. Well done. That said, perhaps a better place to discuss it further would be somewhere like the Blender Artists forum? Either https://blenderartists.org/c/coding/released-scripts-and-themes/50 Or https://blenderartists.org/c/coding/python-support/19 I have tested your script and have some feedback and questions for you and would be happy to discuss them there, if you are interested. There are also a lot of talented coders, who know a lot more about python than I do, who could help you too.

Hi db (phocomelus),

Thanks for the comment, feedback and compliment.

I had actually also put a post on blenderartists.org about this add-on. Here's the link for it:

https://blenderartists.org/t/mesh-operations-easier-mesh-replacement/1246935

I'll be interested in any feedback or comments. I'll probably be doing more add-ons in the future since i work a lot with blender for game development (to create the characters) and animation.

Hi db (phocomelus), Thanks for the comment, feedback and compliment. I had actually also put a post on blenderartists.org about this add-on. Here's the link for it: https://blenderartists.org/t/mesh-operations-easier-mesh-replacement/1246935 I'll be interested in any feedback or comments. I'll probably be doing more add-ons in the future since i work a lot with blender for game development (to create the characters) and animation.
Sign in to join this conversation.
No Milestone
No project
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#79705
No description provided.