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:
Diffstat (limited to 'intern/cycles/scene/alembic.h')
-rw-r--r--intern/cycles/scene/alembic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/scene/alembic.h b/intern/cycles/scene/alembic.h
index 3a4d37da3ff..6068ea3ef03 100644
--- a/intern/cycles/scene/alembic.h
+++ b/intern/cycles/scene/alembic.h
@@ -479,6 +479,10 @@ class AlembicProcedural : public Procedural {
/* The file path to the Alembic archive */
NODE_SOCKET_API(ustring, filepath)
+ /* Layers for the Alembic archive. Layers are in the order in which they override data, with the
+ * latter elements overriding the former ones. */
+ NODE_SOCKET_API_ARRAY(array<ustring>, layers)
+
/* The current frame to render. */
NODE_SOCKET_API(float, frame)