ID 280228 - The EnterLeaveEventTranslator viewer plug-in is not enabled by default

Follow

Problem summary:

When a customer viewer is open it should receive events when the mouse enters or leaves the viewport, but doesn't because the EnterLeaveEventTranslator plug-in is shipped, but not initialized.

Steps to reproduce:

  1. Open Katana
  2. In the python tab run the below code.
  3. 
    paths = ResourceFiles.GetSearchPaths("Tabs")paths += ResourceFiles.GetSearchPaths("UIPlugins")for plugin in Utils.Plugins.Load("EventTranslator", None, paths):    print plugin.name

Expected behaviour:

EnterLeaveEventTranslator should be in the outputted list and should be triggering events in the viewport.

Actual behaviour:

The output list only contains MouseWheelTranslator, MouseEventTranslator and KeyEventTranslator. No EnterLeaveEvents get passed to the viewport

Workaround:

No known workaround.

Reproduced versions/platforms:

  •  

Customer version/platform:

Not supplied.

    We're sorry to hear that

    Please tell us why