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
681 get dag list
689 string $list[];
695 $list[size($list)] = $item;
698 if (size($list))
700 $list = `sort $list`;
702 return $list;
706 get animation range list
710 string $list[] = `ls -tr -tm`; // transform & templated
713 for ($item in $list)
735 string $list[] = `listRelatives -pa -typ "transform" $dag`;
737 for ($item in $list)
757 string $list[] = `listRelatives -pa -p -typ "transform" $animRange`;
759 if ($list[0] != "")
764 if (IsStringInArray($list[0], $dags))
766 $ret = $list[0];
775 relation dag to animation range list
793 relation animation range to dag list
859 // string list
994 string $list[] = `keyframe -q -sl -n $animRange`;
995 if (size($list))
1001 $list = `keyframe -q -sl -n ($animRange + "." + "nw4c_AnimRange" + $i)`;
1002 if (size($list))
1057 select dag list CB
1075 double click dag list CB
1087 select animation range list CB
1105 double click animation range list CB
1117 dag list menu CB
1142 animation range list menu CB
1180 string $list[];
1190 $list[size($list)] = $dag;
1195 if (size($list))
1199 for ($dag in $list)
1250 string $list[] = `ls -l -sl`;
1256 if (size($list))
1258 select -r $list;
2021 string $exprotVer, string $orgAnimRange, string $list[])
2037 for ($str in $list)
2218 string $list[] = MakeAnimRangeDataStringArray($animRange);
2221 for ($i = 0; $i < size($list); ++$i)
2223 $str += ("\t\t\"" + $list[$i] + "\"");
2224 if ($i < (size($list) - 1))
2455 string $list[] = `lsUI -ctl`;
2457 for ($item in $list)
2543 // Remove Referenced Fur Globals from a list
2638 string $list[] = AEgetRelatedNodes($node);
2641 string $shape[] = `ls -s $list`;
2653 if (!IsStringInArray($tmp[0], $list))
2655 $list[size($list)] = $tmp[0];
2660 return $list;
2666 proc string[] LsMaterial(string $list[])
2669 if (size($list))
2671 $tmpList = `ls -mat $list`;
2688 get selected key time list
2696 // make list (attr_name, time[0], time[1], time[2], ...)
2710 select key time list
2712 proc SelectKeyTimeList(string $list[])
2721 for ($i = 0; $i < size($list); ++$i)
2724 tokenize($list[$i], ",", $tokBuf);
2823 string $list[] = `ls -sl`;
2825 string $tree[]; // related node list
2827 for ($item in $list)
2860 for ($item in $workList) // anim curve node list
3005 string $list[] = GetAttrTitleList($animRange);
3012 if ($item == $list[$idx])
3064 string $list[] = `ls -sl`;
3066 string $tree[]; // related node list
3068 for ($item in $list)
3102 for ($item in $workList) // anim curve node list
3191 update dag list
3201 string $list[];
3207 $list[size($list)] = $work;
3214 // same list
3215 if (size($sel) == size($list) && size($list))
3218 //$sel = stringArrayRemove($list, $sel);
3220 string $intsct = `stringArrayIntersector -i $list`;
3224 if (size($sel) == size($list))
3229 // change list
3236 if (size($list))
3239 for ($work in $list)
3258 if (IsStringInArray($work, $list))
3266 update animation range list
3275 string $list[] = GetAnimRangeList();
3281 // same list
3282 if (size($sel) == size($list) && size($list))
3284 $sel = stringArrayRemove($list, $sel);
3290 // change list
3295 if (size($list))
3298 for ($work in $list)
3315 if (IsStringInArray($work, $list))
3661 // dag list
3685 // animation range list