Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_internal.h
| Show First 20 Lines • Show All 544 Lines • ▼ Show 20 Lines | |||||
| PointerRNA rna_pointer_inherit_refine(struct PointerRNA *ptr, struct StructRNA *type, void *data); | PointerRNA rna_pointer_inherit_refine(struct PointerRNA *ptr, struct StructRNA *type, void *data); | ||||
| /* Functions */ | /* Functions */ | ||||
| int rna_parameter_size(struct PropertyRNA *parm); | int rna_parameter_size(struct PropertyRNA *parm); | ||||
| struct Mesh *rna_Main_meshes_new_from_object(struct Main *bmain, | struct Mesh *rna_Main_meshes_new_from_object(struct Main *bmain, | ||||
| struct ReportList *reports, | struct ReportList *reports, | ||||
| struct Depsgraph *depsgraph, | struct Object *object); | ||||
| struct Object *ob, | |||||
| bool apply_modifiers, | |||||
| bool calc_undeformed); | |||||
| /* XXX, these should not need to be defined here~! */ | /* XXX, these should not need to be defined here~! */ | ||||
| struct MTex *rna_mtex_texture_slots_add(struct ID *self, | struct MTex *rna_mtex_texture_slots_add(struct ID *self, | ||||
| struct bContext *C, | struct bContext *C, | ||||
| struct ReportList *reports); | struct ReportList *reports); | ||||
| struct MTex *rna_mtex_texture_slots_create(struct ID *self, | struct MTex *rna_mtex_texture_slots_create(struct ID *self, | ||||
| struct bContext *C, | struct bContext *C, | ||||
| struct ReportList *reports, | struct ReportList *reports, | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||