-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
2,225 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.history/ | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
W_HOTBOX INSTALLATION GUIDE | ||
|
||
1 Copy 'W_hotbox.py' and 'W_hotboxManager.py' to a folder that's part of the nuke plugin path. | ||
|
||
2 Append menu.py with the following code: | ||
|
||
import W_hotbox, W_hotboxManager | ||
|
||
3.a Copy the folder named 'icons' to your .nuke folder. (If you would rather place the icons elsewhere, make sure to follow step 3.b. If you decide to put them in the default location, you can skip step 3.b) | ||
|
||
3.b Launch Nuke. Open the Preferences Panel and navigate to the W_hotbox tab. change the path pointing to the icons folder to the folder you placed the icons in step 3.a. | ||
|
||
Step 4 is optional. The download ships with a set of buttons ready to use with the hotbox. The hotbox will function fine without those, but the user has to add buttons himself before the hotbox becomes useful. The buttons that ship with this download are easily removed if the user would rather start from scratch himself. | ||
|
||
4 Open the Hotbox Manager by either: | ||
-Launching it from the hotbox itself, | ||
-Clicking Edit/W_hotbox/Open Hotbox Manager, | ||
-Choosing 'open hotbox manager' from the preferences panel. | ||
Click the button saying 'Import Archive' at the top right of the Manager, while making sure the 'Clipboard' knob next to it remains unchecked. A file browser appears. Navigate to the file called 'buttonBundle.hotbox' that came with the download and hit 'open'. | ||
|
||
|
||
*If you are running the Hotbox on KDE Linux, you might experience some transparency related issues. Check out the 'Transparency on KDE Linux' section in the user guide to see how you can resolve those problems* |
Oops, something went wrong.