...
When you finish configuring your operator view in Editor, click on Save and go back to the Camera Functions tab and select Operator View > Open, then a window like this will open (with elements as you defined them in Editor) and the operator can start interacting with it:
...
Info |
---|
For images you saved (when you had ‘Save images’ enabled while the Operator View was running) you can see the operator inputs at that time in the https://pekatvision.atlassian.net/wiki/x/2YibKQ tab under 'operatorInput’ key, which is a dictionary containing key-value pairs for all your inputs/selects/sliders. If you set some dynamic label, you can see the value of its context key (if you set its value in code) at that time under the context key name you selected, so e.g. 'label_key' in this example. If you set visibility by key for some element and you set its value in code, you will see it here too under the name you selected for the key so e.g. ‘visibility_key’ in this example. |
...