install as script¶
in a python knob¶
You can create a Python knob on any node, then copy/paste localorender.py inside.
You can optionally edit the last line open_as_panel()
to replace it by
open_as_panel(modal=True)
if you prefer a modal dialog, than a floating
panel.
The open_as_panel
call can also take an optional uibuilder
argument.
in the script editor¶
You never install the tool and just copy/paste localorender.py in the script editor every time.
You can optionally edit the last line open_as_panel()
to replace it by
open_as_panel(modal=True)
if you prefer a modal dialog, than a floating
panel.
The open_as_panel
call can also take an optional uibuilder
argument.