what happened to GUI()?

what hapened the the GUI() function in python?, it works in 2.23 but not 2.27

thanks

C’mon 2.28!

My IO Suite depends on the GUI module, so I hope they add it back very soon. I can’t wait to update my scripts.

Hi,

the GUI module is from Blender 2.10 API. It will not return. Instead of the GUI module, there are the Draw and BGL modules.

Oh, and if you’re looking for the fileselector, it will return in blender 2.28

With regards,
Michel

Oh, and if you’re looking for the fileselector, it will return in blender 2.28

Ahh, that’s the news I’ve been waiting for! Now I can’t wait.
All I ever needed from the GUI module is FileSelector().

Thanks.

the 2.27 with the new python api has the fileselector in it