NetRenderSettings(IDPropertyGroup)

base classes — bpy_struct, IDPropertyGroup

class bpy.types.NetRenderSettings(IDPropertyGroup)
active_blacklisted_slave_index
Type :int in [-1, 65535], default -1
active_job_index
Type :int in [-1, 65535], default -1
active_slave_index
Type :int in [-1, 65535], default -1
chunks

Number of frame to dispatch to each slave in one chunk

Type :int in [1, 65535], default 5
job_category

Category of the job

Type :string, default “”
job_id

id of the last sent render job

Type :string, default “”
job_name

Name of the job

Type :string, default “[default]”
job_type

Type of render job

Type :enum in [‘JOB_BLENDER’, ‘JOB_PROCESS’, ‘JOB_VCS’], default ‘JOB_BLENDER’
jobs
Type :Collection of NetRenderJob, (readonly)
mode

Mode of operation of this instance

Type :enum in [‘RENDER_CLIENT’, ‘RENDER_MASTER’, ‘RENDER_SLAVE’], default ‘RENDER_CLIENT’
path

Path for temporary files

Type :string, default “/tmp/”
priority

Priority of the job

Type :int in [1, 10], default 1
server_address

IP or name of the master render server

Type :string, default “[default]”
server_port

port of the master render server

Type :int in [1, 65535], default 8000
slaves
Type :Collection of NetRenderSlave, (readonly)
slaves_blacklist
Type :Collection of NetRenderSlave, (readonly)
use_master_broadcast

broadcast master server address on local network

Type :boolean, default True
use_master_clear

delete saved files on exit

Type :boolean, default False
use_slave_clear

delete downloaded files on exit

Type :boolean, default True
use_slave_output_log

Output render text log to console as well as sending it to the master

Type :boolean, default True
use_slave_thumb

Generate thumbnails on slaves instead of master

Type :boolean, default False
vcs_revision

Revision for this job

Type :string, default “”
vcs_rpath

Path of the server copy (protocol specific)

Type :string, default “”
vcs_system

Version Control System

Type :string, default “Subversion”
vcs_wpath

Path of the local working copy

Type :string, default “”

Inherited Properties

Inherited Functions

References

Previous topic

NetRenderJob(IDPropertyGroup)

Next topic

NetRenderSlave(IDPropertyGroup)