项目作者: league1991

项目描述 :
Maya与Matlab的数据通信插件,允许把Maya的网格数据传到Matlab进行处理。 This plugin provide a matlab computation interface as a maya node, allowing user perform custom computation in maya directly.
高级语言: C++
项目地址: git://github.com/league1991/Maya2Matlab.git
创建时间: 2014-09-04T17:25:38Z
项目社区:https://github.com/league1991/Maya2Matlab

开源协议:

关键词:
matlab maya-plugin

下载


Maya2Matlab

This Maya plugin allows one writing MATLAB code in MAYA’s attribute editor DIRECTLY.
It defines a matlab node in maya.
One can send polygon mesh data to the node, perform some computation and send the result back to maya.
All you need is connecting nodes, writing MATLAB code in maya interface and waiting for the result.
You can see a short tutorial here:http://www.cnblogs.com/dydx/p/4222512.html

Both x86 and x64 version are supported.

Prerequisite:

  1. maya (both 32 or 64 bit version are OK)
  2. matlab (should has the same bit-version with maya)
  3. Microsoft Visual C++