Timur Hairulinr
TimurH
About Me
EXPERTISE
Developer
INDUSTRY
Film/TV
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]

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.
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 :
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?
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?