Message 1 of 7
API 2 check node type in external Python module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am writing an external Python module in which I want to check the type of the selected node.
'if node.isType(vrdTransformNode)' works fine in the VRED Script Editor. When using the external module, I get the error that "vrdTransformNode" is not defined. What must I add to the script, to make object types known.
Thanks a lot
Jochen