Jeff Lait

jlait

About Me

EXPERTISE
Developer

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

My Tutorials

obj-image Masterclass
H18 Pyro | Building a Combustion Model
obj-image Masterclass
Vellum Cloth Updates | H18 Masterclass
obj-image Masterclass
64 Bit Processing | H18 Masterclass
obj-image Masterclass
Attribute Paint | H18 Masterclass
obj-image Masterclass
Vellum Cloth | H17 Masterclass
obj-image Masterclass
Vellum Drape | H17 Masterclass

Recent Forum Posts

Houdini Color Schemes Oct. 19, 2023, 11:20 a.m.

It is very nice to see cool colour schemes being built despite the clunkiness of the current system.

As for the green line, I'm afraid I must report that colour isn't actually part of the schema :cry:

    if(myViewport->manager()->getViewportBorders())
    {
        if(myViewport->manager()->isCurrentPort(myViewport->getPortIndex()))
            r->setColor(UI_Color(UT_RGB, 0.0F, 0.6F, 0.0F));
        else
            r->setColor(UI_GREY20);

        r->rect2DS(x, y, x+w-1, y+h-1);
    }

I've submitted Bug: 132255 regarding this, as we do not like such hard coded colours.

Expression Short Circuiting Dec. 26, 2022, 2:23 p.m.

You are correct that VEX doesn't short circuit. I can't say we are happy with that, as it is very useful and expected to short circuit. I'd say we want to reserve the right to fix this some day, so please do not write code that requires us to not short circuit in the meantime.

Houdini recalculating every node when just pressing "save" Nov. 28, 2022, 9:18 p.m.

Thank you for the file. We can reproduce that, and it does seem very suspicious.

I've submitted a bug with internal tracking number 125726.

Thank you for reporting this!