All Projects → serguei-k → Maya Math Nodes

serguei-k / Maya Math Nodes

Licence: mit
Collection of math nodes for Autodesk Maya

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects

Labels

Projects that are alternatives of or similar to Maya Math Nodes

maya-alembic-export
Easier Alembic exporting.
Stars: ✭ 19 (-85.61%)
Mutual labels:  maya
Maya
Maye 一个简洁小巧的快速启动工具
Stars: ✭ 553 (+318.94%)
Mutual labels:  maya
Mayacharm
Maya intergration for PyCharm.
Stars: ✭ 123 (-6.82%)
Mutual labels:  maya
P4VFX
Perforce for VFX content creation tools including Maya, Houdini and Nuke
Stars: ✭ 38 (-71.21%)
Mutual labels:  maya
Exporters
Exporters for Babylon.js and gltf file formats
Stars: ✭ 302 (+128.79%)
Mutual labels:  maya
Mayamatchmovesolver
A Bundle Adjustment solver for MatchMove related tasks.
Stars: ✭ 50 (-62.12%)
Mutual labels:  maya
googleDriveVFXServer-pipeline
Transform a Google Drive server into a VFX pipeline ready server
Stars: ✭ 15 (-88.64%)
Mutual labels:  maya
Meshsyncdccplugins
DCC plugins for MeshSync in Unity. Supported tools: Maya, Maya LT, 3ds Max, Motion Builder, Modo, Blender, Metasequoia
Stars: ✭ 127 (-3.79%)
Mutual labels:  maya
Unity Runtime Animation Recorder
Record animations in Unity runtime. Can save to .anim, maya, or FBX ASCII format.
Stars: ✭ 407 (+208.33%)
Mutual labels:  maya
Scenegraph
PySide scene graph UI framework.
Stars: ✭ 118 (-10.61%)
Mutual labels:  maya
rush
⚡ Simple command launcher for maya
Stars: ✭ 64 (-51.52%)
Mutual labels:  maya
TACTIC-Handler
PySide based TACTIC client for maya, nuke, 3dsmax, houdini, etc
Stars: ✭ 67 (-49.24%)
Mutual labels:  maya
Screenspace
Screenspace pickables for Maya
Stars: ✭ 93 (-29.55%)
Mutual labels:  maya
bana
Set of extensions for Autodesk Maya's Python API.
Stars: ✭ 32 (-75.76%)
Mutual labels:  maya
Arnold Usd
Arnold components for USD
Stars: ✭ 124 (-6.06%)
Mutual labels:  maya
JMadOnion
No description or website provided.
Stars: ✭ 14 (-89.39%)
Mutual labels:  maya
Gparticlesio
Simple IO transfer particles cache in DCC application
Stars: ✭ 8 (-93.94%)
Mutual labels:  maya
Pyvfx Boilerplate
A boilerplate for creating PySide/PyQt or PySide2/PyQt5 applications running inside of Maya, Nuke and standalone - using Python 2 or 3.
Stars: ✭ 131 (-0.76%)
Mutual labels:  maya
Domemaster Stereo Shader
Repository for the domemaster stereo shader (all versions)
Stars: ✭ 126 (-4.55%)
Mutual labels:  maya
Mgui
Python module for cleaner maya GUI layout syntax
Stars: ✭ 99 (-25%)
Mutual labels:  maya

Maya Math Nodes

Collection of math nodes for Autodesk Maya

Building

Build Status Documentation Status

To build the library on Windows, clone the repository and navigate to the cloned directory, then run the following commands:

mkdir build
cd build
cmake ../. -G "Visual Studio 15 2017 Win64"

This will generate a Visual Studio solution you can use to build.

To build the library on OSX or Linux use the following commands:

mkdir build
cd build
cmake ../. -G "CodeBlocks - Unix Makefiles"
make

The build looks for Maya in the default installation directory for each platform, however you can always provide it with a custom path:

-DMAYA_LOCATION=/apps/autodesk/

Likewise, the build defaults to Maya version 2018, this can be changed as follows:

-DMAYA_VERSION=2017

Installation

To install the library on OSX or Linux run the following command:

make install

By default the resulting module gets installed under dist folder in the current source directory.

To make the module available in Maya, add the install location to MAYA_MODULE_PATH environment variable or copy the module to a directory already in the module path.

The install location can also be changed as follows:

-DINSTALL_DIR=/preffered/install/directory

Testing

In order to run the test suite, execute the mayapy interpreter and pass the tests directory as an argument, for example:

/Applications/Autodesk/maya2018/Maya.app/Contents/bin/mayapy tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].