Blender Git Loki
Git Commits -> Revision ccfa7ce
Revision ccfa7ce by Michael Kowalski (usd) June 11, 2021, 02:34 (GMT) |
USD dome light export improvements. Moved code for exporting the environment dome light to a new world_material_to_dome_light() function. This logic now includes support for exporting the environment texture and for using a relative path for this asset. Also added logic to export the dome light properties using a naming scheme backward compatible with USD versions older than 21. |
Commit Details:
Full Hash: ccfa7ce9160ddaad59374f6851e2076f6623c72c
Parent Commit: 8b3f616
Lines Changed: +184, -102
5 Modified Paths:
/source/blender/io/usd/intern/usd_capi_export.cc (+3, -85) (Diff)
/source/blender/io/usd/intern/usd_light_convert.cc (+155, -2) (Diff)
/source/blender/io/usd/intern/usd_light_convert.h (+8, -0) (Diff)
/source/blender/io/usd/intern/usd_writer_material.cc (+14, -15) (Diff)
/source/blender/io/usd/intern/usd_writer_material.h (+4, -0) (Diff)
/source/blender/io/usd/intern/usd_light_convert.cc (+155, -2) (Diff)
/source/blender/io/usd/intern/usd_light_convert.h (+8, -0) (Diff)
/source/blender/io/usd/intern/usd_writer_material.cc (+14, -15) (Diff)
/source/blender/io/usd/intern/usd_writer_material.h (+4, -0) (Diff)