Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 22 of 22) sorted by relevance

/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_mtl.ms.inc114 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 …]
DNW4C_node.ms.inc427 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/
DNW4C_mtl.ms.inc114 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 …]
DNW4C_node.ms.inc427 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/
DNW4C_mtl.ms.inc114 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 …]
DNW4C_node.ms.inc427 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/
DNW4C_mtl.ms.inc114 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 …]
DNW4C_node.ms.inc427 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/
Ddemo_HioPacketChannel.cpp199 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/
DCLOADRUNCTR.H227 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/
DNW4C_CreateMenu.mel82 // material attr
94 // normal mapping attr
DNW4C_ExpDialog.mel269 // 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 …]
DNW4C_SetCameraFovy.mel119 // set current attr & change command
DNW4C_SetFrameExtensionList.mel108 // set current attr & change command
DNW4C_SetNoCompressNode.mel132 // set current attr & change command
DNW4C_SetBillboard.mel135 // set current attr & change command
DNW4C_SetAnimRange.mel98 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)
DNW4C_SetUserData.mel548 // attr
871 // set current attr & change command
DNW4C_SetCombineGroup.mel198 // set current attr & change command
DNW4C_SetMaterialAttr.mel361 // set current attr & change command
DNW4C_SetRenderPriority.mel746 // set current attr & change command
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dyahoo-dom-event.js9 …G,x){E.Dom.batch(Y,E.Dom._setAttribute,{attr:G,val:x});},_setAttribute:function(x,Y){var G=E.Dom._… property