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 nw4cSetCombineGroup_Get_UseCombineGroup(string $node)
59 global proc nw4cSetCombineGroup_Add_UseCombineGroup(string $node)
67 global proc nw4cSetCombineGroup_Set_UseCombineGroup(string $node, int $val)
73 proc SetJob_UseCombineGroup(string $node)
86 global proc nw4cSetCombineGroup_UseCombineGroupCB(string $mainNode)
88 string $xforms[];
106 global proc int nw4cSetCombineGroup_Get_CombineGroup(string $node)
112 global proc nw4cSetCombineGroup_Add_CombineGroup(string $node)
120 global proc nw4cSetCombineGroup_Set_CombineGroup(string $node, int $val)
126 proc SetJob_CombineGroup(string $node)
137 global proc nw4cSetCombineGroup_CombineGroupCB(string $mainNode)
139 string $xforms[];
170 string $xforms[];
176 string $nodesName;
202 string $node = $xforms[0];
235 proc int GetXformHierarchyLevel(string $node)
237 string $buffer[];
238 string $longName = `longNameOf($node)`;
246 proc SortXforms(string $xforms[], string $parents[], int $levels[])
253 string $xf0 = $xforms[$isg];
254 string $prnt0 = $parents[$isg];
256 string $xf1 = $xforms[$jsg];
257 string $prnt1 = $parents[$jsg];
301 string $xforms[];
302 string $parents[];
384 string $xforms[] = `ls -typ transform`;
438 string $msg = "Found: " + $nodeCount + " transform node";
485 string $form2 = `formLayout -nd 400`;
537 string $form3 = `formLayout -nd 400`;
598 string $closeCmd = "deleteUI nw4cSetCombineGroup_Win";
599 string $form = `formLayout -nd 100`;
600 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;