Cody Adams

Cody Adams

About Me

EXPERTISE
Gamedev
INDUSTRY
Gamedev

Connect

LOCATION
United States

Houdini Skills

Availability

Not Specified

Recent Forum Posts

accessing the right click menu options through python. May 10, 2016, 4:20 p.m.

Hello Again I'm trying to automate “Right Click>Save>Image” for a number of user selected nodes.

how can i access this through python?

Thanks in advance for all your help!

create nodes at points May 10, 2016, 4:17 p.m.

len(yourNode.geometry().iterPoints())

will give you the number of points of a given geometry node.

Thanks for all your help! I really mean it

create nodes at points April 18, 2016, 11:07 a.m.

thanks for responding everyone!

So i'm sorry for the confusion, but I have this all working manually, but I'm trying to automate the creation of the actual grid nodes based on the number of points of another grid.

I would like to do it in python and use it from a shelf tool, but I have no idea how to access the number of points of a grid node that already exists.

Thanks again for your patience.