Search - User list
Full Version: Python script to refresh attribute
Root » PDG/TOPs » Python script to refresh attribute
Mikel Zuloaga
Hello,

I'm trying to get the creation time of frames and put that in an attribute to later put this attribute in an overlay.

The problem is that when PDG generates the work items the attribute is not created yet, it's only created when the python script cook.
So the overlay appears empty.

I tried whith Dynamic work item generation but it breaks the rest of the depedency chain for any reason.

How can I force it to refresh the work item attributes after the python script cooked?

Thanks you
tpetrick
Set your Python Script TOP's "Evaluate During" parameter to "Generate" instead of "Cook", so that it creates the attributes at the same time the work items are created.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.