Lines Matching refs:string
16 proc int IsCameraTransform(string $node)
18 string $childs[] = `listRelatives -pa -s $node`;
27 proc int GetSelectedCameraNode(string $cams[])
31 string $xforms[] = `ls -sl -typ transform`;
40 string $shapes[] = `ls -sl -typ camera`;
43 string $parents[] = `listRelatives -ap -pa -typ transform $shape`;
58 proc SetJob_Fovy(string $node)
60 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +
70 global proc nw4cSetCameraFovy_FovyCB(string $mainNode)
72 string $cams[];
91 string $cams[];
96 string $nodesName;
121 string $node = $cams[0];
181 string $closeCmd = "deleteUI nw4cSetCameraFovy_Win";
182 string $form = `formLayout -nd 100`;
183 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;