Cleanup: USD importer, consistent naming of function parameter
Rename function parameter `flags` to `read_flag` in the declaration, to be consistent with the definition. No functional changes.
This commit is contained in:
@@ -108,7 +108,7 @@ struct Mesh *USD_read_mesh(struct CacheReader *reader,
|
||||
struct Mesh *existing_mesh,
|
||||
const float time,
|
||||
const char **err_str,
|
||||
int flags);
|
||||
int read_flag);
|
||||
|
||||
bool USD_mesh_topology_changed(struct CacheReader *reader,
|
||||
struct Object *ob,
|
||||
|
||||
Reference in New Issue
Block a user