THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/11/2006 at 02:02, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
im checking the cinema r10 scripting capabilities and
i seem to be stupid but the simplest examples dont work!
i m talking about function definitions, and the main function
main ()
{
println("hello");
}
ends with "FAIL, Too , many parameters" ...
test_func (str)
{
println (str);
}
main ()
{
test_func ("test")
}
ends with "FAIL, Variable or function expected" ...
??? i dont get why this does not work...
there is no R10 coffee SDK yet,
but is it possible that these basic things have changed?
help !
:)