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)
/source/blender/usd/intern/usd_writer_metaball.h (+42, -0) (View)