pick
- pick(picking_callback) None
Start the picking process: register a function to call the next time a node delegate is selected or the picking process aborted.
The next selected node won’t be selected. When the callback is called, nd_path is empty if the picking has been aborted or it is the path of the selected node delegate. Once a node is picked, the picking process is stopped. The picking process is also stopped if a modification ends.
- Return type
None