Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/10/2004 at 08:16, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.100 Platform: Language(s) : C.O.F.F.E.E ;
--------- Is it possible to run a COFFEE script automatically, as Cinema 4D starts? I need to check for different plugin versions on every machine in a net render session, and eventually substitute the old plugins with the new. A startup script that checks the plugin version and substitute the file when necessary should resolve my problem. If this is not possible, have you some other idea to accomplish this job? Thanks...
On 02/11/2004 at 14:51, xxxxxxxx wrote:
Just write a COFFEE plugin. The main() function will be called on CINEMA startup. For an example of a COFFEE plugin, you could look at Resource/modules/networksettings in your CINEMA directory.
Michael
On 03/11/2004 at 01:00, xxxxxxxx wrote:
Yeah, it was so obvious! Thanks a lot Michael...