There's a ComparisonOp and an IfElseBasicOp. So yeah, there's the basic branching possibilities. Although without the ComparisonOp taking a float3 as an input or being able to cast between bool-int-float data types it's not all too easy to compare two colors. "Is this pixel colored with the predefined team color"?
trying to write a procedure thats groups the uvs shells into 3 seperate categories (Small, Medium, Large). but running into an issue where small uv shells doesnt get cast to the correct array $uvShellSmlList. Im been spending the whole day looking and testing to see why its doing that. Note this code only works on maya…
You probably need terminator bones on the end of your flaoting bones. If you unhide all, you'll notice the biped as dummies on the end of every bone chain. These are needed for physique to work properly. So you can do the same to your floating bones and if should work with physique.
Okay thanks. I'm hoping to post an picture in an hour or two, something symptomatic of the flatness I was talking about. Do you mind checking it out and letting me know to improve on adding depth? Thanks again.
It will be played on the iPhone and is seen in FP. But when the gun is not in use, it will lay on the ground flat and sometimes float upright above the ground. Depends on the map.
NOTE: look to the bottom of the thread for updates on the script I wanted to locally scale some UV shells and found that Maya didn't have the functionality so i wrote a script to do it. I included a lot of info about the script so people can use it to learn about splitting an array, appending to an array, get min and max…
//Select an animated item, highlight the timeline frames you want to reverse //run me /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// global proc reverseKeys() { string $obSelss[] = `ls -sl `; int $selected = size($obSelss);//$channels = `channelBox -q…