Thomas Guittonneau
Thomas Guittonneau
oh i never tried that! and intuitively that's something i wouldn't allow. it looks like when you do `node["translate"] = 5`, translate will have [5, 5, 5]. so that's the...
That's probably because Maya doesn't support default values for non numeric types. You can't even do that manually. String.default() should be removed to avoid confusion (or at least removed at...
Yes i agree for `encode`. my first guess was to add some flag to change behaviour (like `encode("pCube1.vtx[3], component=True)`) But at some point i ran into difficulties with using different...
i guess my sample would be better like this (: ``` dfm = cmdx.encode('cluster1') obj = cmdx.encode('pCube1') dfm.deformerSet.add(obj.shape().vertex(3)) dfm.deformerSet.add(obj.shape().vertices((5, 6))) print dfm.deformerSet.member().elements ```
ok ok i admit it, this sample is totally unreadable (: it was just an example how convenient it could be to write lines but that do not demonstrate how...
haha i hope i won't be the only one to use it! About the PR, should I leave all the _legacy stuff as it is? for now it's still working...
I can remove these. It only concerns Maya 2015 anyway. I think people who are still using this version only run legacy stuff. so probably no new development. So yeah...