wingevil

wingevil

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

get attribute of selected points in python Jan. 27, 2015, 10:20 a.m.

Hi,

When I select points from the viewport, how do I get a value of point attribute in python?

I wrote a beginning like this:

1 import toolutils
2 viewer = toolutils.sceneViewer()
3 selection = viewer.selectGeometry('Get Ids From Select Points',geometry_types = )

but I don't know how to continue this.

thanks
Shawn