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@stuvel.eu>2017-08-15 13:43:17 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-08-15 13:43:17 +0300
commitf20d7bed1426ca3d1268182835f04e7ab8212cac (patch)
tree9f107399103fa7c49e272804322cf9e665655ce1 /source/blender/alembic/intern/abc_customdata.h
parentac88a3942e49f73f6ccf050f7275b9fb34888743 (diff)
Alembic import: report object name in face color index out of bounds error
Diffstat (limited to 'source/blender/alembic/intern/abc_customdata.h')
-rw-r--r--source/blender/alembic/intern/abc_customdata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_customdata.h b/source/blender/alembic/intern/abc_customdata.h
index 9e671fde386..b3072a2c9f7 100644
--- a/source/blender/alembic/intern/abc_customdata.h
+++ b/source/blender/alembic/intern/abc_customdata.h
@@ -96,7 +96,8 @@ void write_custom_data(const OCompoundProperty &prop,
CustomData *data,
int data_type);
-void read_custom_data(const ICompoundProperty &prop,
+void read_custom_data(const std::string & iobject_full_name,
+ const ICompoundProperty &prop,
const CDStreamConfig &config,
const Alembic::Abc::ISampleSelector &iss);