Files
test/intern
Kévin Dietrich d72fc36ec5 Alembic procedural: add support for instancing
Inside of the procedural, instances are AlembicObjects which point to
the AlembicObject that they instance.

In Alembic, an instance is an untyped Object pointing to the original
(instanced) one through its source path. During the archive traversal we
detect such instances and, only if the instanced object is asked to be
rendered, set the instance's AlembicObject to point to the original's
AlembicObject.

Cycles Object Nodes are created for each AlembicObject, but only for
non-instances are Geometries created, which are then shared between
Object Nodes. It is supposed, and expected, that all instances share the
same shaders, which will be set to be the ones found on the original
object.

As for caching, the data cache for an AlembicObject is only valid for
non-instances and should not be read to or from as it is implicitly
shared.
2021-03-12 01:30:12 +01:00
..
2020-10-19 08:43:08 -07:00
2021-02-05 14:30:35 +01:00
2020-10-19 09:11:00 -07:00
2021-03-05 15:05:08 +01:00
2020-10-19 08:12:33 -07:00
2021-03-12 00:51:29 +11:00
2020-11-19 17:19:48 +01:00