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 13/04/2016 at 14:06, xxxxxxxx wrote:
User Information: Cinema 4D Version: 17 Platform: Windows ; Language(s) : C++ ;
--------- Hi everybody,
I added a FILENAME element to a description resource. The docs say, it only has "SAVE" and "DIRECTORY" as params.
How are those other flags set (Force suffix, File Type, Title, etc.)? For the simplicity, I'd like to circumvent having to add a string field + button or even implementing a custom gui.
Any help would be appreciated.
On 14/04/2016 at 03:10, xxxxxxxx wrote:
Hello,
I guess you talk about the options of calling Filename::FileSelect()? The options of this function are just this – the options of this function. They have nothing to do the a FILENAME parameter description. It appears that there are no options of this parameter description to configure the file selection dialog it might open.
Best wishes, Sebastian
On 14/04/2016 at 06:56, xxxxxxxx wrote:
I see. A solution would be a CustomGui then?
Thanks, Robert
edit: Never mind. After I took a look at C4D's Bake Texture - Tag, an additional Format Parameter is more than sufficient.