Timur Hairulinr

TimurH

About Me

EXPERTISE
Developer
INDUSTRY
Film/TV

Connect

LOCATION
Russian Federation

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Afanasy TOP Scheduler Aug. 19, 2021, 1:55 a.m.

Afanasy 3.2.1 version supports TOPs:



https://cgru.readthedocs.io/en/latest/software/houdini.html#afanasy-top-scheduler [cgru.readthedocs.io]

Has anybody implemented the "Static Cook Hybrid Approach"? July 2, 2021, 8:47 a.m.

May be can just skip work items that has a parent Batch work item.
And make a single task for each unique batch work item.

Has anybody implemented the "Static Cook Hybrid Approach"? July 2, 2021, 4:58 a.m.

May some working method is to get all work items at first :

dependencies, dependents, ready = scheduler.dependencyGraph(True)

And later, we should "parse" tasks batches (if any) and replace tasks that are in the same batch by one batch task.

Or there is some "magic" method that I missed?