Christian Olan

Christian Olan

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Relative Alembic Object Group Path Feb. 12, 2016, 12:52 a.m.

onkel_eilert
You can throw in a wildcard( * ) to separate the horizontal_front_back.

So if you put @path=/wooden_crate_*/horizontal_front_back/crate_wood/crate_wood_shape

it should separate out the geometry you need. Attached a file with an example. Hope it helps


Thank you so much! I wish I knew where to go to learn more things like the wildcard trick.

Relative Alembic Object Group Path Feb. 10, 2016, 10:53 p.m.

Hi I had a question to see if this would be possible. I'm fracturing about 30 crates imported from alembics. While I'm preparing the geometry for fracturing I'm making a subnet that takes the input crate alembic. Using an alembic group node I'm trying and access a relative path for each crate.

crate has a hierarchy of:

/wooden_crate_01/horizontal_front_back/crate_wood/crate_wood_shape

so I'm trying to take in the incoming crate for example crate 01 make the object group path more relative like /../horizontal_front_back so I can run through all the crates at once to separate the different directions because after the crate number it's the same for every one for example.

/wooden_crate_02/horizontal_front_back/crate_wood/crate_wood_shape

Hope this makes sense if not I'll prepare an example file.

Python in Houdini Feb. 3, 2016, 3:22 p.m.

arctor
instead of the copy method I'd use an object _merge node
I have a few scripts that do all this…I'll try to find them

Sweet thanks, I just learned you can import the alembic all as one hierarchy. I'll look into some blast expressions for reorganizing the different pieces for the different names.