Page 1 of 1

Default job ticket

Posted: Wed Jan 25, 2023 7:34 am
by vfxgeek
Hi Timur,

Is it possible to have jobs from specific application - Blender - to be submitted with a specific ticket by default ?

Lukas

Re: Default job ticket

Posted: Tue Jan 31, 2023 11:01 am
by timurhai
Hi!
I am not familiar with Blender.

In other software, where render goes via nodes, and afanasy is a node too, callback scripts can be called when a node with a specific type created.
I such call back scripts we set default parameters for render settings, camera, Afanasy (tickets and others) and so on.

How Blender users set default studio/project settings to anything? I think that there are some ways for it too.

Re: Default job ticket

Posted: Sat Feb 04, 2023 11:15 am
by vfxgeek
Hi,

In Nuke the Afanasy node has an option to set tickets. But the Afanasy plugin for Blender - which is provided with CGRU - has very limited set of options:
Image

Lukas

Re: Default job ticket

Posted: Mon Feb 06, 2023 9:40 am
by timurhai
Hi!
It is not a big deal to add parameter.
Just some Python experience needed to look at how other parameters work in Blender addon, then look at how tickets parameter works in Nuke.
And do the same.