Timeline for How can we add to the rendered object name his material name?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20, 2022 at 23:30 | comment | added | Marty Fouts | There are other changes you'd need; like you're using the material in slot 0 every time but you need the material that matches the slot that goes with the frame number. But sure, with a few changes, this script could be made to work. I even like that you're thinking of alternative approaches. | |
| Apr 20, 2022 at 20:50 | comment | added | Jakemoyo | This entire script should work for that then, it's just a matter of changing the f-string to format it how you want | |
| Apr 20, 2022 at 15:29 | comment | added | Marty Fouts | from the original question, the OP wants to replace "CUBE_ONE_nnnn.jpg" by "CUBE_ONE_M(nnnn-1).jpg' where M(nnnn-1) is CUBE_ONE's material_slot[nnnn-1].name | |
| Apr 20, 2022 at 15:10 | history | answered | Jakemoyo | CC BY-SA 4.0 |