Blender Git Loki

Git Commits -> Revision 4b2b5fe

Revision 4b2b5fe by Sybren A. Stüvel (master)
March 3, 2020, 14:34 (GMT)
USD: Added support for exporting metaballs

Metaballs are exported as evaluated polygonal mesh.

USDExporterContext::depsgraph was made non-const to allow calling
`BKE_mesh_new_from_object()`. The alternative was to make the depsgraph
parameter of that function const, but that would be too intrusive as
that would require even more functions to accept a const depsgraph
pointer.

Commit Details:

Full Hash: 4b2b5fe4b8d3b97a90691474111894e7ae7b506a
Parent Commit: 453be9c
Lines Changed: +130, -2

2 Added Paths:

/source/blender/usd/intern/usd_writer_metaball.cc (+81, -0) (View)
/source/blender/usd/intern/usd_writer_metaball.h (+42, -0) (View)

3 Modified Paths:

/source/blender/usd/CMakeLists.txt (+2, -0) (Diff)
/source/blender/usd/intern/usd_exporter_context.h (+1, -1) (Diff)
/source/blender/usd/intern/usd_hierarchy_iterator.cc (+4, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021