-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.9.0 address initial feedback from 0.8.0 (#5)
- add GradeBeautyLayer plugin - GradeBeauty.cpp : add black clamping - GradeBeauty.cpp : refactor and make sure hidden knobs are correctly set at script open or copy - enhance nuke plugin menu and made menu.py more explicit - turn on target layers in case the user create a new layer - refactored grade type plugin code to avoid duplication - Grade type nodes : revise precomputeValues function and black outside handling - ConfigTester: updated to user argparse, can disable terminal printing (disabled on nuke startup) - documentation popup for nuke nodes removed from callbacks and is now QT, if possible (fallback to web browser for Nuke 11) - refine the autolabel function - add mask indicators - add github PR template - PR comment : move documentation/help functions to separate module
- Loading branch information
Showing
30 changed files
with
843 additions
and
401 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,24 @@ | ||
## Description | ||
|
||
Explain what, why and the though process leading to the changes | ||
|
||
link to issue if relevant. | ||
|
||
### code changes | ||
- point form description of changes | ||
|
||
## Type of change | ||
|
||
is this a major or a minor or patch update ? | ||
|
||
## How Has This Been Tested? | ||
|
||
Describe operating system and Nuke versions | ||
|
||
## Checklist: | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings |
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
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
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 @@ | ||
# GradeBeautyLayer | ||
|
||
!!! info "" | ||
|
||
GradeBeautyLayer provides a simple way to specifically grade a cg layer and replace it in the beauty | ||
#### Order of operations : | ||
- input layer subtracted from the target layer | ||
- layer is modified | ||
- modified source layer is added to the target layer | ||
|
||
|
||
![GradeBeautyLayer](media/parameters/GradeBeautyLayer.png) | ||
|
||
## Knob reference | ||
|
||
| knob name | type | what it does | | ||
| --------- | ---- | ------------ | ||
| source_layer | enumeration | layer to to grade | | ||
| target_layer | enumeration | layer to subtract and add the modied source_layer to | | ||
| reset values | button | resets all color knobs to their defaults | | ||
|
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
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 |
---|---|---|
|
@@ -4,10 +4,13 @@ | |
| ---- | ---- | ----- | -------- | | ||
| Sébastien Jacob | author, designer | [email](mailto:[email protected]) | [LinkedIn](https://www.linkedin.com/in/s%C3%A9bastien-jacob-3b05112/) | ||
|
||
!!! info "special thanks 👍, for their help in kick starting the very first builds goes to :" | ||
# special thanks 👍 | ||
|
||
- Jean-Christophe Morin | ||
- Gregory Starck | ||
- Charles Fleche | ||
- Christian Morin | ||
- Mathieu Dupuis | ||
- Jean-Christophe Morin | ||
- Gregory Starck | ||
|
||
# Contributing | ||
|
||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+57.9 KB
(170%)
documentation/docs/media/parameters/GradeBeauty_uncollapsed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
Oops, something went wrong.