Lines Matching refs:string
17 proc int IsSceneAnimObject(string $node)
19 string $type = nodeType($node);
20 string $childs[] = `listRelatives -pa -s $node`;
34 proc int GetSelectedXform(string $xforms[])
38 string $nodes[] = `ls -sl -typ transform`;
53 global proc int nw4cSetBillboard_Get_Billboard(string $node)
59 global proc nw4cSetBillboard_Add_Billboard(string $node)
71 global proc nw4cSetBillboard_Set_Billboard(string $node, int $val)
77 proc SetJob_Billboard(string $node)
88 global proc nw4cSetBillboard_BillboardCB(string $mainNode)
90 string $xforms[];
107 string $xforms[];
113 string $nodesName;
138 string $node = $xforms[0];
187 string $xforms[] = `ls -typ transform`;
213 string $msg = "Found: " + $nodeCount + " transform node";
299 string $closeCmd = "deleteUI nw4cSetBillboard_Win";
300 string $form = `formLayout -nd 100`;
301 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;