Hello,
I have a question regarding the GUI.
In the tutorial it says: once you have associated an operator with the GUI and double click on the operator to open this window, the objectfocus attribute will change. You will specify a route to the operator you are editing. For example, you have associated an operator named Bob with this GUI. When you double-click Bob, this GUI is instantiated and its objectfocus attribute is set to the string path: "MAIN:/project/model/Bob".
However, my model in the objectfocus does not have the /Bob added.
Why does this happen?
And another question, is it possible to detach the object from the GUI?
Thank you