Hopefully its not a to stupid question. But is there a simple way add a toggle button to the interface.
I adjusted the extract_blend.py from the blender addon to not pack any textures, but I’d like to make it optional. I was facing the issue decribed here, were each publish packs all textures which bloats our files. Like discribed in this issue
for now I just commented out the part that packs the textures, but I would like to make it optional in the publisher.
Now that we talk about textures, why are materials published along with the modeling ?
I thought Ayon’s scheme was that publishing a model product should only contain a mesh, nothing else (even materials).
Basically, the model product type is intended to be purely geometrical data and a strictly validated clean geometry meeting production requirements, like naming conventions, topology validations, uvs, etc. But there have been many cases where users wanted to bring along the materials for whatever reason.
And since the model was intended to be the model product type for your production there are ways to allow shaders/looks to come along in certain integrations, just because there was a request for it.
I’m not pushing hard against it, I’m just not using it. To everyone their own (to the extent it makes sense as a studio/production-specific toggle).
In Maya for example it can publish a ‘look’-like representation with model products to easily build a look dev scene from any temp materials applied in a model scene.
Maybe @murphy or @milan have a better backstory to this.