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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-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,