Submit specific frames

General discussions and questions.
Post Reply
g-LuL
Posts: 10
Joined: Mon Mar 27, 2017 7:37 am

Submit specific frames

Post by g-LuL »

Hi Timur,

Is there a way to submit specific frames in afanasy ? For example, frames 2, 12, 18, 13 ...
I've searched in the python af.Block but I didn't find anything to achieve this. Maybe I'm missing something...
Is it possible ?
OR is there a possibility to submit all frames and pause some of them by script (shell or python....) ?

Thanks
Manu
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Submit specific frames

Post by timurhai »

Hi.
Numeric blocks can contain a single frame range: [ first_frame ] - [ last_frame ].
For any tasks commands (frames) use not-numeric blocks, where each task has its own command.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
g-LuL
Posts: 10
Joined: Mon Mar 27, 2017 7:37 am

Re: Submit specific frames

Post by g-LuL »

Hi
Ok I got it.
One more question : I'd like to change the status of a task when i create it.
Is it possible to create "paused" tasks and "ready" tasks in the same block ?
Thanks
Manu
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Submit specific frames

Post by timurhai »

Hi.
No, it is not possible to create tasks with a specified status (for now).
You can just skip and restart tasks of an existing job.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply