Timur Hairulinr

TimurH

About Me

専門知識
Developer
INDUSTRY
Film/TV

Connect

LOCATION
Russian Federation
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Afanasy TOP Scheduler 2021年8月19日1:55

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"? 2021年7月2日8:47

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"? 2021年7月2日4:58

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?