Mesh Operations (Easier Mesh Replacement) #79705
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#79705
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
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
Added subscriber: @AliSoltanian
Easier Mesh Replacementto Mesh Operations (Easier Mesh Replacement)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.
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.