State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:504728|
Problem summary
The getSelection() method is missing from the 'geo' knob of the GeoSelect node and errors when Pythonically referenced.
Customer reported version
nuke.13.1v3
Customer reported platform
centos7
Steps to reproduce
1) In Nuke, create a Cube node.
2) Make a GeoSelect node and connect to the Cube.
3) Select vertices in the Viewer and press "save selection" in the GeoSelect1 Properties bin.
4) Open the weblink for Nuke 3D Python API.
5) Open the Script Editor and run the Python example from the Nuke Python API, observing any errors:
geoSelectKnob1 = nuke.activeViewer().node()['geo']geoSelectKnob2 = nuke.toNode('GeoSelect1')['geo']viewerSel = geoSelectKnob1.getSelection() #SELECTION IN THE CURRENTLY ACTIVE VIEWERgeoSel = geoSelectKnob2.getSelection() #SELECTION SAVED IN GEOSELECT NODE 
geoSelectKnob2 = nuke.toNode('GeoSelect1')['geo_select']We're sorry to hear that
Please tell us why