State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:606828|
Problem summary
kDoubleClick event does not fire when double clicking on track item in the timeline/sequence viewer
Customer reported version
nuke.n/a hiero.n/a
Customer reported platform
Steps to reproduce
1) Open Nuke Studio/Hiero
2) Import any footage and add it to a sequence
3) Run the following code in the Script Editor:
from hiero.core import eventsdef eventPrinter(event): print ("EventType: " + str(event.type)) print ("EventSubType: " + str(event.subtype))hiero.core.events.registerInterest("kDoubleClick", eventPrinter)4) Double click the footage in the Bin view, the Spreadsheet view and the Timeline view, it prints for the Bin and Spreadsheet views, but not the Timeline view:# Result: EventType: kDoubleClick EventSubType: kBin EventType: kDoubleClick EventSubType: kSpreadsheet We're sorry to hear that
Please tell us why