- Code: Select all
widgets = ix.api.OfObjectArray()
ix.application.get_factory().get_all_objects("WidgetImageView", widgets)
seems to have stopped working in Clarisse 5 using Python 3. After running the above the "widgets" array is empty. The same is true if I try to get "Widget3dView" or "WidgetTextureView". The above code still works with scene objects such as "Image" or "Geometry". Has the method of access UI objects changed in Clarisse 5?