Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Martin Sächsinger 5a0c6eac2a 2021-07-26 vor 3 Jahren
.idea sceneControl. Fixed issue if element is not set. vor 3 Jahren
doc 2021-07-22 02 vor 3 Jahren
gimmicks 2021-07-09 vor 3 Jahren
gizmos 2021-07-09 vor 3 Jahren
icons Initial commit. vor 3 Jahren
ofx Initial commit. vor 3 Jahren
plugins 2021-07-09 vor 3 Jahren
pythonplugins 2021-07-09 vor 3 Jahren
pythonpluginsUI 2021-07-26 vor 3 Jahren
.gitignore sceneControl. Fixed issue if element is not set. vor 3 Jahren
Nuke12.2v5_GEN.bat 2021-07-26 vor 3 Jahren
README.md 2021-07-26 vor 3 Jahren
cryptomatte_utilities.py Initial commit. vor 3 Jahren
cryptomatte_utilities_tests.py Initial commit. vor 3 Jahren
dcraw.exe Initial commit. vor 3 Jahren
gitattributes Update 'gitattributes' vor 3 Jahren
init.py 2021-07-26 vor 3 Jahren
kellerPluginCore.py Initial commit. vor 3 Jahren
menu.py sceneControl. Fixed issue if element is not set. vor 3 Jahren
pymmh3.py Initial commit. vor 3 Jahren

README.md

Nuke Workgroup 12.2

New commands:
  • align nodes vertically: alt + x
  • align nodes horizontally: alt + y
  • read from write: alt + shift + r
  • write from read: shift + r
  • paste to selected: ctrl. + shift + v
  • muster submit: ctrl. + r
  • sceneControl: F12
  • increment major: ctrl. + alt + s
  • increment minor: alt + s
  • ffmpeg render: F6
  • stamps: F8
  • stacking backdrops (grey): alt + b
  • color panel: shift + c
New panels:
  • search and replace panel (RightClick Windows/Custom )
  • denoice with noice panel (Render/Denoise with Noice)
New nodes:
  • sceneControl

image screenshot screenshot screenshot

  • keller tab on newly created write nodes

screenshot

  • musterSubmit 2

screenshot

  • FFMpeg Render

screenshot

  • Denoise with Noice

screenshot

  • channelSelect

screenshot

Changelog:

2021-07-26

sceneControl: changed USER env to USER_SHORT env

sceneControl: added tooltip for ignore in sceneControl knob

Nuke12.2.v5_GEN.bat: changed USER env to USER_SHORT env

init.py: added FTRACK_API_PYTHONPATH variable that is derived from the project_config.py of kenv.

__________

2021-07-22 02

nukeffmpeg: added create vcurrent. Saves a copy of the output file one dir higher and replaces v#### with vcurrent

2021-07-22

sceneControl: our_write. Added Element to filepath if configured in sceneControl.

Denoise with Noise: Added alert if denoise output is the same as input.

__________

2021-07-12

sceneControl: added 'removeKellerTab' function.

Added changelog.

__________

2021-07-09

playInRV. Now can use Sequence and Shot Environment entries in order for RV to display Shot LUTs.

sceneControl. After a new shot is created the curresponding ENV variables are automatically exported.

Added Gimmicks for OCIO neutralgrade.

Added ColorPanel.

Added superpose for 12.2. (Schnelli)

channelSelect. Fixed incorrect merge mode.

channelSelect. Fixed issues when copying node.

our write. Fixed issue when color of write node does not change with changed compression mode.

our write. changed label to 'exr compression: [value compression]'

project defaults. Default exr write compression is now DWAA!

__________

2021-07-02

channelSelect. Added additional 'pattern_exclude' knob to always exclude aovs like *variance, P, N etc.

channelSelect. Added unpremult option and additional grading possibilities.

channelSelect. Internal shuffle nodes are now labelled with the resolved channel name.

Denoise with noice. Fixed issue with large number of aovs.

Gimmicks. Added BalanceGrade and CalibrateMacbeth.

__________

2021-06-18

sceneControl. Fixed issue if element is not set.

sceneControl. Improved debugging.

sceneControl. Deletion now also deletes Kenv

sceneControl. Write Nodes get a new label with the used exr compression type.

sceneControl. Fixed issue when unloading plugin

sceneControl. Simplified kenv queries

sceneControl. updateWriteNodeConfig() for updating the Keller tab on write nodes

ffmpeg_write. Initial version. NNode with correct names and burn-ins

our_write. Write nodes now have a compression label and a custom color to see which exr compression type is set.

added search and replace panel.

Denoise with noice. Initial version.

ocio config, image formats, fps and favorites are set from KEnv project_config.py.