Lines Matching refs:node
5 Description: set frame extension list to file node
14 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node)
16 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ?
17 (string)`getAttr ($node + ".nw4cFeList")` : "";
21 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node)
23 if (!`attributeQuery -n $node -ex "nw4cFeList"`)
25 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node;
29 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val)
31 nw4cSetFrameExtensionList_Add_FrameExtensionList($node);
32 setAttr ($node + ".nw4cFeList") -typ "string" $val;
35 proc SetJob_FrameExtensionList(string $node)
37 if (!`attributeQuery -n $node -ex "nw4cFeList"`)
41 scriptJob -p nw4cSetFrameExtensionList_List -rp -ac ($node + ".nw4cFeList")
43 + $node + "`) nw4cSetFrameExtensionList_List");
77 for ($node in $hist)
79 if (`nodeType $node` == "file")
81 $files[size($files)] = $node;
90 // set node name
98 $nodeName = "(Multi node is selected)";
110 string $node = $files[0];
112 textFieldGrp -e -tx `nw4cSetFrameExtensionList_Get_FrameExtensionList $node`
113 -cc ("nw4cSetFrameExtensionList_ListCB " + $node)
116 SetJob_FrameExtensionList($node);
145 // node name