Move created houdini object - Python

   2282   1   0
User Avatar
Member
101 posts
Joined: Dec. 2012
Offline
Hi,

a seperate process is creating a node on /obj/ level, i would like to move it to another location, how do i do that?

Example:

root = hou.node(“/obj”).createNode(“geo”)

How could i move the created node to lets say “/obj/mygeosop”

Thanks!
User Avatar
Member
2537 posts
Joined: June 2008
Offline
I don't think you can put a geo inside a geo, it is a top level context. You can put a geo inside a subnet but you would have to create that subnet first or have one in your scene that you can reference.

You can create an ObjectMerge inside a geo and reference an external geo object that way.

What are you trying to do?
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
  • Quick Links