Rename through python
Hi community,
I need to be able to rename a texture set through the API in python.
I can't for the life of me understand why this isn't available.
The $mesh variable under the output template maps uses this name when outputting textures.
Another alternative is to create a custom variable within the painter session, and use that for the export. Something like $myCustom = 'MyNewName'
A Third option is to actually write the output templates in python, but when I open one up, they are encoded so there is no way to read in the file and change some text, then save it.
So all my options are exhausted. Does anyone know of a solution to this?
