michael_brazelton
09-24-2008, 09:35 AM
hey all
we tried to move our hotkeys from vr.2 to vr. 3 and it doesn't really seem to work
any ideas what's up?
we are all really used to using spacebar for start stop of playback - this is our old setup
in # player keybinds
def togglePlayback():
if fx.player.playing :
fx.player.stop()
else :
fx.player.play(1)
fx.bind(' ', togglePlayback)
also has anyone set up a hotkey for interactive paint? we used to have one for that - but doesn't work anymore either...
we tried to move our hotkeys from vr.2 to vr. 3 and it doesn't really seem to work
any ideas what's up?
we are all really used to using spacebar for start stop of playback - this is our old setup
in # player keybinds
def togglePlayback():
if fx.player.playing :
fx.player.stop()
else :
fx.player.play(1)
fx.bind(' ', togglePlayback)
also has anyone set up a hotkey for interactive paint? we used to have one for that - but doesn't work anymore either...