THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/06/2008 at 02:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R8
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi there,
i m not new to programming, but i m a newbie when it comes to COFFEE. I just want to ask if what i want to do can be done in COFFEE or do i need to go to the C++ functions.
It would just be great if it can be done in COFFE.
What i want to do is this:I need to create a script that automatically loads projects from a specific folder.
I already have a plugin that inherits from CommandData that takes care of loading the project.
I was thinking of creating,in the script, a simple class inheriting from this plugin and just calling the load function from it, but somehow the COFFEE script just doesn t recognize my plugin class.
Does anybody know why this is happening oe if such a thing can be done?
thnx a lot :)