Lines Matching refs:node
5 Description: set frame extension list to file node
15 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node)
17 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ?
18 (string)`getAttr ($node + ".nw4cFeList")` : "";
22 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node)
24 if (!`attributeQuery -n $node -ex "nw4cFeList"`)
26 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node;
30 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val)
32 nw4cSetFrameExtensionList_Add_FrameExtensionList($node);
33 setAttr ($node + ".nw4cFeList") -typ "string" $val;
36 proc SetJob_FrameExtensionList(string $node)
38 if (!`attributeQuery -n $node -ex "nw4cFeList"`)
42 scriptJob -p nw4cSetFrameExtensionList_List -rp -ac ($node + ".nw4cFeList")
44 + $node + "`) nw4cSetFrameExtensionList_List");
78 for ($node in $hist)
80 if (`nodeType $node` == "file")
82 $files[size($files)] = $node;
91 // set node name
99 $nodeName = "(Multi node is selected)";
111 string $node = $files[0];
113 textFieldGrp -e -tx `nw4cSetFrameExtensionList_Get_FrameExtensionList $node`
114 -cc ("nw4cSetFrameExtensionList_ListCB " + $node)
117 SetJob_FrameExtensionList($node);
146 // node name