Da Sac
dasac
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Writing correct expression result into USD 2021年9月18日13:15
mtuckerGreat! I've not seen that mode before. Good to me.
In Karma, the most obvious difference I see between 18.0 and 18.5 is the implementation of GetShaderSourceTypes. In 18.5, we do:TfTokenVector BRAY_HdDelegate::GetShaderSourceTypes() const { static TfTokenVector theSourceTypes({ TfToken("VEX", TfToken::Immortal) }); return theSourceTypes; }