Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_scene.c
| Context not available. | |||||
| RNA_def_property_pointer_sdna(prop, NULL, "master_collection"); | RNA_def_property_pointer_sdna(prop, NULL, "master_collection"); | ||||
| RNA_def_property_struct_type(prop, "Collection"); | RNA_def_property_struct_type(prop, "Collection"); | ||||
| RNA_def_property_clear_flag(prop, PROP_PTR_NO_OWNERSHIP); | RNA_def_property_clear_flag(prop, PROP_PTR_NO_OWNERSHIP); | ||||
| RNA_def_property_ui_text( | RNA_def_property_ui_text(prop, | ||||
| prop, | "Collection", | ||||
| "Collection", | "Scene root collection that owns all the objects and other collections " | ||||
| "Scene master collection that objects and other collections in the scene"); | "instantiated in the scene"); | ||||
| /* Scene Display */ | /* Scene Display */ | ||||
| prop = RNA_def_property(srna, "display", PROP_POINTER, PROP_NONE); | prop = RNA_def_property(srna, "display", PROP_POINTER, PROP_NONE); | ||||
| Context not available. | |||||