Problem summary
While Katana is processing large amounts of data in the
Scene Graph (indicated by the Katana loading wheel spinning), selecting an item from the currently loading section from the
Scene Graph and clicking the
Show Attribute History option in the
Attributes tab causes the pop-up window to quickly close. Once the data has finished loading, the
Show Attribute History option begins working as intended.
Customer reported version
Katana.3.1v7
Customer reported platform
rhel7
Steps to reproduce
1) Create a
LocationCreate node
2) Create and connect an
OpScript node to the
LocationCreate node.
3) Set the CEL path to "root/world".
4) Copy and paste the following code into the OpScript.
if Interface.AtRoot() then for i = 1,10000,1 do Interface.CreateChild("item_" .. tostring(i)) endend
5) Expand the
Scene Graph and select an item.
6) While the OpScript is still generating the new child locations (indicated by the Katana loading wheel spinning), click the
Show Attribute History option on one of the item's attributes. (This can be done by left-clicking the state badge located to the left of the name of an attribute in the
Attributes tab.)
Expected behaviour
The
Show Attribute History window stays open while waiting for the
Scene Graph to load the necessary data that the window requires.
Actual behaviour
The
Show Attribute History window closes.
Workaround
Unknown.
Reproduced by support
This bug has been reproduced in:
Katana 3.5v1 - Windows 10 - CentOs 7
Katana 3.2v3 - Windows 10
Katana 3.2v1 - Windows 10
Katana 3.1v7 - Windows 10
Katana 3.1v1 - Windows 10
Katana 3.0v1 - Windows 10
Earliest version tested
Katana 3.0v1 - This issue appears to be in all versions of the product