Searched refs:attr (Results 1 – 25 of 27) sorted by relevance
12
| /NW4C-1.3.3/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 | 426 local attr 432 attr = getNodeAttribute n true 436 attr.combineGroup = -1 440 attr.combineGroup = spnSetCombine.value 529 --local attr = getNodeAttribute n false 714 local attr = getNodeAttribute n false 715 if attr != undefined then --�A�g���r���[�g������ꍇ 717 sub_li = li.SubItems.add (attr.exportTranslateKey as string) 718 sub_li = li.SubItems.add (attr.exportRotateKey as string) 719 sub_li = li.SubItems.add (attr.exportScaleKey as string) [all …]
|
| D | NW4C_utils.ms.inc | 151 fn getFromAttribute attr = 155 fn setToAttribute attr =
|
| /NW4C-1.3.3/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 | 426 local attr 432 attr = getNodeAttribute n true 436 attr.combineGroup = -1 440 attr.combineGroup = spnSetCombine.value 529 --local attr = getNodeAttribute n false 714 local attr = getNodeAttribute n false 715 if attr != undefined then --�A�g���r���[�g������ꍇ 717 sub_li = li.SubItems.add (attr.exportTranslateKey as string) 718 sub_li = li.SubItems.add (attr.exportRotateKey as string) 719 sub_li = li.SubItems.add (attr.exportScaleKey as string) [all …]
|
| D | NW4C_utils.ms.inc | 151 fn getFromAttribute attr = 155 fn setToAttribute attr =
|
| /NW4C-1.3.3/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 | 426 local attr 432 attr = getNodeAttribute n true 436 attr.combineGroup = -1 440 attr.combineGroup = spnSetCombine.value 529 --local attr = getNodeAttribute n false 714 local attr = getNodeAttribute n false 715 if attr != undefined then --�A�g���r���[�g������ꍇ 717 sub_li = li.SubItems.add (attr.exportTranslateKey as string) 718 sub_li = li.SubItems.add (attr.exportRotateKey as string) 719 sub_li = li.SubItems.add (attr.exportScaleKey as string) [all …]
|
| D | NW4C_utils.ms.inc | 151 fn getFromAttribute attr = 155 fn setToAttribute attr =
|
| /NW4C-1.3.3/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 | 426 local attr 432 attr = getNodeAttribute n true 436 attr.combineGroup = -1 440 attr.combineGroup = spnSetCombine.value 529 --local attr = getNodeAttribute n false 714 local attr = getNodeAttribute n false 715 if attr != undefined then --�A�g���r���[�g������ꍇ 717 sub_li = li.SubItems.add (attr.exportTranslateKey as string) 718 sub_li = li.SubItems.add (attr.exportRotateKey as string) 719 sub_li = li.SubItems.add (attr.exportScaleKey as string) [all …]
|
| D | NW4C_utils.ms.inc | 151 fn getFromAttribute attr = 155 fn setToAttribute attr =
|
| /NW4C-1.3.3/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.3.3/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.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 82 // material attr 94 // normal mapping attr
|
| D | NW4C_ExpDialog.mel | 292 // set setting node command & attr 2881 is attr animated 2914 // child attr 2916 for ($attr in $attrs) 2918 string $plug = $xform + "." + $attr; 2938 // xform attr connection (node1.attr -> node2.attr) 2983 // compound attr 2984 for ($attr in $compAttrs) 2986 string $plug = $xform + "." + $attr; 3015 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 2766 search connect key attr 3596 // no attr-change-event from anim-editor (Maya bugfix)
|
| D | NW4C_SetForceExportKey.mel | 223 // set current attr & change command
|
| D | NW4C_SetUserData.mel | 589 // attr 884 // 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
|
12