MotionBuilder - Choose path window

Hello there,

I’m trying to populate a string with a user specified file path. I would love it to be a file pop up window that allows the user to choose a folder and hit ok. I’m looking at the Mobu SDK Docs and can only see that FBApplication has file open, save, merge functions, nothing for just choosing a path. Perhaps I’m not going about this the right way by using the FBApplication and FBFilePopup.

Anyone build a path chooser for MotionBuilder?

Thanks!

-Chris

There should also be an FBFolderPopup to take a gander at:

http://docs.autodesk.com/MB/2014/ENU/MotionBuilder-SDK-Documentation/py_ref/class_f_b_folder_popup.html

[QUOTE=Kovac;26263]There should also be an FBFolderPopup to take a gander at:

http://docs.autodesk.com/MB/2014/ENU/MotionBuilder-SDK-Documentation/py_ref/class_f_b_folder_popup.html[/QUOTE]

Ah Perfect! Thanks so much!