Turn on echo all commands in the nuke prefs or do this in the script editor:

nuke.toNode('preferences')['echoAllCommands'].setValue(True)


Makes it pretty easy to see what functions are being called by any given
hotkey.


-Ean


On Wed, Mar 6, 2013 at 7:00 PM, John RA Benson <
[email protected]> wrote:

>  Of course! brilliant!
> thanks!
> JRAB
>
>
> On 03/06/2013 06:45 PM, Nathan Rusch wrote:
>
>  Not offhand, but there’s always the master menu.py from your Nuke
> installation... :D
>
> -Nathan
>
>
>  *From:* John RA Benson <[email protected]>
> *Sent:* Wednesday, March 06, 2013 3:30 AM
> *To:* [email protected]
> *Subject:* Re: [Nuke-python] python functions for hotkeys?
>
>  cool - just for reference, anyone know if there is a list of any other
> hotkey functions?
>
> thanks!
> JRAB
>
> On 03/05/2013 08:25 PM, Nathan Rusch wrote:
>
>  In 7.0+, you can use nuke.zoomToFitSelected(). In previous versions, I’m
> not sure there’s a reliable way to duplicate the same behavior, since I
> think it would be pretty tough to grab the geometry of the DAG pane to
> figure out the zoom level needed to fit the selection.
>
> -Nathan
>
>
>  *From:* John RA Benson <[email protected]>
> *Sent:* Tuesday, March 05, 2013 10:53 AM
> *To:* Nuke Python discussion <[email protected]>
> *Subject:* [Nuke-python] python functions for hotkeys?
>
>  Hey there -
>
> is there a list of python functions that duplicate hotkeys?
>
> I'm looking to auto clean up the node graph with selecting all and "l"
> then "f"
>
> aha - should check the script output when I do it... ok:
>
> nuke.selectAll()
>
> _autoplace()
>
> but still looking for "f"
>
> thanks
> JRAB
> ------------------------------
> _______________________________________________
> Nuke-python mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
> _______________________________________________
> Nuke-python mailing [email protected], 
> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>   ------------------------------
> _______________________________________________
> Nuke-python mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
> _______________________________________________
> Nuke-python mailing [email protected], 
> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
> _______________________________________________
> Nuke-python mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to