RendermanSceneSettings(IDPropertyGroup)

base classes — bpy_struct, IDPropertyGroup

class bpy.types.RendermanSceneSettings(IDPropertyGroup)
archive_path

Colon separated list of archive locations

Type :string, default “@:./archives”
depth_of_field

Enable depth of field blur

Type :boolean, default False
fstop

Aperture size for depth of field

Type :float in [-inf, inf], default 4.0
motion_blur

Enable motion blur

Type :boolean, default False
motion_segments

Number of motion segments to take for multi-segment motion blur

Type :int in [1, 8], default 1
pixelfilter

Filter to use to combine pixel samples

Type :enum in [‘box’, ‘sinc’], default ‘sinc’
pixelfilter_x

Size of the pixel filter in X dimension

Type :int in [0, 16], default 2
pixelfilter_y

Size of the pixel filter in X dimension

Type :int in [0, 16], default 2
pixelsamples_x

Number of AA samples to take in X dimension

Type :int in [0, 16], default 2
pixelsamples_y

Number of AA samples to take in Y dimension

Type :int in [0, 16], default 2
procedural_path

Colon separated list of procedural locations

Type :string, default “@:./procedural”
shader_path

Colon separated list of shader locations

Type :string, default “@:./shaders/”
shutter_close

Shutter close time

Type :float in [-inf, inf], default 1.0
shutter_open

Shutter open time

Type :float in [-inf, inf], default 0.0
texture_path

Colon separated list of texture locations

Type :string, default “@:./textures”

Inherited Properties

Inherited Functions

References

Previous topic

RendermanMaterialSettings(IDPropertyGroup)

Next topic

RendermanWorldSettings(IDPropertyGroup)