Lines Matching refs:string
16 proc int IsSceneAnimObject(string $node)
18 string $type = nodeType($node);
19 string $childs[] = `listRelatives -pa -s $node`;
33 proc int GetSelectedXform(string $xforms[])
37 string $nodes[] = `ls -sl -typ transform`;
52 global proc int nw4cSetBillboard_Get_Billboard(string $node)
58 global proc nw4cSetBillboard_Add_Billboard(string $node)
70 global proc nw4cSetBillboard_Set_Billboard(string $node, int $val)
76 proc SetJob_Billboard(string $node)
87 global proc nw4cSetBillboard_BillboardCB(string $mainNode)
89 string $xforms[];
106 string $xforms[];
112 string $nodesName;
137 string $node = $xforms[0];
186 string $xforms[] = `ls -typ transform`;
212 string $msg = "Found: " + $nodeCount + " transform node";
298 string $closeCmd = "deleteUI nw4cSetBillboard_Win";
299 string $form = `formLayout -nd 100`;
300 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;