THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/02/2011 at 16:40, xxxxxxxx wrote:
Hello,
I have used Python in C4D before, but just to whip out quick scripts
that wrote data to text files, with no user interaction(no save file dialog, no export options, etc.)
I would like to write an exporter that fits nicely in C4D and I have a few questions:
1. Is it possible to write an exporter that will show in the File > Export menu ?
(If I write a plugin with Python, will it show under Python > My Plugin only,
or it possible to make it accessible through the File > Export menu ?
Is it possible to write a plugin that will show in the File > Export menu, how ?)
2. How do I get started with making GUIs in Python ?
I've noticed the gui.GeDialog class has the functionality I need, but I can't seem
to understand where to start. How do I create a basic dialog ? Is there a sample
somewhere ?
Thank you for your time,
George