Hi!
I want to open my own ScriptedClass object in Attribute Editor. Inspect is otherwise fine but it does not allow using Clarisse while inspecting.
I found a promising function open_items_in_widget() and it works but it always changes the selection as well to show the ScriptedClass. There is option update_selection in that function but it has no effect.
What is the best way to show Attribute Editor for ScriptedClass so that it opens in floating window and does not change the global selection? In addition, if there is object reference attribute in it and I click on the arrow to jump to that object, it should not change the floating Attribute Editor's selection but the Clarisse Global selection.
Is that possible?
Also is it possible to control the Attribute Editor's Lock Selection state from Python?
Thank you!
Antti