Posting to nuke-users from hiero-users... There are currently two open Nuke issues relating to Ctrl+C behaviour, (both partly related to QuickTime)
Bug 35554 - Ctrl+C hangs Nuke when copying Mov reads as thumbnail is being rendered. (unrelated to Hiero) Bug 35197 - CTRL+C freezes Nuke if Hiero is open at the same time In the meantime here's a crude workaround which involves mapping 'Copy' to another key press, in this example: 'Ctrl+Shift+C' ... Add this code to your menu.py: ---------------------------------------------- menuBar = nuke.menu( 'Nuke' ) editMenu = menuBar.items()[1] cp = editMenu.findItem( 'Copy' ) cp.setShortcut( 'Ctrl+Shift+C' ) ---------------------------------------------- Apologies for any inconvenience caused, and rest assured, the Nuke team are on the case!
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
