Giter Site home page Giter Site logo

nuke_misc_plugins's Introduction

simple_geo_reader

Most simple node that sensibly outputs geo.

A simplified version of the Sphere.cpp NDK example

cd simple_geo_reader
mkdir build && cd build

cmake -D NUKE_INSTALL_PATH=/Applications/Nuke6.2v2/Nuke6.2v2.app/Contents/MacOS/ -D CMAKE_INSTALL_PREFIX=../dist ..

make
make install

nuke_verbosity

A Python module which exposes the Nuke verbosity level. This isn't necessary, as there is a simpler way of doing this with no compiling required:

import nuke
if "-V" in nuke.rawArgs:
    print "Is verbose"

However this module might be a useful reference for doing similar things. It works like this:

$ nuke -t
>>> import nuke_verbosity
>>> nuke_verbosity.is_verbose()
False
$ nuke -t -V
>>> import nuke_verbosity
>>> nuke_verbosity.is_verbose()
True

For example, this could be used to control the python logging level:

if nuke_verbosity.is_verbose():
    logging.setLevel(logging.DEBUG)
else:
    logging.setLevel(logging.INFO)

To build:

cd nuke_verbosity
mkdir build && cd build

cmake -D NUKE_INSTALL_PATH=/Applications/Nuke6.3v1/Nuke6.3v1.app/Contents/MacOS/ -D CMAKE_INSTALL_PREFIX=../dist ..

make
make install

env PYTHONPATH=../dist/lib/nuke6.3 /Applications/Nuke6.3v1/Nuke6.3v1.app/Contents/MacOS/Nuke6.3v1

ratReader

An incomplete deep shadow map/deep camera map reader

This will not work on OS X, due to incompatibilities between how Houdini and Nuke are built,

http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=102608

dcm_convertor

An even more incomplete tool to convert a Houdini's .rat deep [camera/shadow] map to .dtex

nuke_misc_plugins's People

Contributors

dbr avatar

Stargazers

Timothy Halim avatar Kthulhu avatar Deke Kincaid avatar  avatar Anthony Scudese avatar Max Last avatar yann le paih avatar  avatar Yusuke Ishikawa avatar Brian Willard avatar Tim BOWMAN avatar  avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

sid1980

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.