AWS Thinkbox Discussion Forums

Set task extra info from standalone python api

Is it possible to set the extra info on a task with the python/rest api?
I have each frame representing a character and I’d rather display it instead of having to go look up which character is frame 1000 in a database.

Hi Joseph,

I don’t think it is possible through the standalone python api, but you should be able to create a pre task script and use the Scripting API to set the task extra info.
Some links to get you started:

Just updating those links to point to the 10.1 docs instead of the 8.0 versions:

Job Scripts - Describes what a pre/post script is and how to create one.

DeadlinePlugin.GetCurrentTask - Use this to get the current Task for the task script.

Jobs.Task.TaskProperties - Use this to get/set the Task’s properties. The ExtraInfo fields are a part of this collection.

1 Like
Privacy | Site terms | Cookie preferences