Lines Matching refs:string
20 proc int GetSelectedSG(string $sgs[])
26 string $mats[] = `ls -sl -mat`;
33 string $connectedSgs[] =
75 global proc int nw4cSetMaterialAttr_Get_FaceCulling(string $node)
81 global proc nw4cSetMaterialAttr_Add_FaceCulling(string $node)
90 global proc nw4cSetMaterialAttr_Set_FaceCulling(string $node, int $val)
96 proc SetJob_FaceCulling(string $node)
107 global proc nw4cSetMaterialAttr_FaceCullingCB(string $mainNode)
109 string $sgs[];
124 global proc int nw4cSetMaterialAttr_Get_FragLighting(string $node)
130 global proc nw4cSetMaterialAttr_Add_FragLighting(string $node)
138 global proc nw4cSetMaterialAttr_Set_FragLighting(string $node, int $val)
144 proc SetJob_FragLighting(string $node)
155 global proc nw4cSetMaterialAttr_FragLightingCB(string $mainNode, int $val)
157 string $sgs[];
171 global proc int nw4cSetMaterialAttr_Get_VtxLighting(string $node)
177 global proc nw4cSetMaterialAttr_Add_VtxLighting(string $node)
185 global proc nw4cSetMaterialAttr_Set_VtxLighting(string $node, int $val)
191 proc SetJob_VtxLighting(string $node)
202 global proc nw4cSetMaterialAttr_VtxLightingCB(string $mainNode, int $val)
204 string $sgs[];
219 global proc int nw4cSetMaterialAttr_Get_BlendMode(string $node)
225 global proc nw4cSetMaterialAttr_Add_BlendMode(string $node)
234 global proc nw4cSetMaterialAttr_Set_BlendMode(string $node, int $val)
240 proc SetJob_BlendMode(string $node)
251 global proc nw4cSetMaterialAttr_BlendModeCB(string $mainNode)
253 string $sgs[];
268 global proc int nw4cSetMaterialAttr_Get_NoCompress(string $node)
274 global proc nw4cSetMaterialAttr_Add_NoCompress(string $node)
282 global proc nw4cSetMaterialAttr_Set_NoCompress(string $node, int $val)
288 proc SetJob_NoCompress(string $node)
299 global proc nw4cSetMaterialAttr_NoCompressCB(string $mainNode)
301 string $sgs[];
316 proc string GetSGNameWithMat(string $sg)
318 string $name = "( " + $sg + " )";
319 string $ins[] = `listConnections -s 1 -d 0 ($sg + ".ss")`;
334 string $sgs[];
339 string $nodesName;
364 string $node = $sgs[0];
477 string $sgs[] = `ls -typ shadingEngine`;
532 string $ins[] = `listConnections -s 1 -d 0 ($node + ".ss")`;
548 string $msg = "Found: " + $nodeCount + " shadingEngine node";
689 string $closeCmd = "deleteUI nw4cSetMaterialAttr_Win";
690 string $form = `formLayout -nd 100`;
691 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;