Masa murakami

masa90210

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

usd primitive pattern expression problem in Solaris 2026年2月4日4:23

Solution is

/ASSET/anim/CH/geometry_grp/v*/** & %type:Mesh


//* is WRONG, and /** is CORRECT!

usd primitive pattern expression problem in Solaris 2026年2月4日3:46

Hi, I am trying to figure out primitive pattern expressions for primitives parameter in Solaris. Let's say I have 4 boxes as following:

/ASSET/anim/CH/geometry_grp/v001/box_geo_A
/ASSET/anim/CH/geometry_grp/v001/box_geo_B
/ASSET/anim/CH/geometry_grp/v002/box_geo_C
/ASSET/ENV/CH/geometry_grp/box_geo_D

I have a prune and a renderGeometerySettings LOP, and want to write an expression in primitives parameter:

/ASSET/anim/CH/geometry_grp/v*//* & %type:Mesh

This should select actual Meshes box_geo_A, box_geo_B, and box_geo_C, but it not working.

So far, it seems that %type:Mesh cannot combine any pathes/expression.
If anyone know how to write properly primitive paths and %type:Mesh together.
Thanks.

TOPNET run a script locally before running ROP Fetch 2025年10月22日8:32

Hi, I have a question about a TOP Network process (please see the attached picture).
I want to run two steps when executing Dirty and Cook:

1 - Run a Python script that updates or sets a new cache path on a File Cache node.
2 - Then run the actual simulation using a ROP Fetch node.

The problem isn’t with the Python script itself, but rather that the Python Script node seems to execute in the background Houdini session used by TOPs, instead of the current local Houdini session. I want the script to apply changes to my local session, and then trigger the ROP Fetch simulation task.

I suspect that using a Python Script node isn’t the right approach here — I probably need another method to execute the script locally before running the ROP Fetch. Or maybe I could fix the python node by changing parameters like a Generate When parm or Evaluate scripting During parm, etc, not sure at all. 

Of course, I could just run the Python script manually and then Dirty & Cook the network, but I have multiple dependent simulation steps, and I don’t want to manually update the File Cache nodes every time.

So, is there a recommended way to achieve this?