Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Jul 9, 2021
1 parent 6073abb commit 0657f3b
Show file tree
Hide file tree
Showing 30 changed files with 2,225 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.history/
.DS_Store

22 changes: 22 additions & 0 deletions InstallationGuide.txt
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*
Loading

0 comments on commit 0657f3b

Please sign in to comment.