Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_scene.c
| Context not available. | |||||
| prop, "Simplify Child Particles", "Global child particles percentage during rendering"); | prop, "Simplify Child Particles", "Global child particles percentage during rendering"); | ||||
| RNA_def_property_update(prop, 0, "rna_Scene_simplify_update"); | RNA_def_property_update(prop, 0, "rna_Scene_simplify_update"); | ||||
| prop = RNA_def_property(srna, "use_simplify_smoke_highres", PROP_BOOLEAN, PROP_NONE); | |||||
| RNA_def_property_boolean_negative_sdna(prop, NULL, "simplify_smoke_ignore_highres", 1); | |||||
| RNA_def_property_ui_text( | |||||
| prop, "Use High-resolution Smoke", "Display high-resolution smoke in the viewport"); | |||||
| RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | |||||
| /* Grease Pencil - Simplify Options */ | /* Grease Pencil - Simplify Options */ | ||||
| prop = RNA_def_property(srna, "simplify_gpencil", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "simplify_gpencil", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_sdna(prop, NULL, "simplify_gpencil", SIMPLIFY_GPENCIL_ENABLE); | RNA_def_property_boolean_sdna(prop, NULL, "simplify_gpencil", SIMPLIFY_GPENCIL_ENABLE); | ||||
| Context not available. | |||||