LoadDialog() multi select

On 27/02/2014 at 00:50, xxxxxxxx wrote:

Hello,
is there a way to allow the selection of multiple images using LoadDialog() ?

> fn = c4d.storage.LoadDialog(type=c4d.FILESELECTTYPE_IMAGES, flags=c4d.FILESELECT_LOAD)
>
>
just like this but with multiselect.

thanks,
Bertram

>

On 04/03/2014 at 11:05, xxxxxxxx wrote:

Unfortunatley not. You might switch to a third party python module which supports that.

Cheers, s_rath