Blender V2.61 - r43446

addon::presets::AddPresetIntegrator Class Reference

Inheritance diagram for addon::presets::AddPresetIntegrator:

List of all members.

Static Public Attributes

string bl_idname = "render.cycles_integrator_preset_add"
string bl_label = "Add Integrator Preset"
string preset_menu = "CYCLES_MT_integrator_presets"
list preset_defines
list preset_values
string preset_subdir = "cycles/integrator"

Detailed Description

Add an Integrator Preset

Definition at line 25 of file presets.py.


Member Data Documentation

string addon::presets::AddPresetIntegrator::bl_idname = "render.cycles_integrator_preset_add" [static]

Definition at line 27 of file presets.py.

Definition at line 28 of file presets.py.

Initial value:
[
        "cycles = bpy.context.scene.cycles"
    ]

Definition at line 31 of file presets.py.

string addon::presets::AddPresetIntegrator::preset_menu = "CYCLES_MT_integrator_presets" [static]

Definition at line 29 of file presets.py.

string addon::presets::AddPresetIntegrator::preset_subdir = "cycles/integrator" [static]

Definition at line 46 of file presets.py.

Initial value:
[
        "cycles.max_bounces",
        "cycles.min_bounces",
        "cycles.no_caustics",
        "cycles.diffuse_bounces",
        "cycles.glossy_bounces",
        "cycles.transmission_bounces",
        "cycles.transparent_min_bounces",
        "cycles.transparent_max_bounces"
    ]

Definition at line 35 of file presets.py.


The documentation for this class was generated from the following file: