Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_internal.h
| Context not available. | |||||
| /* Functions */ | /* Functions */ | ||||
| int rna_parameter_size(struct PropertyRNA *parm); | int rna_parameter_alignment(PropertyRNA *parm); | ||||
| int rna_aligned_parameter_size(int size_so_far, PropertyRNA *this_parm, PropertyRNA *next_parm); | |||||
| /* 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, | ||||
| Context not available. | |||||