Categories
Bradley Friedman News

FIE Extensions Path Extractor

We’ve released a small bit of code for developing in NVidia’s Omniverse:

leith-bartrich/kit-exts-fie-pypathextract (github)

As the main documentation says:

It’s simple. It spawns a window with some buttons. Those buttons will allow a developer running a “Kit” based application to save a text file containing paths to the extensions currently available to the Kit Extension Manager.

This is useful in getting a python IDE to “see” extensions that are not in the python path by default, but are added to the python path at the last moment by Kit, when it resolves the configured extensions fully.

The full readme goes into detail on how to make this useful for development.