Import/Export settings
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/12/2004 at 10:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
Hi! I am writing an export plugin in COFFEE and I would like to add some settings under the general preferences in the edit menu, but I can't find any reference on how to do it in the SDK help. Could anybody help me? thanks!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/12/2004 at 12:35, xxxxxxxx wrote:
This isn't possible in C.O.F.F.E.E. (In C++ you would use lib_preferences.h for this.) You would have to make your own preference dialog, possibly storing them in a file in the plugin directory.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/12/2004 at 04:40, xxxxxxxx wrote:
Thanks a lot. I think I will do that.