Merge branch 'blender-v4.2-release'

This commit is contained in:
Michael Kowalski
2024-06-14 08:40:21 -04:00

View File

@@ -428,7 +428,7 @@ pxr::UsdStageRefPtr export_to_stage(const USDExportParams &params,
/* Creating dome lights should be called after writers have
* completed, to avoid a name collision when creating the light
* prim. */
if (!params.selected_objects_only && params.convert_world_material) {
if (params.convert_world_material) {
world_material_to_dome_light(params, scene, usd_stage);
}