How to 'Reload Scripts Plugin' using python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to load different UI-window based on the differernt node (with specific name) selected in VRED scenegraph.
For this, currently I need to click Edit>Reload Scripts Plugins option, everytime I select a new node, so that a different UI-window gets loaded according to the name of this newly selected node. (My python and ui scripts are present in 'Scripts' menu (plugin) of VRED.
But I would like to know, how can I implement this functinality using Python code itself so that I can avoid clicking Edit>Reload Scripts Plugins option, for every new node selection. Please find the attached screenshot.
Kindly feel free to reply if you have any relative solution/explanation/question (or also if you don't understand anything in what I have written).