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 nw4cSetCombineGroup_Get_UseCombineGroup(string $node)
58 global proc nw4cSetCombineGroup_Add_UseCombineGroup(string $node)
66 global proc nw4cSetCombineGroup_Set_UseCombineGroup(string $node, int $val)
72 proc SetJob_UseCombineGroup(string $node)
85 global proc nw4cSetCombineGroup_UseCombineGroupCB(string $mainNode)
87 string $xforms[];
105 global proc int nw4cSetCombineGroup_Get_CombineGroup(string $node)
111 global proc nw4cSetCombineGroup_Add_CombineGroup(string $node)
119 global proc nw4cSetCombineGroup_Set_CombineGroup(string $node, int $val)
125 proc SetJob_CombineGroup(string $node)
136 global proc nw4cSetCombineGroup_CombineGroupCB(string $mainNode)
138 string $xforms[];
169 string $xforms[];
175 string $nodesName;
201 string $node = $xforms[0];
234 proc int GetXformHierarchyLevel(string $node)
236 string $buffer[];
237 string $longName = `longNameOf($node)`;
245 proc SortXforms(string $xforms[], string $parents[], int $levels[])
252 string $xf0 = $xforms[$isg];
253 string $prnt0 = $parents[$isg];
255 string $xf1 = $xforms[$jsg];
256 string $prnt1 = $parents[$jsg];
300 string $xforms[];
301 string $parents[];
383 string $xforms[] = `ls -typ transform`;
437 string $msg = "Found: " + $nodeCount + " transform node";
483 string $form2 = `formLayout -nd 400`;
535 string $form3 = `formLayout -nd 400`;
596 string $closeCmd = "deleteUI nw4cSetCombineGroup_Win";
597 string $form = `formLayout -nd 100`;
598 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;