Khaled AbdelHay

catchyid

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

is it possible to include special characters in object name? April 26, 2024, 3 p.m.

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? April 25, 2024, 8:59 a.m.

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? April 17, 2024, 8:02 p.m.

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?