Afanasy in Blender
Afanasy realised as a render engine in Blender.
One of its parameters is a render engine name to render. Default is BLENDER_RENDER.
Afanasy script will set specified render engine and save a scene with a temporary name to render.
To list all available engines type blender --engine help.
|
Afanasy render engine properties
|
Job GUI
Tasks
|
- Job Name - Afanasy job name. If empty scene name will be used.
- Render Engine - Render engine to switch to.
- Start - First frame to render.
- End - Last frame to render.
- By - Frames "jump" or increment.
- Per Task - Number of frames in each task.
- Submit Job - Construct a job and send it to server.
- Start Job Paused - Start job paused (send in off-line state).
- File Path - If not epmty, override output images to render.
- Priority - Job priority (execution order).
- Max Run Hosts - Maximum number of running at the same time tasks ('-1' means no limit).
- Depend Mask - Other job(s) name pattern to wait (empty value means not wait any job).
- Global Depend - Other job(s) pattern of any user to wait.
- Hosts Mask - Hosts names pattern job tasks can run on (if empty job can run on any host).
- Exclude Hosts - Hosts names pattern job tasks can not run on.
$ blender --engine help
Blender Engine Listing:
BLENDER_RENDER
BLENDER_GAME
CYCLES
POVRAY_RENDER
AFANASY_RENDER
|