自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 收藏
  • 关注

原创 new uv maya

-- coding: cp936 --import maya.cmds as cmdsfrom pymel.core import *import mathimport datetimedef UV_Shader_TransfWin():cmds.window('UV_Shader_TransfWin', t='Batch Transform UV&Shader')cmds....

2019-07-11 08:18:26 245

原创 传递set in maya

#coding:utf-8import maya.cmds as cmdsimport mathimport datetimeimport pymel.core as pmUVS_OpenFlag = [1]UVS_matchingConditions = [1, 0, 0, 0]UVS_transformOption = [0, 1]orgOBJ = []TargetOBJ =...

2019-07-08 08:14:01 245

原创 arm骨骼应用

//Maya ASCII 2008 scene//Name: armlock_node.ma//Last modified: Wed, Dec 15, 2010 07:47:37 PM//Codeset: 936requires maya “2008”;currentUnit -l centimeter -a degree -t film;fileInfo “application” ...

2019-05-31 13:06:31 404

转载 BSpiritCorrectiveShape.mel修型

/*___________________________________________________________________________|| BSpiritCorrectiveShape v1.2|| Copyright © 2004 Christian Breitling| Last modified: Oktober 13, 2004 Germany|...

2019-04-21 16:54:04 1129

原创 checkAnimation_maya

-- coding: utf-8 --import sysimport osimport reimport getpassfrom PySide import QtCore, QtGuifrom script.ui_pyqt4 import ui_CheckAnimationWindowsimport shiboken,timeimport xlrdimport maya.mel...

2019-03-31 17:20:52 244

原创 check_tex

#coding=UTF-8import checkingBoxBase as cbbfrom maya.cmds import *import maya.mel as mmreload(cbb)“”"class checkingBoxCmd(cbb.checkingBoxCmd):pass“”"class checkingBoxUI(cbb.checkingBoxUI):tit...

2019-03-31 17:19:30 249

原创 check_rig

#coding=UTF-8import checkingBoxBase as cbbfrom maya.cmds import *import maya.mel as mmreload(cbb)“”"class checkingBoxCmd(cbb.checkingBoxCmd):pass“”"class checkingBoxUI(cbb.checkingBoxUI):tit...

2019-03-31 17:19:04 330

原创 check_mode.py

#coding=UTF-8import reimport osimport maya.OpenMaya as OpenMayaimport maya.cmds as cmdsimport maya.mel as mmimport xlrdclass check_in:def init(self): # self.project = project # self.se...

2019-03-31 17:18:43 376

原创 check文件,pyside加入maya functools

-- coding: utf-8 --import sysimport osimport check_modeimport maya.cmds as cmdsfrom functools import partialimport maya.OpenMayaUI as apiUIimport maya.OpenMayaUI as omUIimport shiboken,timeim...

2019-03-31 17:16:48 177

原创 添加AOV

ctc = ma.AOVInterface() ctc.addAOV(apvin) for item in l: node = pm.PyNode(item) node.aovName.set(apvin)

2019-03-31 17:15:05 344

原创 userSetup.py

print(‘init pipeline’)import sysimport pymelpath = ‘W:/qdpg’path in sys.path or sys.path.append(path)import builtinexec((‘import os.path;from maya import cmds;’‘from maya import mel;import pyme...

2019-03-31 17:12:46 511

原创 path.py

Copyright © 2010 Mikhail GusarovPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the “Software”), to dealin the Sof...

2019-03-31 17:11:50 667

原创 menu_pipeline.xml

<?xml version="1.0" ?> ...

2019-03-31 17:10:23 214

原创 menu_yssm

import pathimport pymel.core as pmimport xml.dom.minidomdef loadMenu():# get user menu from menu.xmlmenuXmlPath=path.path(file).parent.joinpath(‘menu_pipeline.xml’)# get gMainWindow from m...

2019-03-31 17:09:18 213

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除