From 603beee84480d7e90ab569b1dcbae5916c23290e Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Fri, 18 Aug 2017 20:36:37 +0800 Subject: [PATCH] update readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 9496c83..e95dff5 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,14 @@ Then to your `~/.nuke/menu.py` add: traceback.print_exc() + +or add: +```python +nuke.pluginAddPath('tabtabtab') +``` +to your `~/.nuke/init.py`, the `tabtabtab` should be your repo path. + + The original menu will still be available via "Ctrl+Tab". You can change the last "Tab" argument to another shortcut if you wish.