Lines Matching refs:string
17 proc int IsCameraTransform(string $node)
19 string $childs[] = `listRelatives -pa -s $node`;
28 proc int GetSelectedCameraNode(string $cams[])
32 string $xforms[] = `ls -sl -typ transform`;
41 string $shapes[] = `ls -sl -typ camera`;
44 string $parents[] = `listRelatives -ap -pa -typ transform $shape`;
59 proc SetJob_Fovy(string $node)
61 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +
71 global proc nw4cSetCameraFovy_FovyCB(string $mainNode)
73 string $cams[];
92 string $cams[];
97 string $nodesName;
122 string $node = $cams[0];
182 string $closeCmd = "deleteUI nw4cSetCameraFovy_Win";
183 string $form = `formLayout -nd 100`;
184 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;