Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
nuke_bake_metadata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Falk Hofmann
nuke_bake_metadata
Commits
307e1c60
Commit
307e1c60
authored
6 years ago
by
Falk Hofmann
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo.
parent
24cf6471
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Resolve "write README"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
307e1c60
...
...
@@ -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 m
s
ot common approach to add tools
modifying the
`init.py`
and
`menu.py`
in your
`.nuke`
folder. This is the mo
s
t 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*
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment