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:46:33 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-08-31 19:46:33 +0300
commit373e69b94e1a11fa86c8d1547782126a422ed2d2 (patch)
tree1785d61f42deac677b68fb436c75cd09e48cd04f /source/blender/io/alembic/intern
parente6557785edc65c7a58568437e19a56489d06bd72 (diff)
parentcdc0be48c95c379b75143a60e935a416d99eb8bf (diff)
Merge branch 'blender-v3.3-release'
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 60d593c1684..64f1087a5de 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();