yys

Maya插件开发,(多多练习英文吧~)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  Programming

摘要:class Widget { public: Widget(int i, bool b); // as before Widget(int i, double d); // as before Widget(std::initializer_list<long double> il); // add 阅读全文
posted @ 2019-02-27 13:16 yys 阅读(125) 评论(0) 推荐(0) 编辑

摘要:Discrete Differential Geometry 阅读全文
posted @ 2016-07-02 11:15 yys 阅读(425) 评论(0) 推荐(0) 编辑

摘要:Python Q&A 阅读全文
posted @ 2014-10-11 12:24 yys 阅读(427) 评论(0) 推荐(0) 编辑

摘要:-class Complex{public: explicit Complex(double real, double imaginary = 0) : real_(real), imaginary_(imaginary) { } Complex& operaor+=(... 阅读全文
posted @ 2014-10-09 00:21 yys 阅读(215) 评论(0) 推荐(0) 编辑

摘要:My Open Source Projects 阅读全文
posted @ 2014-09-24 20:33 yys 阅读(408) 评论(0) 推荐(0) 编辑

摘要:Debugging Maya Plugin(C++) with CodeBlocks in Linux 阅读全文
posted @ 2014-09-06 19:56 yys 阅读(1012) 评论(0) 推荐(0) 编辑

摘要:Building GCC 4.1.2 in CentOS 7 for Maya API development 阅读全文
posted @ 2014-09-01 23:01 yys 阅读(1767) 评论(0) 推荐(0) 编辑

摘要:Install CodeBlocks in CentOS 7 阅读全文
posted @ 2014-08-30 17:05 yys 阅读(2982) 评论(0) 推荐(0) 编辑

摘要:My tool chain in CentOS 7 阅读全文
posted @ 2014-08-29 01:19 yys 阅读(321) 评论(0) 推荐(0) 编辑

摘要:http://docs.thefoundry.co.uk/nuke/80/pythondevguide/; http://docs.thefoundry.co.uk/nuke/80/pythonreference/; http://docs.thefoundry.co.uk/nuke/80/ndkdevguide/; http://docs.thefoundry.co.uk/nuke/80/ndkreference/Plugins/; http://docs.thefoundry.co.uk/nuke/80/Blink/; http://docs.thefoundry.co.uk/nuke/80/BlinkKernels/; 阅读全文
posted @ 2014-08-24 00:31 yys 阅读(461) 评论(0) 推荐(0) 编辑