#1
|
|||
|
|||
CustomNode - communicating error to Vizard
Dear All,
I have a question about communicating error states to Vizard from my plugin. From inside the InitCustomNode and AddCustomNode functions, one can simply set Code:
((VizCustomNodeObj*)custom)->status = 0; I can't use this however from the CommandCustomNode function, it seems this is ignored by Vizard. Simply letting exceptions thrown from my code propagate to Vizard crashes everything (of course), so that's not ideal either. How can I communicate such error states to Vizard so that execution halts? Thanks! Best, Dee |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Realistic Light and Shadows Using Vizard and 3DS Max | jde | Vizard | 4 | 07-13-2012 11:58 AM |
Vizard 4 Beta Testing | farshizzo | Announcements | 0 | 02-01-2011 11:46 AM |
Vizard 4 Beta Testing | farshizzo | Vizard | 0 | 02-01-2011 11:46 AM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 10:39 PM |