Khaled AbdelHay

catchyid

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

is it possible to include special characters in object name? 2024年4月26日15:00

Hi,

I use a rop alembic node to save a tree of obj/geo nodes. For pipeline purposes, the nodes in the alembic file must have special characters like ':' (e.g. transforms should be like objA:X), however in houdini a node name cannot have ':' (i.e. houdini will change the name from objA:X to objA:X). Is there any workaround?

cheers

How to create nested obj level transforms? 2024年4月25日8:59

Hi!

I want to mimic Maya transforms structure in Houdini, i.e. transform node A, when you dive, you will find another transform node B, when you dive in you find transform C.

Just to clarify, I understand I can flatten this hierarchy by connecting obj level transforms in parent-child relationship (so all nodes will be on top level obj), but I don't want this.

The only way I am to do is by creating obj sub-networks, for example: root obj --contains--> object sub-network A --dive in--> obj sub-network B. Is there any other solution?

Tx

how to write "pure" transforms from using rop alembic? 2024年4月17日20:02

hi,

the alembic rop out node has a checkbox to "Create Shape Nodes" (so it's either on or off). I have a situation where for some packed primitives I want to write both "transform" and "shape", and other packed primitives I want to write only "transform"? Is this possible?