Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_internal.h
| Show First 20 Lines • Show All 261 Lines • ▼ Show 20 Lines | void rna_def_mtex_common(struct BlenderRNA *brna, | ||||
| const char *activeeditable, | const char *activeeditable, | ||||
| const char *structname, | const char *structname, | ||||
| const char *structname_slots, | const char *structname_slots, | ||||
| const char *update, | const char *update, | ||||
| const char *update_index); | const char *update_index); | ||||
| void rna_def_texpaint_slots(struct BlenderRNA *brna, struct StructRNA *srna); | void rna_def_texpaint_slots(struct BlenderRNA *brna, struct StructRNA *srna); | ||||
| void rna_def_view_layer_common(struct BlenderRNA *brna, struct StructRNA *srna, const bool scene); | void rna_def_view_layer_common(struct BlenderRNA *brna, struct StructRNA *srna, const bool scene); | ||||
| int rna_AssetMetaData_editable(struct PointerRNA *ptr, const char **r_info); | |||||
| PropertyRNA *rna_def_asset_library_reference_common(struct StructRNA *srna, | PropertyRNA *rna_def_asset_library_reference_common(struct StructRNA *srna, | ||||
| const char *get, | const char *get, | ||||
| const char *set); | const char *set); | ||||
| const EnumPropertyItem *rna_asset_library_reference_itemf(struct bContext *C, | const EnumPropertyItem *rna_asset_library_reference_itemf(struct bContext *C, | ||||
| struct PointerRNA *ptr, | struct PointerRNA *ptr, | ||||
| struct PropertyRNA *prop, | struct PropertyRNA *prop, | ||||
| bool *r_free); | bool *r_free); | ||||
| ▲ Show 20 Lines • Show All 397 Lines • Show Last 20 Lines | |||||