On 28/05/2013 at 03:24, xxxxxxxx wrote:
Cinema R13, Python.
Hi guys. Simple question. I have this line:
self.file = self.AddCustomGui(1000, c4d.CUSTOMGUI_FILENAME, "", c4d.BFH_SCALEFIT|c4d.BFV_SCALEFIT, 0, 0)
Any chance I can restrict selection only to directories or folders? I don't want users to select files, but rather directory, where those files are.
Thank you.