-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tdoukinitsas/RenderQ
- Loading branch information
Showing
1 changed file
with
18 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 |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# RenderQ | ||
![renderq](https://user-images.githubusercontent.com/73527278/123974783-ceb15180-d9b4-11eb-8c69-ce7cbd3c8dd3.PNG) | ||
|
||
A render management / queue utility that can render Nuke Scripts and Blender Scenes sequentially. | ||
|
||
## How to use | ||
|
||
Once installed, launcing the application will bring you to the main interface. | ||
|
||
Clicking on *add file* will allow you to select nuke scripts or blender scenes, | ||
once your list is ready you may save or load your list to / from a text file, or just hit *Render Jobs* to start rendering | ||
|
||
Also you will need to specify the application paths and filenames for your installations of Nuke and Blender, found at the bottom left of the window. | ||
|
||
## Improving the app | ||
|
||
This app was written during a vfx project requiring about 260 shots to be rendered without a dedicated render farm on a single workstation. | ||
Whilst it's been production proven to be stable-ish there are probably a few problems, so feel free to improve upon the source code within this repository | ||
|
||
This application has been written in visual studio community edition 2019 using WPF and VB.NET |