=== BPY ===

Proper typed return. NULL != 0
This commit is contained in:
2006-05-14 14:14:32 +00:00
parent d9045c860b
commit 422d2e3a89

View File

@@ -2144,7 +2144,7 @@ int modifiers_usesArmature(Object *ob, bArmature *arm)
}
}
return NULL;
return 0;
}
int modifiers_isDeformed(Object *ob)