There are multiple ways to which you could do this. 1 – You could add a hidden attribute to the controllers that contains a certain TAG you want, so …
enableAccelerators is not needed if you are using a dotNetControl inside of a rollout like in the example above! I also believe that if you are using…
Cool! thx for the contribution Denis!
This could be really cool! at house of cool we have been developing our own pipeline tool in python and we use python in maya extensively. This will o…
If you do have something selected, try checking your drivers configurations and also check if you have all the service packs., I have had this happen …
This might be stupid question but do you have snapping on ? from the top of my head is the only thing i can thing of.
What other 3D package allows for tabbed files to be open? besides referencing files in? Comparing 3D packages to let’s say the ability of notepad ++ t…
:buttrock: Rock On Denis
Ugh… I have never ran across that specific .ms file, but I have gone through some other AMAZING scripts from autodesk that made me laugh and cry at th…
I am pretty sure you got it working already, but i was just messing with it on uiImage pressed do ( filename = getOpenFileName caption:”Shot Plates…
to use these methods with biped he would need to flip the Z
Now Denis imagine that on the script that Archangel posted instead of pivotTm:(matrix3 1) it was a point helper i agree it was unnecessary for the st…
So the way i would go about mirroring the object along it own axis would be this way (I simplified my function for the purpose of this post ) fn mirr…
Yep Archangel our scripts do the same thing just written a little different. $.transform = prescale $.transform [1,-1,1] does not mirror the object…
Well the function is mainly used to Mirror a transform across a desired object I quickly stripped down some extra code in the function to make it less…