
Jeroen Lapre'
syntheticperson
About Me
Expertise
Not Specified
Location
Not Specified
Website
Connect
Recent Forum Posts
Material X in /obj Context, Assigning in LOPs? April 28, 2023, 1:09 a.m.
Good to know. I'll give that a try.
Thanks
Thanks
Python SOP: How to access file relative to $HIP? April 24, 2023, 7:24 p.m.
GOgraphR
Hi!
What about:gives you your current File.hou.hipFile.path()
os.getenv("HIPFILE")
os.getenv("HIP") are also possible.
Thanks, GOgraphR, it's good to know there are a number of ways to do this.
As I mentioned, I went with a File parameter of type File added to the Python SOP.
It works well in my context.
Thanks
How to Offset All Animated Parameters Using Python? March 30, 2023, 2:31 p.m.
Hi Jonathan De Blok, your offset keyframes script works great!
However, I neglected to clarify that I would like it to find all animated keyframes of all children inside /obj and /stage.
Please find attached a houdini file as an example.
/obj/box/matnet1/box_principledshader1 has Base Color animated keyframes.
It would be great if these could be offset as well.
The same goes for:
/stage/materiallibrary1/torus_mtlxstandard_surface
Thanks
However, I neglected to clarify that I would like it to find all animated keyframes of all children inside /obj and /stage.
Please find attached a houdini file as an example.
/obj/box/matnet1/box_principledshader1 has Base Color animated keyframes.
It would be great if these could be offset as well.
The same goes for:
/stage/materiallibrary1/torus_mtlxstandard_surface
Thanks