My system is CentOS7 x64, Maya2015 x64 for Linux. - Make sure that your project is built with flag -g - Start Maya, and find out the process ID of maya.bin. e.g. you can find the process ID in System Monitor. This is my screenshot, and my maya.bin's…
(The reason why I write English blog is that I'm trying to improve my written English. The Chinese version will be appended later.) Tips For Your  Maya Plugin Development - Request a block of node id from Autodesk for your studio or company if you ar…
Maya自身的功能就已经非常强大了,但是更棒的是它的扩展性非常强,提供API让用户自己来编写插件Plugin.Maya的插件主要是两种,一种是用C++编写的,后缀为".mll",另一种是用Python编写的,后缀为".py".在用C++编写插件时,我们可以用下面的这个CMakeLists.txt文件来生成项目工程: SET(MAYA_PLUGIN_NAME "yourPlugin") SET(MAYA_DIRECTORY "C:/Pro…
现状和问题- 开发插件的功能A的时候随手建立场景, 测试插件的功能A. 测试通过后,测试场景就被丢掉.- 发现插件的功能A有bug时, 修改代码, 然后随手建立场景, 测试bug. 测试通过后,测试场景就被丢掉.- 添加功能B, 测试功能B通过后, 在使用的时候发现之前的功能A却产生了bug, 应该是在添加功能B的时候产生的bug. - 在开发人员流动大的公司里, 一个开发人员离职了, 他所开发的代码交接给后续的开发人员.   后续开发人员很难了解原先代码的设计思路和细节, 同时在添加新功能时难…
Quicklinks If you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to: J-Link install J-Link plug-in usage Why a new plug-in? Until now, debugging with the J-Link probe in Eclips…
1.首先我使用的平台是xcode version 5.1.1 ,MAYA2015, MAX OS X 10.9.4. MAYA2015要求的是:Mountain Lion 10.8.5, Xcode 5.0.2 with SDK 10.8 (Mountain Lion), clang with libstdc++. 但是没有关系, 虽然xcode默认的工程编译sdk是10.9但是xcode 5.1.1是支持10.8的sdk的. 2. 在build setting 里面设置工程链接的lib的路径和…
参考window汉化codeblocks,linux下有点麻烦,就是要找到codeblocks的文件安装在哪里.一般来说,linux下安装的软件大都在/usr/share/文件夹下,所以进入/usr/share/codeblocks/添加新文件夹locale/zh_CN ,把CodeBlocks.mo复制到这里(需要管理员权限).到codeblocks上设置一下:setting->environment->View->internationalization…
一.Maya API编程简介 Autodesk® Maya® is an open product. This means that anyone outside of Autodesk can change Maya's existing features or add entirely new features. There are several ways you can modify Maya: · MEL™-(Maya Embedded Language) is a powerful…
For Developers‎ > ‎Design Documents‎ > ‎ Pepper plugin implementation This document provides a quick reference for PPAPI integration in Chromium.   If you're adding a new API, see Pepper API Best Practices for helpful guidelines and our process is d…
jcFeather 2.8.6 插件持续更新地址为:http://www.jerrykon.com/jcFeather.html 和 http://www.creativecrash.com/maya/plugin/jcfeather-free-version 微云更新地址:http://url.cn/KCtcvV 微云云盘中有jcFeather的所有相关资料,请保存至微云. jcFeather免费版详细信息请参看  http://www.cnblogs.com/jerrykon/p/33320…