Searched refs:attr (Results 1 – 22 of 22) sorted by relevance
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 114 fn loadAttributeToUI attr = 116 if (classof attr) != nw4c_mtl_custom_attribute do return() 118 ddlSetFaceCulling.selection = attr.faceCulling + 1 119 ddlSetCompress.selection = attr.compress + 1 120 chkSetFragmentLighting.checked = attr.fragmentLighting 121 chkSetVertexLighting.checked = attr.vertexLighting 122 ddlSetBlendMode.selection = attr.blendMode + 1 138 local attr = getMtlAttribute m true 142 str = case attr.faceCulling of 151 sub_li = li.SubItems.add (if attr.fragmentLighting then "on" else "off") [all …]
|
| D | NW4C_node.ms.inc | 427 local attr 433 attr = getNodeAttribute n true 437 attr.combineGroup = -1 441 attr.combineGroup = spnSetCombine.value 530 --local attr = getNodeAttribute n false
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 114 fn loadAttributeToUI attr = 116 if (classof attr) != nw4c_mtl_custom_attribute do return() 118 ddlSetFaceCulling.selection = attr.faceCulling + 1 119 ddlSetCompress.selection = attr.compress + 1 120 chkSetFragmentLighting.checked = attr.fragmentLighting 121 chkSetVertexLighting.checked = attr.vertexLighting 122 ddlSetBlendMode.selection = attr.blendMode + 1 138 local attr = getMtlAttribute m true 142 str = case attr.faceCulling of 151 sub_li = li.SubItems.add (if attr.fragmentLighting then "on" else "off") [all …]
|
| D | NW4C_node.ms.inc | 427 local attr 433 attr = getNodeAttribute n true 437 attr.combineGroup = -1 441 attr.combineGroup = spnSetCombine.value 530 --local attr = getNodeAttribute n false
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 114 fn loadAttributeToUI attr = 116 if (classof attr) != nw4c_mtl_custom_attribute do return() 118 ddlSetFaceCulling.selection = attr.faceCulling + 1 119 ddlSetCompress.selection = attr.compress + 1 120 chkSetFragmentLighting.checked = attr.fragmentLighting 121 chkSetVertexLighting.checked = attr.vertexLighting 122 ddlSetBlendMode.selection = attr.blendMode + 1 138 local attr = getMtlAttribute m true 142 str = case attr.faceCulling of 151 sub_li = li.SubItems.add (if attr.fragmentLighting then "on" else "off") [all …]
|
| D | NW4C_node.ms.inc | 427 local attr 433 attr = getNodeAttribute n true 437 attr.combineGroup = -1 441 attr.combineGroup = spnSetCombine.value 530 --local attr = getNodeAttribute n false
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 114 fn loadAttributeToUI attr = 116 if (classof attr) != nw4c_mtl_custom_attribute do return() 118 ddlSetFaceCulling.selection = attr.faceCulling + 1 119 ddlSetCompress.selection = attr.compress + 1 120 chkSetFragmentLighting.checked = attr.fragmentLighting 121 chkSetVertexLighting.checked = attr.vertexLighting 122 ddlSetBlendMode.selection = attr.blendMode + 1 138 local attr = getMtlAttribute m true 142 str = case attr.faceCulling of 151 sub_li = li.SubItems.add (if attr.fragmentLighting then "on" else "off") [all …]
|
| D | NW4C_node.ms.inc | 427 local attr 433 attr = getNodeAttribute n true 437 attr.combineGroup = -1 441 attr.combineGroup = spnSetCombine.value 530 --local attr = getNodeAttribute n false
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_HioPacketChannel.cpp | 199 bit32 attr = timeOut < 0 ? in ReceivePacket() local 214 readSize = m_Serial.Read(intBuffer + totalReadSize, size, attr); in ReceivePacket() 233 readSize = m_Serial.Read(intBuffer + totalReadSize, size, attr); in ReceivePacket() 256 attr in ReceivePacket() 270 readSize = m_Serial.Read(intBuffer + totalReadSize, size, attr); in ReceivePacket() 292 attr in ReceivePacket()
|
| /NW4C-1.2.23/tools/DebuggerLauncher/ |
| D | CLOADRUNCTR.H | 227 int ConnectDebugger(DWORD id, DbgCtrl* pCtrl, int attr, char* extra=NULL) 229 return (m_pConnectDebuggerEx) ? (*m_pConnectDebuggerEx)(id, pCtrl, attr, extra) : -1; 236 int ConnectExistDebugger(DWORD pid, DbgCtrl* pCtrl, int attr) in ConnectExistDebugger() argument 238 return (m_pConnectExistDebugger) ? (*m_pConnectExistDebugger)(pid, pCtrl, attr) : -1; in ConnectExistDebugger()
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 82 // material attr 94 // normal mapping attr
|
| D | NW4C_ExpDialog.mel | 269 // set setting node command & attr 2828 is attr animated 2861 // child attr 2863 for ($attr in $attrs) 2865 string $plug = $xform + "." + $attr; 2885 // xform attr connection (node1.attr -> node2.attr) 2930 // compound attr 2931 for ($attr in $compAttrs) 2933 string $plug = $xform + "." + $attr; 2962 for ($attr in $attrs) [all …]
|
| D | NW4C_SetCameraFovy.mel | 119 // set current attr & change command
|
| D | NW4C_SetFrameExtensionList.mel | 108 // set current attr & change command
|
| D | NW4C_SetNoCompressNode.mel | 132 // set current attr & change command
|
| D | NW4C_SetBillboard.mel | 135 // set current attr & change command
|
| D | NW4C_SetAnimRange.mel | 98 get attr title list 167 add animation range attr 428 string $attr = "nw4c_AnimRange" + $i; 429 cutKey -cl -at $attr $animRange; 432 setKeyframe -bd false -hi none -cp false -s false -at $attr 435 setKeyframe -bd false -hi none -cp false -s false -at $attr 481 // no attr-change-event from anim-editor (Maya bugfix) 602 // set attr direct 2738 search connect key attr 3568 // no attr-change-event from anim-editor (Maya bugfix)
|
| D | NW4C_SetUserData.mel | 548 // attr 871 // set current attr & change command
|
| D | NW4C_SetCombineGroup.mel | 198 // set current attr & change command
|
| D | NW4C_SetMaterialAttr.mel | 361 // set current attr & change command
|
| D | NW4C_SetRenderPriority.mel | 746 // set current attr & change command
|
| /NW4C-1.2.23/documents/CreativeStudio/html/assets/ |
| D | yahoo-dom-event.js | 9 …G,x){E.Dom.batch(Y,E.Dom._setAttribute,{attr:G,val:x});},_setAttribute:function(x,Y){var G=E.Dom._… property
|