Lines Matching refs:list

65 proc int IsStringInArray(string $item, string $list[])
68 for ($listItem in $list)
97 get attr title list
103 string $list[];
106 $list[$i] = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`;
108 return $list;
130 string $list[] = GetAttrTitleList($animRange);
132 if ($str == $list[$i])
136 if (!IsStringInArray($str, $list))
152 if ($str == $list[$j])
261 string $list[] = `ls $animRange`;
267 if ($list[0] == $sel[$i])
274 nameField -e -o $list[0] ($wName + "AnimRangeNameWork");
277 catch(`parent $list[0] $dag`);
281 catch(`parent -w $list[0]`);
283 $list[0] = `nameField -q -o ($wName + "AnimRangeNameWork")`;
284 $list = `ls $list[0]`;
288 $sel[$j] = $list[0];
298 return $list[0];
540 save title list
546 string $list[] = GetAttrTitleList($animRange);
550 …textScrollList -e -a (" " + $list[$i]) ($wName + "_ClipNameList"); // add header space for null st…
555 restore title list
708 get dag list
716 string $list[];
722 $list[size($list)] = $item;
725 if (size($list))
727 $list = `sort $list`;
729 return $list;
733 get animation range list
737 string $list[] = `ls -tr -tm`; // transform & templated
740 for ($item in $list)
762 string $list[] = `listRelatives -pa -typ "transform" $dag`;
764 for ($item in $list)
784 string $list[] = `listRelatives -pa -p -typ "transform" $animRange`;
786 if ($list[0] != "")
791 if (IsStringInArray($list[0], $dags))
793 $ret = $list[0];
802 relation dag to animation range list
820 relation animation range to dag list
886 // string list
1021 string $list[] = `keyframe -q -sl -n $animRange`;
1022 if (size($list))
1028 $list = `keyframe -q -sl -n ($animRange + "." + "nw4c_AnimRange" + $i)`;
1029 if (size($list))
1084 select dag list CB
1102 double click dag list CB
1114 select animation range list CB
1132 double click animation range list CB
1144 dag list menu CB
1169 animation range list menu CB
1207 string $list[];
1217 $list[size($list)] = $dag;
1222 if (size($list))
1226 for ($dag in $list)
1277 string $list[] = `ls -l -sl`;
1283 if (size($list))
1285 select -r $list;
2048 string $exprotVer, string $orgAnimRange, string $list[])
2064 for ($str in $list)
2245 string $list[] = MakeAnimRangeDataStringArray($animRange);
2248 for ($i = 0; $i < size($list); ++$i)
2250 $str += ("\t\t\"" + $list[$i] + "\"");
2251 if ($i < (size($list) - 1))
2482 string $list[] = `lsUI -ctl`;
2484 for ($item in $list)
2570 // Remove Referenced Fur Globals from a list
2665 string $list[] = AEgetRelatedNodes($node);
2668 string $shape[] = `ls -s $list`;
2680 if (!IsStringInArray($tmp[0], $list))
2682 $list[size($list)] = $tmp[0];
2687 return $list;
2693 proc string[] LsMaterial(string $list[])
2696 if (size($list))
2698 $tmpList = `ls -mat $list`;
2715 get selected key time list
2723 // make list (attr_name, time[0], time[1], time[2], ...)
2737 select key time list
2739 proc SelectKeyTimeList(string $list[])
2748 for ($i = 0; $i < size($list); ++$i)
2751 tokenize($list[$i], ",", $tokBuf);
2850 string $list[] = `ls -sl`;
2852 string $tree[]; // related node list
2854 for ($item in $list)
2887 for ($item in $workList) // anim curve node list
3032 string $list[] = GetAttrTitleList($animRange);
3039 if ($item == $list[$idx])
3091 string $list[] = `ls -sl`;
3093 string $tree[]; // related node list
3095 for ($item in $list)
3129 for ($item in $workList) // anim curve node list
3218 update dag list
3228 string $list[];
3234 $list[size($list)] = $work;
3241 // same list
3242 if (size($sel) == size($list) && size($list))
3245 //$sel = stringArrayRemove($list, $sel);
3247 string $intsct = `stringArrayIntersector -i $list`;
3251 if (size($sel) == size($list))
3256 // change list
3263 if (size($list))
3266 for ($work in $list)
3285 if (IsStringInArray($work, $list))
3293 update animation range list
3302 string $list[] = GetAnimRangeList();
3308 // same list
3309 if (size($sel) == size($list) && size($list))
3311 $sel = stringArrayRemove($list, $sel);
3317 // change list
3322 if (size($list))
3325 for ($work in $list)
3342 if (IsStringInArray($work, $list))
3688 // dag list
3712 // animation range list