Hello all! I'm taking my first steps into MEL scripting for work, I've done things in other languages before but new to MEL. I only needed some basic stuff and it seemed as I was testing each line of this code separately, they all work fine, but I run the whole script and it seems to either do things in the wrong order or…
That worked perfectly thank you! I still have a lot to learn.. I haven't found an amazing amount of documentation on MEL and what all of the different commands do (had no idea about -piv for example) Is there a decent place where all of this info is in one area? =S Thanks for the suggestions Bartalon, I'll have to try…
You can also use makeIdentity instead of performFreezeTransformations. It gives better control, so if you ever need to make it ignore translation, rotation, scale, joints, and/or normals you can do that by switching some values/flags. You should also be able to remove one of those Freeze Transformation commands by making…