uiron
-
uiron posted in shelf buttons in ngSkinTools for Maya Report 2015-01-16 07:33:05 UTC
I'm gonna investigate shelf issue more thoroughly. For now, just try creating a python shelf button with a command: from ngSkinTools.ui.mainwind... (more) -
uiron posted in shelf buttons in ngSkinTools for Maya Report 2014-09-05 03:35:31 UTC
Hi, under which OS is that? I think there were reports like that on Win 8 before. (more) -
uiron posted in Layer Data cannot be attached in ngSkinTools for Maya Report 2013-07-20 12:59:55 UTC
Model has to be ready for skin weight painting. That is, you set your rig as usual - create joints, controls, bind smooth skin to mesh, but instead... (more) -
uiron submitted the file ngSkinTools for Maya Report 2012-02-01 18:19:10 UTC
ngSkinTools is a skinning plugin for Autodesk Maya, introducing new concepts to character skinning such as layers, any-pose-mirroring, enhanced pai... (more)
-
uiron posted in Compile Plug-in Headaches in API Report 2010-10-25 06:48:11 UTC
check that your "maya/MFnPlugin.h" is included only once in a CPP (but not another header) file. including it more than once can cause unexpected p... (more) -
uiron posted in improving performance of modifying compound array MPlugs in API Report 2010-10-14 13:11:10 UTC
nevermind the post already, I've decided to go for a completely custom node to alter mesh colors the way i need, instead of using polyColorPerVerte... (more) -
uiron posted in improving performance of modifying compound array MPlugs in API Report 2010-10-14 08:40:28 UTC
hineed real expert advice here (looking at you, mr. J:)i've got this piece of code in C, which is supposed to be modifying colorPerVertex node. i a... (more) -
uiron posted in How to replace pointer variables in C++, in Python API code in API Report 2010-07-14 12:49:12 UTC
MScriptUtil (more) -
uiron posted in UV shell information from API? in API Report 2009-10-07 08:19:00 UTC
you can just simply code that one yourself. one day when i could not find an api for getting a shell from vertex index, i wrote that myself. it's i... (more) -
uiron posted in Storing precalculated value into a node for reuse in compute() in API Report 2009-09-30 17:19:46 UTC
Hi, i'm writting a custom node and wanted to know, what is the correct way of storing large amount of precalculated data for particular node ins... (more)
Reply to post