API (python)
Module Summary:
This Kit extension provides both a popup dialog as well as an embeddable widget that |
Module Details::
This Kit extension provides both a popup dialog as well as an embeddable widget that
you can add to your code for browsing the filesystem. Incorporates
BrowserBarWidget
and FileBrowserWidget
into a general-purpose utility.
The filesystem can either be from your local machine or the Omniverse server.
Example:
With just a few lines of code, you can create a ready-made dialog window. Then, customize it by setting any number of attributes.
- filepicker = FilePickerDialog(
“my-filepicker”, apply_button_label=”Open”, click_apply_handler=on_click_open, click_cancel_handler=on_click_cancel )
filepicker.show()