State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:234802|
Problem summary
When the ‘viewer.default.pickable’ attribute is set to ‘No’ on a bounding box location, then the box stays selectable in the Viewer.
Bounding boxes also don’t seem to respect other ViewerObjectSettings, like viewer.drawOptions.color.
Steps to reproduce
-
Add a TeapotCreate and node to the Katana Node Graph and and change the node name to /root/world/geo/primitive/teapot.
-
Add an AttributeSet node and add a 6x1 number array attribute “bound” to primitive. As the values, use the values from the teapot’s bound attribute.
-
Add a ViewerObjectSettings node and add the CEL statement /root/world/geo/primitive to it.
-
Set the “pickable” attribute to No.
-
Collapse the Scene Graph at primitive to display the bounding box.
-
Select the bounding box in the viewer. It is still selectable.
Reproduced by support
Reproduced in 1.6v3, 2.0v5, 2.1v1&4, 2.5v1&3 RHEL 6.6
2.5v3 on Windows 7
Expected behaviour
Bounding boxes shouldn't be selectable if viewer.default.pickable is set to No.
Actual behaviour
Bounding box is still pickable.