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).
On 10/07/2014 at 04:34, xxxxxxxx wrote:
User Information: Cinema 4D Version: R15 Platform: Windows ; Language(s) : C++ ;
--------- Dear Developers
For my next step in learning the basics of plugin programming in the C++ SDK of cinema, I was looking to build a simple plugin that enables the user to select a folder full of images and then process those images.
Unfortunately I'm stuck at opening a file/folder selection dialog. Can anyone please point me in the right direction?
On 10/07/2014 at 05:20, xxxxxxxx wrote:
Hi BlueCoder,
the Filename class has a FileSelect() method that will open a dialog.
Best, -Niklas
On 10/07/2014 at 06:02, xxxxxxxx wrote:
Ah! I have it working, thank you NiklasR