Need to do the same light power as Cycles in Watts for Hydra RPR #34

Merged
Bogdan Nagirniak merged 12 commits from BLEN-386 into hydra-render 2023-05-05 08:42:35 +02:00
Showing only changes of commit b2edcb1618 - Show all commits

View File

@ -155,7 +155,6 @@ pxr::VtValue LightData::get_data(pxr::TfToken const &key) const
}
}
}
std::cout << key.GetString() << " " << ret << " " << ret.IsHolding<float>() << "\n";
return ret;
}