=== BPY ===
Proper typed return. NULL != 0
This commit is contained in:
@@ -2144,7 +2144,7 @@ int modifiers_usesArmature(Object *ob, bArmature *arm)
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int modifiers_isDeformed(Object *ob)
|
||||
|
||||
Reference in New Issue
Block a user