Hi all.

I've ran into this value a couple times these last few months. The
layout guys or animators would sometimes be unable to open an .ma file
while the script editor spits out numerous lines of errors.

Checking the files in text editor, I always found 1 or 2 instances of
the "1.#IND" value.

createNode transform -s -n "persp";
        setAttr ".v" no;
        setAttr ".t" -type "double3"  1.#IND -1.#IND -1.#IND;
...
...
createNode camera -s -n "perspShape" -p "persp";
        setAttr -k off ".v" no;
        setAttr ".fl" 34.999999999999986;
        setAttr ".fcp" 100000;
        setAttr ".coi" -1.#IND;
...
...

By editing them to any float (like 0.00) and the file is able to open
again just fine.

Maya 2012 seems to be able to open the file with said value but not
2010. We still use 2010 in our production.

Anyone seen this value before? What could have caused them? It always
only happen with the perspective camera.

best regard,
Panupat C.

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to