Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_armature.c
| Context not available. | |||||
| RNA_def_property_update(prop, NC_OBJECT | ND_POSE, "rna_Pose_update"); \ | RNA_def_property_update(prop, NC_OBJECT | ND_POSE, "rna_Pose_update"); \ | ||||
| else \ | else \ | ||||
| RNA_def_property_update(prop, 0, "rna_Armature_update_data"); \ | RNA_def_property_update(prop, 0, "rna_Armature_update_data"); \ | ||||
| } ((void)0) | } (void)0; | ||||
| PropertyRNA *prop; | PropertyRNA *prop; | ||||
| Context not available. | |||||