Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.3.3/tools/CsdrUpdater/
DDefaultShader.csdr5 <Key>ContentSummaries</Key>
13 <Key>MetaData</Key>
DParticleDefaultShader.csdr5 <Key>ContentSummaries</Key>
13 <Key>MetaData</Key>
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h264 const KeyType Key() const { return m_Key; } in Key() function
333 KeyType& Key() { return this->m_Key; } in Key() function
336 const KeyType& Key() const { return this->m_Key; } in Key() function
456 return renderKey.Key(); in CreateRenderKey()
474 return renderKey.Key(); in CreateCommandRenderKey()
551 return renderKey.Key(); in CreateRenderKey()
569 return renderKey.Key(); in CreateCommandRenderKey()
649 return renderKey.Key(); in CreateRenderKey()
667 return renderKey.Key(); in CreateCommandRenderKey()
Dgfx_RenderQueue.h452 back->Key() = keyFactory->CreateRenderKey(*back, depth, layerId); in EnqueueElement()
459 back->Key() = back->GetMesh().GetRenderKeyCache(); in EnqueueElement()
465 back->Key() = keyFactory->CreateRenderKey(*back, depth, layerId); in EnqueueElement()
467 back->GetMesh().SetRenderKeyCache(back->Key()); in EnqueueElement()
780 return lhs.Key() < rhs.Key(); in operator()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetForceExportKey.mel349 window -t "NW4C Set Force Export Key" -wh $wd $ht -mxb 0 -mb 1
373 -l1 "Force Export Translate Key" -v1 0
378 -l1 "Force Export Rotate Key" -v1 0
383 -l1 "Force Export Scale Key" -v1 0
395 checkBoxGrp -l "Force Export Translate Key" -ncb 2 -cw3 210 60 60
400 checkBoxGrp -l "Force Export Rotate Key" -ncb 2 -cw3 210 60 60
405 checkBoxGrp -l "Force Export Scale Key" -ncb 2 -cw3 210 60 60
DNW4C_CreateMenu.mel121 menuItem -l "NW4C Set Force Export Key..."
DNW4C_SetAnimRange.mel3567 menuItem -l ("Add Key to Hierarchy from \"nw4c_AnimRange" + $i + "\"")
3570 menuItem -l ("Add Key to Hierarchy from Enabled Anim Ranges")
/NW4C-1.3.3/tools/LayoutViewer/
DReadme.txt62 Up/Down Key: Navigate menu
63 Left/Right Key: Menu Item Operations
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_node.ms.inc603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
611 checkbox chkExportTrans "Force Export Translate Key" width:280 height:16 offset:[0,-4]
612 checkbox chkExportRotate "Force Export Rotate Key" width:280 height:16 offset:[0,-4]
613 checkbox chkExportScale "Force Export Scale Key" width:280 height:16 offset:[0,-4]
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
625 label lblExportScale "Force Export Scale Key" align:#left across:4
874 )-- Set Force Export Key rollout
DNW4C_menu.ms880 dialogItem.setTitle "NW4C Set Force Export Key"
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
611 checkbox chkExportTrans "Force Export Translate Key" width:280 height:16 offset:[0,-4]
612 checkbox chkExportRotate "Force Export Rotate Key" width:280 height:16 offset:[0,-4]
613 checkbox chkExportScale "Force Export Scale Key" width:280 height:16 offset:[0,-4]
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
625 label lblExportScale "Force Export Scale Key" align:#left across:4
874 )-- Set Force Export Key rollout
DNW4C_menu.ms880 dialogItem.setTitle "NW4C Set Force Export Key"
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
611 checkbox chkExportTrans "Force Export Translate Key" width:280 height:16 offset:[0,-4]
612 checkbox chkExportRotate "Force Export Rotate Key" width:280 height:16 offset:[0,-4]
613 checkbox chkExportScale "Force Export Scale Key" width:280 height:16 offset:[0,-4]
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
625 label lblExportScale "Force Export Scale Key" align:#left across:4
874 )-- Set Force Export Key rollout
DNW4C_menu.ms880 dialogItem.setTitle "NW4C Set Force Export Key"
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_node.ms.inc603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
611 checkbox chkExportTrans "Force Export Translate Key" width:280 height:16 offset:[0,-4]
612 checkbox chkExportRotate "Force Export Rotate Key" width:280 height:16 offset:[0,-4]
613 checkbox chkExportScale "Force Export Scale Key" width:280 height:16 offset:[0,-4]
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
625 label lblExportScale "Force Export Scale Key" align:#left across:4
874 )-- Set Force Export Key rollout
DNW4C_menu.ms880 dialogItem.setTitle "NW4C Set Force Export Key"
/NW4C-1.3.3/include/nw/ut/
Dut_ResMetaData.h74 NW_RES_FIELD_STRING_DECL( Key ) // GetKey() in NW_RES_FIELD_STRING_DECL() argument