Da Sac

dasac

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Writing correct expression result into USD Sept. 18, 2021, 1:15 p.m.

mtucker
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;
}
Great! I've not seen that mode before. Good to me.