GithubHelp home page GithubHelp logo

charlesworth95 / layeralchemy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebjacob/layeralchemy

0.0 0.0 0.0 1.36 MB

Multichannel Nuke plugins

License: Other

C++ 80.90% Python 11.20% C 0.52% CMake 6.99% Dockerfile 0.38%

layeralchemy's Introduction

LayerAlchemy

C++ Multichannel Nuke plugins

logo

Nuke installation for compiled builds

# add this to your init.py and adapt the path to where the package is uncompressed
nuke.pluginAddPath('/path/to/plugin/LayerAlchemy/nuke')

Build instruction example :

git clone https://github.com/sebjacob/LayerAlchemy
mkdir /a/new/folder/to/build/in
cd /a/new/folder/to/build/in
cmake /path/to/git/cloned/LayerAlchemyDir -DNUKE_ROOT=/Applications/Nuke11.3v4 -DCMAKE_INSTALL_PREFIX=/Path/to/install/to
make # compile the code
make documentation # build the documentation, needs mkdocs (pip install mkdocs)
make install # copies the compiled files to the install directory
make package # creates a compressed file containing the project

Nuke Plugins

GradeBeauty provides artist friendly controls to manipulate multichannel cg render passes The GradeBeauty design is purposely utilitarian and simple.

GradeBeautyParams

GradeBeautyLayerSet provides a simple way to specifically grade multiple cg layers using a LayerSet

Image processing math is exactly like the Nuke Grade node except that, you can grade multiple layers at the same time

GradeBeautyLayerSet

GradeBeautyLayer provides a simple way to specifically grade a cg layer and replace it in the beauty

GradeBeautyLayer

FlattenLayerSet provides a simple way to merge additive LayerSet from multichannel cg render passes to any single layer

FlattenLayerSetParams

RemoveLayerSet provides a simple way to isolate LayerSet from multichannel streams

RemoveLayerSetParams

GradeLayerSet provides a simple way to grade multiple layers using LayerSet

It's exactly like the Nuke Grade node except that, you can grade multiple layers at the same time

If you are grading cg layers and wish to propagate the changes to the beauty a the same time, have a look at FlattenLayerSet

GradeLayerSetParams

MultiplyLayerSet provides a simple way to multiply a selection of layers using LayerSet

It's exactly like the Nuke Multiply node except that, you can multiply a selection of layers at the same time

MultiplyLayerSetParams

layeralchemy's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.