#1
|
|||
|
|||
Access to VizCustomNodeObj::data
Is the float* data member of VizCustomNodeObj read-only from the Python side? I see a get() method in the docs that presumably returns it to the Python script, but no corresponding set() method...
|
#2
|
|||
|
|||
Yes, the Python script only has read access to the float array. However, you can send commands to the plugin using the node.command() method.
|
#3
|
|||
|
|||
OK, thanks. So if my plugin has e.g. 8 parameters I would set them using two calls to command() with different values for mesg...
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Access to Geometry Data in a c++ plugin for vizard. | xabbu | Plug-in development | 1 | 01-16-2009 04:14 PM |
How to access scene information in a C++ modifier | m7ossny | Plug-in development | 1 | 03-23-2007 12:02 PM |
Direct access to phantom omni data | vsully | Vizard | 1 | 03-14-2006 10:44 AM |
dynamic access of avatar location | valhalla | Vizard | 1 | 09-13-2004 09:28 PM |
Getting access to the eyes of CFG avatars | bailenson | Vizard | 1 | 06-18-2004 05:55 PM |