Lines Matching refs:string

19 proc int GetSelectedSG(string $sgs[])
25 string $mats[] = `ls -sl -mat`;
32 string $connectedSgs[] =
74 global proc int nw4cSetMaterialAttr_Get_FaceCulling(string $node)
80 global proc nw4cSetMaterialAttr_Add_FaceCulling(string $node)
89 global proc nw4cSetMaterialAttr_Set_FaceCulling(string $node, int $val)
95 proc SetJob_FaceCulling(string $node)
106 global proc nw4cSetMaterialAttr_FaceCullingCB(string $mainNode)
108 string $sgs[];
123 global proc int nw4cSetMaterialAttr_Get_FragLighting(string $node)
129 global proc nw4cSetMaterialAttr_Add_FragLighting(string $node)
137 global proc nw4cSetMaterialAttr_Set_FragLighting(string $node, int $val)
143 proc SetJob_FragLighting(string $node)
154 global proc nw4cSetMaterialAttr_FragLightingCB(string $mainNode, int $val)
156 string $sgs[];
170 global proc int nw4cSetMaterialAttr_Get_VtxLighting(string $node)
176 global proc nw4cSetMaterialAttr_Add_VtxLighting(string $node)
184 global proc nw4cSetMaterialAttr_Set_VtxLighting(string $node, int $val)
190 proc SetJob_VtxLighting(string $node)
201 global proc nw4cSetMaterialAttr_VtxLightingCB(string $mainNode, int $val)
203 string $sgs[];
218 global proc int nw4cSetMaterialAttr_Get_BlendMode(string $node)
224 global proc nw4cSetMaterialAttr_Add_BlendMode(string $node)
233 global proc nw4cSetMaterialAttr_Set_BlendMode(string $node, int $val)
239 proc SetJob_BlendMode(string $node)
250 global proc nw4cSetMaterialAttr_BlendModeCB(string $mainNode)
252 string $sgs[];
267 global proc int nw4cSetMaterialAttr_Get_NoCompress(string $node)
273 global proc nw4cSetMaterialAttr_Add_NoCompress(string $node)
281 global proc nw4cSetMaterialAttr_Set_NoCompress(string $node, int $val)
287 proc SetJob_NoCompress(string $node)
298 global proc nw4cSetMaterialAttr_NoCompressCB(string $mainNode)
300 string $sgs[];
315 proc string GetSGNameWithMat(string $sg)
317 string $name = "( " + $sg + " )";
318 string $ins[] = `listConnections -s 1 -d 0 ($sg + ".ss")`;
333 string $sgs[];
338 string $nodesName;
363 string $node = $sgs[0];
476 string $sgs[] = `ls -typ shadingEngine`;
531 string $ins[] = `listConnections -s 1 -d 0 ($node + ".ss")`;
547 string $msg = "Found: " + $nodeCount + " shadingEngine node";
688 string $closeCmd = "deleteUI nw4cSetMaterialAttr_Win";
689 string $form = `formLayout -nd 100`;
690 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;