State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:234058|
Problem summary:
A /root scene graph location can appear in certain circumstances, even if no node in the recipe has the view flag.
Steps to reproduce:
The issue can be reproduced with the following snippet of Python code as well:
def Callback(*args, **kwargs):
print(args, kwargs)
UI4.App.Tabs.FindTopTab('Scene Graph').getSceneGraphView().getSceneGraphAttributes(
'/root/world', Callback, True) Expected behaviour:
An empty Available Lights popup should be shown.
The SceneGraphView widget of the Scene Graph tab should remain empty.
Actual behaviour:
An empty Available Lights popup is shown. (This is good.)
The SceneGraphView widget in the Scene Graph tab shows a /root location. (This may potentially be confusing for users.)
Workaround:
No known workaround.
Reproduced versions/platforms:
This bug does not affect KATANA releases before KATANA 2.0v1.
We're sorry to hear that
Please tell us why