COFFEE GUIdemo
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/02/2008 at 14:33, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform:
Language(s) : C.O.F.F.E.E ; C++ ;---------
I get an error when I try to run the example GUIdemo located in hte user interface section of the COFFEE SDK. The error reads... variable or function expected... line 93 which is the second else if statment. Does anyone know the reason for this?
Thanks -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/02/2008 at 02:18, xxxxxxxx wrote:
That is because it contains calls of BaseSequence/BaseTrack/BaseKey classes. These classes are not supported anymore since Cinema 4D version 10. Just delete the lines 93-104 from the GUIdemo code and it will work.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/02/2008 at 07:05, xxxxxxxx wrote:
Thanks Matthias, It works now. So what do I do if I watn to manipulate track or keys now that v 10 doesn't support these classes?
Also
I can't find this flag switch (msg->GetId())
{
case BFM_DRAGRECEIVE:
Thanks -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/02/2008 at 07:18, xxxxxxxx wrote:
Unfortunatly you can't manipulate tracks/keys with COFFEE in Cinema 10. To do so you have to use the C++ API. Sorry.
cheers,
Matthias