THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/04/2008 at 02:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi.
I have a small question again.:)
I have developed a few nodes, but one of the last ones makes me crazy. I developed the first Initator, so without a return value to an outport.
A calculator-node has a method called Calculate(...) which is called when a the frame changed or a calculation has been requested.
But how in initiators? I tried to search in the SDK Documentation, but there is only the reference to the CalculationTable. Is this the right way I have to look for? Hoped that there is a method instead of Calculation(...) which is requested (even when no outport is connected / avaible)
Thanks a lot :)