Giter Site home page Giter Site logo

metanode's Introduction

Metanode

A Python package for storing and operating on data in Maya. The Metanode is a class that wraps a Maya network node in a scene. The class offers a standardized interface for querying and editing data on its network node. The network node stores information about the scene without the need for a extra file.

Getting Started

To create your own Metanode create a class that inherits from Metanode in core.py. Overwrite the attr class method with a dictionary of the attributes you wish to create on the network node. The key should be the attribute name with values that are the arguments for adding the attribute.

Once you have your new Metanode class generate it in a Maya scene.

my_meta = module.MetanodeSubClass.create('Name')

After a Metanode is created you can re-wrap it by initializing the class with the network node as a PyMel object.

network_node = pymel.core.PyNode('Name')
module.MetanodeSubClass(network_node)

Authors

  • Kyle Mistlin-Rude
  • Andrew Christophersen
  • Adam Perin

metanode's People

Contributors

deftechandrew 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.