jizrik
jizrik
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Python operator parameter update 2019年2月4日17:47
Hi,
Thank you so much! Disabling caching parameter solved the issues.
Thank you so much! Disabling caching parameter solved the issues.
Python operator parameter update 2019年2月3日19:52
Hello,
I have a very simple python operator with 1 parameter called “txt” which I'm setting to frame value.
Python code:
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
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 2017年2月17日9:08
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?
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?