会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jonn
..
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2014年8月6日
履带,车轮script test
摘要:
阅读全文
posted @ 2014-08-06 02:30 Jonn.
阅读(229)
评论(0)
推荐(0)
2014年8月3日
MAYA 多线程
摘要: '''Usage:def timerTest(): print 'Hello World!'#create and start a timertimer = Timer(30, timerTest, repeat=True)timer.start()#To stop the timertimer.stop()'''import threadingtry: from maya.utils...
阅读全文
posted @ 2014-08-03 02:34 Jonn.
阅读(1154)
评论(0)
推荐(0)
2014年7月9日
python 中调用windows系统api操作剪贴版
摘要: # -*- coding: utf-8 -*-'''Created on 2013-11-26@author: Chengshaoling'''import win32clipboard as w32import win32conclass OperateClipboard(object): def __init__(self): # print "OperateCli...
阅读全文
posted @ 2014-07-09 15:02 Jonn.
阅读(964)
评论(0)
推荐(0)
2014年7月7日
Maya pywin32
摘要: Maya 2011 – 2013 64-bit: maya-64-bit-pywin32.zipMaya 2011 – 2013 32-bit: maya-32-bit-pywin32.zipMaya 2014: maya-pywin32.zip http://www.staschi.com/script/dualview/ pywin32-218-maya2013-python2...
阅读全文
posted @ 2014-07-07 14:02 Jonn.
阅读(624)
评论(0)
推荐(0)
2014年7月4日
maya 写UI 用到的工具
摘要: import oscmds.window()scrollLayout = cmds.scrollLayout(w=150)cmds.gridLayout( numberOfColumns=30, cellWidthHeight=(30, 30) )for a in cmds.resourceManager(nameFilter="*.png"): cmds.symbolButton (ima...
阅读全文
posted @ 2014-07-04 11:55 Jonn.
阅读(801)
评论(0)
推荐(0)
2014年7月2日
Maya QT interfaces in a class
摘要: Most tutorials online have suggested the way to fire commands inside QT interfaces launched n Maya (via cmds.loadUi – not involving pyQT) is to add a string property like: +command="myPythonInstance....
阅读全文
posted @ 2014-07-02 14:34 Jonn.
阅读(342)
评论(0)
推荐(0)
上一页
1
2
公告