Search found 3 matches

by Bram Vermaas
21 Feb 2022, 15:24
Forum: George scripting
Topic: Store persistent reference to a layer
Replies: 3
Views: 6061

Re: Store persistent reference to a layer

Hi Nathan, Thanks for your response. Indeed it looks like the layer names are the only way to persistently reference layers. What we do for now is add a "<tag>" at the end of a layer name, coupled with some validation before export. For example: my_layername_<RenderPassHenryColor>
by Bram Vermaas
09 Feb 2022, 11:49
Forum: George scripting
Topic: tv_writetextfile without dialog
Replies: 4
Views: 5177

Re: tv_writetextfile without dialog

Hi tokejepsen, I'm a bit late to the party, but just in case you are still curious. As a way of automatically giving writetextfile permission: The preference setting that Thierry mentions is stored in a config.ini file as the line: georgecanwritefiledisplaypopup=1 The config file can be found here (...
by Bram Vermaas
08 Feb 2022, 18:32
Forum: George scripting
Topic: Store persistent reference to a layer
Replies: 3
Views: 6061

Store persistent reference to a layer

Hello TVPaint gurus! I'm looking for some advice on how best to get a persistent reference to a layer. In the pipeline of Submarine we would like to mark certain layers of a TVPaint file for export. The 2 types of export we currently support are renderLayers and renderPasses . RenderPasses are a sub...