Files
test/source/blender/blenkernel/intern
Michael Kowalski ea54cbe1b4 USD: add USD importer
This is an initial implementation of a USD importer.

This work is comprised of Tangent Animation's open source USD importer,
combined with features @makowalski had implemented.

The design is very similar to the approach taken in the Alembic
importer. The core functionality resides in a collection of "reader"
classes, each of which is responsible for converting an instance of a
USD prim to the corresponding Blender Object representation.

The flow of control for the conversion can be followed in the
`import_startjob()` and `import_endjob()` functions in `usd_capi.cc`.
The `USDStageReader` class is responsible for traversing the USD stage
and instantiating the appropriate readers.

Reviewed By: sybren, HooglyBoogly

Differential Revision: https://developer.blender.org/D10700
2021-08-03 12:33:36 +02:00
..
2021-07-16 11:45:51 +10:00
2021-07-13 20:51:24 +10:00
2021-06-28 13:16:32 +02:00
2021-05-25 17:16:54 +02:00
2021-07-07 13:42:46 +10:00
2021-08-03 12:33:36 +02:00
2020-11-06 12:32:54 +11:00
2021-07-05 15:54:57 +10:00
2021-08-03 12:33:36 +02:00
2021-07-07 13:42:46 +10:00
2021-07-26 10:59:49 -04:00
2021-06-28 13:16:32 +02:00
2021-07-20 11:12:24 +10:00
2021-06-18 14:41:24 +10:00
2021-07-29 10:52:08 +10:00
2021-07-08 13:31:38 +10:00
2021-07-05 15:54:57 +10:00
2021-06-16 16:14:02 +02:00
2021-07-07 13:42:46 +10:00
2021-06-22 10:54:50 -07:00
2021-07-29 11:38:43 +02:00
2021-07-05 15:54:57 +10:00
2021-03-07 17:03:20 +01:00
2020-10-11 13:00:49 -04:00