Lines Matching refs:list
66 proc int IsStringInArray(string $item, string $list[])
69 for ($listItem in $list)
98 get attr title list
104 string $list[];
107 $list[$i] = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`;
109 return $list;
131 string $list[] = GetAttrTitleList($animRange);
133 if ($str == $list[$i])
137 if (!IsStringInArray($str, $list))
153 if ($str == $list[$j])
262 string $list[] = `ls $animRange`;
268 if ($list[0] == $sel[$i])
275 nameField -e -o $list[0] ($wName + "AnimRangeNameWork");
278 catch(`parent $list[0] $dag`);
282 catch(`parent -w $list[0]`);
284 $list[0] = `nameField -q -o ($wName + "AnimRangeNameWork")`;
285 $list = `ls $list[0]`;
289 $sel[$j] = $list[0];
299 return $list[0];
541 save title list
547 string $list[] = GetAttrTitleList($animRange);
551 …textScrollList -e -a (" " + $list[$i]) ($wName + "_ClipNameList"); // add header space for null st…
556 restore title list
709 get dag list
717 string $list[];
723 $list[size($list)] = $item;
726 if (size($list))
728 $list = `sort $list`;
730 return $list;
734 get animation range list
738 string $list[] = `ls -tr -tm`; // transform & templated
741 for ($item in $list)
763 string $list[] = `listRelatives -pa -typ "transform" $dag`;
765 for ($item in $list)
785 string $list[] = `listRelatives -pa -p -typ "transform" $animRange`;
787 if ($list[0] != "")
792 if (IsStringInArray($list[0], $dags))
794 $ret = $list[0];
803 relation dag to animation range list
821 relation animation range to dag list
887 // string list
1022 string $list[] = `keyframe -q -sl -n $animRange`;
1023 if (size($list))
1029 $list = `keyframe -q -sl -n ($animRange + "." + "nw4c_AnimRange" + $i)`;
1030 if (size($list))
1085 select dag list CB
1103 double click dag list CB
1115 select animation range list CB
1133 double click animation range list CB
1145 dag list menu CB
1170 animation range list menu CB
1208 string $list[];
1218 $list[size($list)] = $dag;
1223 if (size($list))
1227 for ($dag in $list)
1278 string $list[] = `ls -l -sl`;
1284 if (size($list))
1286 select -r $list;
2049 string $exprotVer, string $orgAnimRange, string $list[])
2065 for ($str in $list)
2246 string $list[] = MakeAnimRangeDataStringArray($animRange);
2249 for ($i = 0; $i < size($list); ++$i)
2251 $str += ("\t\t\"" + $list[$i] + "\"");
2252 if ($i < (size($list) - 1))
2483 string $list[] = `lsUI -ctl`;
2485 for ($item in $list)
2571 // Remove Referenced Fur Globals from a list
2666 string $list[] = AEgetRelatedNodes($node);
2669 string $shape[] = `ls -s $list`;
2681 if (!IsStringInArray($tmp[0], $list))
2683 $list[size($list)] = $tmp[0];
2688 return $list;
2694 proc string[] LsMaterial(string $list[])
2697 if (size($list))
2699 $tmpList = `ls -mat $list`;
2716 get selected key time list
2724 // make list (attr_name, time[0], time[1], time[2], ...)
2738 select key time list
2740 proc SelectKeyTimeList(string $list[])
2749 for ($i = 0; $i < size($list); ++$i)
2752 tokenize($list[$i], ",", $tokBuf);
2851 string $list[] = `ls -sl`;
2853 string $tree[]; // related node list
2855 for ($item in $list)
2888 for ($item in $workList) // anim curve node list
3033 string $list[] = GetAttrTitleList($animRange);
3040 if ($item == $list[$idx])
3092 string $list[] = `ls -sl`;
3094 string $tree[]; // related node list
3096 for ($item in $list)
3130 for ($item in $workList) // anim curve node list
3219 update dag list
3229 string $list[];
3235 $list[size($list)] = $work;
3242 // same list
3243 if (size($sel) == size($list) && size($list))
3246 //$sel = stringArrayRemove($list, $sel);
3248 string $intsct = `stringArrayIntersector -i $list`;
3252 if (size($sel) == size($list))
3257 // change list
3264 if (size($list))
3267 for ($work in $list)
3286 if (IsStringInArray($work, $list))
3294 update animation range list
3303 string $list[] = GetAnimRangeList();
3309 // same list
3310 if (size($sel) == size($list) && size($list))
3312 $sel = stringArrayRemove($list, $sel);
3318 // change list
3323 if (size($list))
3326 for ($work in $list)
3343 if (IsStringInArray($work, $list))
3689 // dag list
3713 // animation range list