I went into the Dope Sheet and noticed that some of my Script Controllers only had their ranges set from 0-80. Obviously, this is the problem. Is th…
A bit more information: I am merging this rig into a scene that is 900 frames. The original max file that contains the rig has 80 frames, which coinc…
beautiful, just beautiful! Thanks so much! Sean
ok nevermind lol I answered my own question… this line: s = replace s r 1 “\” should read: s = replace s i 1 “\” and this line: if s[r] == “/” t…
actually, if it’s easier (and cleaner) all I really need is a function that takes a string and replaces the f-slashes with b-slashes. Kinda like this…
I GOT IT! While researching the hasProperty command, I found the isProperty command. For some reason, this happens with both commands: isProperty $…
that doesn’t seem to be working. I added an ‘else 0’ to the end so it wouldn’t error out until I fix this. I ran getPropNames on the DummyCam and al…
Here is the entire script. It seems to create the ‘root’ camera, or at least the bounding box for it. I need to resolve this bug quickly if anyone c…
Does this need clarification, or is it just to advanced an issue? Should I call discreet on this one? Sean