Git Product home page Git Product logo

aton's Introduction

#Aton

The Aton project is a Arnold Interface-compatible display driver and Nuke plugin for direct rendering into the Nuke interface.

##How to install

  1. Copy aton.dll(.dylib, .so) from ~/Bin to your $NUKE_PATH
  • In your init.py

    nuke.load("aton")

  • In your menu.py

    import nuke
    toolbar = nuke.menu("Nodes")
    mainToolBar=nuke.toolbar("Nodes")
    m = mainToolBar.addMenu("Menu")
    m.addCommand("Aton", "nuke.createNode(\"Aton\")")
    
  1. Copy driver_aton.dll(.dylib, .so) from ~/Bin to your $ARNOLD_PLUGIN_PATH

  2. Copy aton_maya.py from ~/Scripts to your Maya's scripts folder

##How to Use

  1. Open Nuke and create an Aton node

  2. Open Maya, make sure Arnold is set as default renderer

  3. Run this line bellow in script editor to open Aton UI or put it on the shelf

    from aton_maya import *
    aton = Aton()
    aton.show()
    

=== ##How to Build

To build it yourself you will need to have

  • Nuke 9.0+ SDK
  • Arnold 4.2+ SDK
  • Boost 1.54+

It's based on:

Dan Bethelli's Rmanconnect which is freely available at. http://github.com/danbethell/rmanconnect

Chad Dombrova's driver for arnold, freely available at. https://github.com/chadrik/renderconnect.

Arnold® is a registered trademark of Solid Angle.

Nuke® is a registered trademark of The Foundry.

aton's People

Contributors

sosoyan avatar danbethell avatar chadrik avatar bscherbi avatar

Watchers

James Cloos avatar Zeno Pelgrims avatar  avatar

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.