Giter Site home page Giter Site logo

rishabh-battulwar / advancedpythonformaya Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dgovil/advancedpythonformaya

0.0 2.0 0.0 66 KB

Course contents for my upcoming Advanced Python for Maya course

License: GNU General Public License v3.0

Python 80.75% CMake 9.02% C++ 10.23%

advancedpythonformaya's Introduction

Advanced Python for Maya

In this project, we'll be learning how to use the Python API for OpenMaya to create a variety of plugins and tools for Maya.

The OpenMaya API gives us deeper access to Maya's internals than the Commands API that is used by MEL and Python, without having to switch to using C++.

At the end of the course, we'll also be converting a Python Plugin to C++.

Software Used

For this course I'll be using the following programs:

Resources

Maya Documentation

Autodesk has great documentation for the Maya API. I highly recommend giving it a read

General Documentation

This is a general overview of how the API is structured and how it interacts with Maya. Most of this is written with C++ in mind, but it is a very useful resource.

http://help.autodesk.com/view/MAYAUL/2018/ENU//?guid=__files_API_Introduction_htm

Python 2.0 API

This is the documentation for the API we'll be covering.

It isn't as complete as the API for C++ but is easier to read

http://help.autodesk.com/view/MAYAUL/2018/ENU//?guid=__py_ref_index_html

C++ API

The C++ is the main API for Maya, and is the best reference for any of the code we'll be using.

If you can't find information on something in the Python API docs, this is the best place to fallback to.

http://help.autodesk.com/view/MAYAUL/2018/ENU//?guid=__cpp_ref_index_html

Devkit

You will want to get the Maya developer kit so that you can use autocompletion and see some of Autodesks code examples.

Read here on how to install the devkit

http://help.autodesk.com/view/MAYAUL/2018/ENU//?guid=__files_Setting_up_your_build_environment_htm

Older versions of Maya will either have it bundled or can reuse the devkits from above.

Books and Blogs

There are many other bits of content that are extremely useful to learn the API.

I'll be adding them here.

advancedpythonformaya's People

Contributors

dgovil avatar

Watchers

James Cloos avatar Rishabh Battulwar 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.