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 nw4cSetForceExportKey_Get_ForceExportTranslateKey(string $node)
59 global proc nw4cSetForceExportKey_Add_ForceExportTranslateKey(string $node)
67 global proc nw4cSetForceExportKey_Set_ForceExportTranslateKey(string $node, int $val)
73 proc SetJob_ForceExportTranslateKey(string $node)
84 global proc nw4cSetForceExportKey_ForceExportTranslateKeyCB(string $mainNode)
86 string $xforms[];
99 global proc int nw4cSetForceExportKey_Get_ForceExportRotateKey(string $node)
105 global proc nw4cSetForceExportKey_Add_ForceExportRotateKey(string $node)
113 global proc nw4cSetForceExportKey_Set_ForceExportRotateKey(string $node, int $val)
119 proc SetJob_ForceExportRotateKey(string $node)
130 global proc nw4cSetForceExportKey_ForceExportRotateKeyCB(string $mainNode)
132 string $xforms[];
145 global proc int nw4cSetForceExportKey_Get_ForceExportScaleKey(string $node)
151 global proc nw4cSetForceExportKey_Add_ForceExportScaleKey(string $node)
159 global proc nw4cSetForceExportKey_Set_ForceExportScaleKey(string $node, int $val)
165 proc SetJob_ForceExportScaleKey(string $node)
176 global proc nw4cSetForceExportKey_ForceExportScaleKeyCB(string $mainNode)
178 string $xforms[];
195 string $xforms[];
201 string $nodesName;
226 string $node = $xforms[0];
288 string $xforms[] = `ls -typ transform`;
329 string $msg = "Found: " + $nodeCount + " transform node";
426 string $closeCmd = "deleteUI nw4cSetForceExportKey_Win";
427 string $form = `formLayout -nd 100`;
428 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;