艺术的追求从编程开始

C/C++/UNIX/PYTHON/ALGORITHM

导航

2016年1月22日

二、搭建编程环境

摘要: 1. 两种方式:(1)plugin:实例在:C:\Program Files\Autodesk\maya2015\devkit\plug-ins(2)standalone API application:C:\Program Files\Autodesk\maya2015\devkit\applic... 阅读全文

posted @ 2016-01-22 23:20 Rambo.Wang 阅读(297) 评论(0) 推荐(0)

一、Maya API简介

摘要: #include #include DeclareSimpleCommand( hello, "Autodesk", "2013");MStatus hello::doIt( const MArgList& args ){ cout #include #include #include #in... 阅读全文

posted @ 2016-01-22 19:59 Rambo.Wang 阅读(1237) 评论(0) 推荐(0)