Skip to content
Snippets Groups Projects
Commit 307e1c60 authored by Falk Hofmann's avatar Falk Hofmann
Browse files

Fixed typo.

parent 24cf6471
No related branches found
No related tags found
1 merge request!2Resolve "write README"
......@@ -20,7 +20,7 @@ How to implement
----------------
For the regular Nuke user without a pipeline to follow, the implementation can be achieved by
modifying the `init.py` and `menu.py` in your `.nuke` folder. This is the msot common approach to add tools
modifying the `init.py` and `menu.py` in your `.nuke` folder. This is the most common approach to add tools
on a per user base.
**init.py**
......@@ -44,4 +44,4 @@ custom_menu.addCommand ("Bake Metadata", interface.start_from_nuke(), 'f1')
```
These will create a new menu labeled as *your custom menu* and add a menu entry labeled as
*Bake Metadata*.
*Bake Metadata*. Optionally you have the ability to assign a shortcut/hotkey to a menu entry. In this case it's *F1*.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment