Giter Site home page Giter Site logo

python's Introduction

Maya Python Work Repository


In this repository I saved my pipeline development work in case I lose all my work.

What's in it

Home repository of projects that I work from home. I code with OpenMaya 1.0 because it is closer to Maya C++ style of coding.

I have encapsulated the OpenMaya.MScriptUtil module in a class object so that I can easily source pointer objects.

Lots of rigging utility modules to help me solve problems relating to the projects I work on better.

General Function Return:

Unlike the standard C++ of return 0 which denotes as return of no problems.

In here, each function returns bool True for success. and bool False for failure. This is to signify that the function has been called and run successfully. This is useful for unit test purposes.

The maya_utils:

In this directory I store anything relating to manipulation of Maya objects inside the scenes.

  • animation_utils -- Animation data tools, manipulating animation settings.
  • attribute_utils -- Attribute module for finding, creating and setting transform attributes.
  • file_utils -- Creating and reading file objects, as well as manipulating the maya files.
  • math_utils -- Standard math functions and manipulating vector operations.
  • object_utils -- Manipulating and traversing the Maya scene objects and connections.
  • transform_utils -- Transform module for finding, creating and setting attributes
  • ui_utils -- Maya interface tools.
  • curve_utils -- MFnNurbsCurve utility functions.
  • follicle_utils -- Follicle creation module.
  • mesh_utils -- Mesh data tools.

The rig_utils

In this directory I store anything relating to the utility of rigging.

  • control_utils -- Creation of kNurbsCurve control objects.
  • joint_utils -- Creation of kJoint objects.
  • name_utils -- Getting and retrieving nomenclature data.

The deformers

In this directory I manipulate the deformers within the Maya application.

  • skincluster_utils -- Querying, getting and setting skin-cluster information.

The tools

All of the utilities I wrote are to support a variety of available tools:

  • agRigBuilder -- Creation of rig modules.

Rig Builder

  • agBlendConnect -- Connection of available blendshapes using attributes.

Blend Shape Connector

python's People

Contributors

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