import nukefrom hiero.core import eventsdef rescanClipRange(event): clip = event.clip media_src = clip.mediaSource() if media_src.hasVideo() and media_src.filename().endswith('.mp4'): event.clip.rescan()events.registerInterest("kClipAdded", rescanClipRange)
Reproduced by support
This bug has been reproduced in:
Nuke Studio 14.0v5 - Windows 10 - Linux CentOS 7
Nuke Studio 13.2v1 - Windows 10
Nuke Studio 13.1v1 - Windows 10
Nuke Studio 13.0v10 - Windows 10
Nuke Studio 13.0v9 - Windows 10
Nuke Studio 13.0v8 - Windows 10
Nuke Studio 13.0v7 - Windows 10
Nuke Studio 13.0v6 - Windows 10
Nuke Studio 13.0v5 - Windows 10
Nuke Studio 13.0v4 - Windows 10
Nuke Studio 13.0v3 - Windows 10 - Linux CentOS 7 -
REGRESSION
Unable to reproduce bug in:
Nuke Studio 13.0v2 - Windows 10 - Linux CentOS 7
Earliest version tested
Nuke Studio 13.0v2
- This issue doesn't appear in this version and has regressed