[PT] Joca, analisei seu código e acho que você poderia mudar um pouco a lógica da coisa, para evitar problemas futuros. Minhas sugestões: Escolher…
TheGrak: Are there any books/advice you would recommend for a young aspiring coder? Hey man, there are two great video sources that I recommend y…
denisT: I really don’t understand what this manipulator has to manipulate? Is it for Pivot Only transform? Why original max tools are not working we…
Charles, That is exactly what I´m looking for ! I´m curious in how would you approach that
Hey Charles, first off all thanks very much for your time and consideration. I´ve found the transform space solution but now my problem relies on the …
double post… please, delete…
Paul, the LRA in Maya shows a desired node orientation and also able users to tweak it using the component mode tool. Examples 1 , 2 , 3 , 4 , 5 We …
Try this: varX = 0 at time (currentTime – 2) ( varX = <obj>.pos.x ) print varX
Hi, this is quite simple: varX = 0 at time currentTime ( varX = <obj>.pos.x ) print varX What exactly do you need to do ?
PRO stuff, Pete ! Can you change properties in mass ? (eg. select three buttons and change their colors) …The obvious approach (in terms of linking…
this polyOp.getElementsUsingFace is the way to go, i was looking the Interface: OpenEdges thanks a lot man, that did the trick !!
some usefull links: hope that helps.