Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_access_compare_override.c
| Context not available. | |||||
| /* Special handling for insertions of constraints or modifiers... */ | /* Special handling for insertions of constraints or modifiers... */ | ||||
| /* TODO Note We may want to add a more generic system to RNA | /* TODO Note We may want to add a more generic system to RNA | ||||
| * (like a special property in struct of items) | * (like a special property in struct of items) | ||||
| * if we get more overrideable collections, | * if we get more overridable collections, | ||||
| * for now we can live with those special-cases handling I think. */ | * for now we can live with those special-cases handling I think. */ | ||||
| if (RNA_struct_is_a(ptr->type, &RNA_Constraint)) { | if (RNA_struct_is_a(ptr->type, &RNA_Constraint)) { | ||||
| bConstraint *con = ptr->data; | bConstraint *con = ptr->data; | ||||
| Context not available. | |||||