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:
authorJoseph Eagar <joeedh@gmail.com>2022-08-31 19:43:52 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-08-31 19:43:52 +0300
commitcdc0be48c95c379b75143a60e935a416d99eb8bf (patch)
treee4db3c38f1b8fe90a3e55eba7fb5699fbc810935 /source/blender/io/alembic/intern
parent30ec628d432af2bbf729aeba7fa1bd14d2c06811 (diff)
Cleanup: fix warnings from vcol limit commit
Diffstat (limited to 'source/blender/io/alembic/intern')
-rw-r--r--source/blender/io/alembic/intern/abc_customdata.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/io/alembic/intern/abc_customdata.cc b/source/blender/io/alembic/intern/abc_customdata.cc
index 35be9f9fc4d..6664417823c 100644
--- a/source/blender/io/alembic/intern/abc_customdata.cc
+++ b/source/blender/io/alembic/intern/abc_customdata.cc
@@ -564,7 +564,6 @@ void read_custom_data(const std::string &iobject_full_name,
}
int num_uvs = 0;
- int num_colors = 0;
const size_t num_props = prop.getNumProperties();