Cleanup: spelling
This commit is contained in:
@@ -61,7 +61,7 @@ bool RNA_property_overridable_get(PointerRNA *ptr, PropertyRNA *prop)
|
||||
/* Special handling for insertions of constraints or modifiers... */
|
||||
/* TODO Note We may want to add a more generic system to RNA
|
||||
* (like a special property in struct of items)
|
||||
* if we get more override-able collections,
|
||||
* if we get more overrideable collections,
|
||||
* for now we can live with those special-cases handling I think. */
|
||||
if (RNA_struct_is_a(ptr->type, &RNA_Constraint)) {
|
||||
bConstraint *con = ptr->data;
|
||||
|
||||
Reference in New Issue
Block a user