API Cleanup: Use BKE_constraint prefix for constraint api

This commit is contained in:
2014-04-11 11:47:07 +10:00
parent a15b3c4d11
commit 3216e4b202
36 changed files with 161 additions and 181 deletions

View File

@@ -7497,7 +7497,7 @@ void draw_object(Scene *scene, ARegion *ar, View3D *v3d, Base *base, const short
}
}
else {
bConstraintTypeInfo *cti = BKE_constraint_get_typeinfo(curcon);
bConstraintTypeInfo *cti = BKE_constraint_typeinfo_get(curcon);
if ((cti && cti->get_constraint_targets) && (curcon->flag & CONSTRAINT_EXPAND)) {
ListBase targets = {NULL, NULL};