Vinc3r / ReTiCo

Real Time Companion, a Blender add-on made to work faster, oriented 3D realtime and glTF workflow.
https://nothing-is-3d.com/
Do What The F*ck You Want To Public License
21 stars 4 forks source link

uninstanciate materials / avoid duplicate materials by detecting last numbering #29

Open Vinc3r opened 6 years ago

Vinc3r commented 6 years ago

in 3DRT due to lightmap assignation we have to break material instanciation, but for the workflow it's often needed to reassign and come back to the base material.

for example, objects using materials test.001, test.002, test.128 have to be able to return to test.000

possibility to copy and tweak the code from default addon materials utils.

Vinc3r commented 3 years ago

check Material utilities > specials > merge by base name