jizrik

jizrik

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Python operator parameter update Feb. 4, 2019, 5:47 p.m.

Hi,

Thank you so much! Disabling caching parameter solved the issues.

Python operator parameter update Feb. 3, 2019, 7:52 p.m.

Hello,

I have a very simple python operator with 1 parameter called “txt” which I'm setting to frame value.

Python code:
node = hou.pwd()
node.parm("txt").set(str(hou.intFrame()))


it all works fine when I go forwards on timeline. But when I step back the value doesn't changes and I don't why. I would like to update always.

Thank you for any advice

Export alembic sequence yields only first frame Feb. 17, 2017, 9:08 a.m.

Thanks,

Yes I'm aware of that alembic can contain the whole animation within one file. But that's not what I'm after.
I have a geometry which is different per frame and I would like to export each frame as a single file, but I'm unable to make it work with alembic ROP. I can do it easily with bgeo… is that some limitation?