Nishith Singhai

knish

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

moveToGoodPosition on a list of nodes Dec. 6, 2018, 5:27 a.m.

How does one get focus on a list of nodes ?

For a single node, moveToGoodPosition works well but does not work for a list of nodes

import alembic file in houdini Dec. 4, 2018, 2:22 a.m.

I need to import alembic geometry in houdini. So far what i've come across is

import _alembic_hom_extensions as abc
print abc.alembicGetSceneHierarchy(“/job/HOME/nsinghai/my_jobs/layout_geo.abc”, “/”)

This gives a list of all meshes within the file. It does not import the geometry. I need python command to import the
alembic geometry into houdini scene file.

How is it possible ?