Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2021-08-03 13:44:16 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-08-03 13:44:16 +0300
commitc6f64d46ededba44bff48e18db5a2bbb2cb3d27d (patch)
tree8c03a9ed470b07e39ec2360e9822753b352fc534
parentea54cbe1b42efb3107285c89685f555c06997062 (diff)
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.
-rw-r--r--source/blender/io/usd/usd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/usd.h b/source/blender/io/usd/usd.h
index 7a2d1b58c4d..6b6b2d37162 100644
--- a/source/blender/io/usd/usd.h
+++ b/source/blender/io/usd/usd.h
@@ -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,