Problem summary
Events are missing from the Events Hiero Python Documentation.
Customer reported version
nuke.n/a
Customer reported platform
Steps to reproduce
1) Open a web browser and goto the address: https://learn.foundry.com/hiero/developers/latest/HieroPythonDevGuide/events.html#event-types
2) View any Events.
Expected behavior
All of the Events should be listed in the Hiero Python Documentation.
Actual behavior
There is no available Events listed in the Hiero Python Documentation.
Workaround
Run this code in Hiero/Studio to list all the events:
from hiero.core import events
print(dir(events.EventType))
Reproduced by Support in:
Nuke 13.0v4 - Windows 10
Nuke 13.0v1 - Windows 10
Nuke 12.0v1 - Windows 10
Nuke 11.0v1 - Windows 10
Nuke 10.0v1 - Windows 10
Nuke 9.0v1 - Windows 10
Nuke 8.0v1 - Windows 10
Earliest version tested
Nuke 8.0v1 - This issue appears to be in all versions of the product