diegogarciahuerta / tk-substancepainter

:moyai: Shotgun Toolkit Engine for Allegorithmic Substance Painter https://www.allegorithmic.com/products/substance-painter
Other
45 stars 37 forks source link

Publish2 doesn't seem to look at publish settings for collector #13

Open RicardoMusch opened 3 years ago

RicardoMusch commented 3 years ago

I'm 90% sure that there is an issue with the publish2 implementation because it doesn't seem to look at the settings defined for the collector.

Whatever I do, I can't get it to look at the collector settings or the "Publish Textures as Folder" setting.

I've forked the engine and hardcoded the collector hook but it's a really weird one.

MoisMoshev commented 3 years ago

Publishing a textures folder seems to work out of the box. Do you mean that setting the setting to False does not work? Could you be missing something in your sgtk config?

RicardoMusch commented 3 years ago

Yep, everything works out of the box, but any changes you make are not picked up. New plugins or settings for example are not picked up. I had to fork the engine and hardcode whatever I needed to be changed.

MoisMoshev commented 3 years ago

That's odd, a cursory look at the code suggests that the settings should be used... going to have a deeper read

RicardoMusch commented 3 years ago

Unless I'm doing something really stupid, it's just not reading anything from settings

RicardoMusch commented 3 years ago

Unless I'm doing something really stupid, it's just not reading anything from settings