| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 20 proc int ConfirmDialogCheckWin(string $parent, string $msg) 23 string $ret; 40 get window name string 42 proc string GetWindowNameString() 50 proc DoError(string $msg) 64 string array found 66 proc int IsStringInArray(string $item, string $list[]) 68 string $listItem; 100 proc string[] GetAttrTitleList(string $animRange) 104 string $list[]; [all …]
|
| D | NW4C_SetUserData.mel | 18 global proc int nw4cSetUserData_Get_UserDataSize(string $node) 24 global proc nw4cSetUserData_Add_UserDataSize(string $node) 32 global proc nw4cSetUserData_Set_UserDataSize(string $node, int $val) 41 global proc string nw4cSetUserData_Get_UserDataValue(string $node, int $index) 48 string $val = `getAttr ($node + ".nw4cUserData[" + $index + "]")`; 52 global proc nw4cSetUserData_Add_UserDataValue(string $node) 56 addAttr -m -ln "nw4cUserData" -dt "string" -h 1 $node; 60 global proc nw4cSetUserData_Set_UserDataValue(string $node, int $index, string $val) 63 setAttr -typ "string" ($node + ".nw4cUserData[" + $index + "]") $val; 67 global proc int nw4cSetUserData_Get_AllUserDataValue(string $values[], string $node) [all …]
|
| D | NW4C_SetRenderPriority.mel | 27 proc int GetSelectedSG(string $sgs[]) 33 string $mats[] = `ls -sl -mat`; 40 string $connectedSgs[] = 58 global proc int nw4cSetRenderPriority_Get_UseRenderPriority(string $node) 64 global proc nw4cSetRenderPriority_Add_UseRenderPriority(string $node) 72 global proc nw4cSetRenderPriority_Set_UseRenderPriority(string $node, int $val) 78 proc SetJob_UseRenderPriority(string $node) 91 global proc nw4cSetRenderPriority_UseRenderPriorityCB(string $mainNode) 93 string $sgs[]; 110 global proc int nw4cSetRenderPriority_Get_RenderPriority(string $node) [all …]
|
| D | NW4C_CommonProc.mel | 18 global proc NW4C_ShowHelp(string $file, string $label) 20 string $rootPath = getenv("NW4C_ROOT"); 29 string $helpPath = $rootPath + "documents/DccPlugin/Maya/" + $file; 47 global proc string NW4C_GetUnixFilePath(string $path) 50 string $dst = ""; 69 global proc NW4C_SetCurDirFromFile(string $path) 76 string $projPath = `workspace -q -rd`; 77 string $dirPath = dirname($path); 78 string $checks[] =
|
| D | NW4C_SetFrameExtensionList.mel | 15 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node) 17 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ? 18 (string)`getAttr ($node + ".nw4cFeList")` : ""; 22 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node) 26 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node; 30 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val) 33 setAttr ($node + ".nw4cFeList") -typ "string" $val; 36 proc SetJob_FrameExtensionList(string $node) 47 global proc nw4cSetFrameExtensionList_ListCB(string $mainNode) 49 string $val = `textFieldGrp -q -tx nw4cSetFrameExtensionList_List`; [all …]
|
| D | NW4C_SetCameraFovy.mel | 17 proc int IsCameraTransform(string $node) 19 string $childs[] = `listRelatives -pa -s $node`; 28 proc int GetSelectedCameraNode(string $cams[]) 32 string $xforms[] = `ls -sl -typ transform`; 41 string $shapes[] = `ls -sl -typ camera`; 44 string $parents[] = `listRelatives -ap -pa -typ transform $shape`; 59 proc SetJob_Fovy(string $node) 61 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node + 71 global proc nw4cSetCameraFovy_FovyCB(string $mainNode) 73 string $cams[]; [all …]
|
| D | NW4C_SetNoCompressNode.mel | 17 proc int IsSceneAnimObject(string $node) 19 string $type = nodeType($node); 20 string $childs[] = `listRelatives -pa -s $node`; 34 proc int GetSelectedXform(string $xforms[]) 38 string $nodes[] = `ls -sl -typ transform`; 53 global proc int nw4cSetNoCompressNode_Get_NoCompress(string $node) 59 global proc nw4cSetNoCompressNode_Add_NoCompress(string $node) 67 global proc nw4cSetNoCompressNode_Set_NoCompress(string $node, int $val) 73 proc SetJob_NoCompress(string $node) 84 global proc nw4cSetNoCompressNode_NoCompressCB(string $mainNode) [all …]
|
| D | NW4C_ExpDialog.mel | 25 global string $nw4cExpDialog_c3esLatestVer = "1.2.0"; 42 proc ShowError(string $msg) 59 string $val = `getenv "NW4C_MAYA_CUSTOM_UI"`; 68 find string in array 70 proc int FindStringInArray(string $array[], string $value) 98 load setting from option string 100 proc LoadSettingFromOptionString(int $version, string $opts) 126 global string $nw4cExpDialog_SettingExportOptions; 137 string $node = "nw4cExpDialog_Setting1"; 146 string $cmd = `getAttr ($node + ".b")`; [all …]
|
| D | NW4C_SetMaterialAttr.mel | 20 proc int GetSelectedSG(string $sgs[]) 26 string $mats[] = `ls -sl -mat`; 33 string $connectedSgs[] = 75 global proc int nw4cSetMaterialAttr_Get_FaceCulling(string $node) 81 global proc nw4cSetMaterialAttr_Add_FaceCulling(string $node) 90 global proc nw4cSetMaterialAttr_Set_FaceCulling(string $node, int $val) 96 proc SetJob_FaceCulling(string $node) 107 global proc nw4cSetMaterialAttr_FaceCullingCB(string $mainNode) 109 string $sgs[]; 124 global proc int nw4cSetMaterialAttr_Get_FragLighting(string $node) [all …]
|
| D | NW4C_SetCombineGroup.mel | 17 proc int IsSceneAnimObject(string $node) 19 string $type = nodeType($node); 20 string $childs[] = `listRelatives -pa -s $node`; 34 proc int GetSelectedXform(string $xforms[]) 38 string $nodes[] = `ls -sl -typ transform`; 53 global proc int nw4cSetCombineGroup_Get_UseCombineGroup(string $node) 59 global proc nw4cSetCombineGroup_Add_UseCombineGroup(string $node) 67 global proc nw4cSetCombineGroup_Set_UseCombineGroup(string $node, int $val) 73 proc SetJob_UseCombineGroup(string $node) 86 global proc nw4cSetCombineGroup_UseCombineGroupCB(string $mainNode) [all …]
|
| D | NW4C_SetBillboard.mel | 17 proc int IsSceneAnimObject(string $node) 19 string $type = nodeType($node); 20 string $childs[] = `listRelatives -pa -s $node`; 34 proc int GetSelectedXform(string $xforms[]) 38 string $nodes[] = `ls -sl -typ transform`; 53 global proc int nw4cSetBillboard_Get_Billboard(string $node) 59 global proc nw4cSetBillboard_Add_Billboard(string $node) 71 global proc nw4cSetBillboard_Set_Billboard(string $node, int $val) 77 proc SetJob_Billboard(string $node) 88 global proc nw4cSetBillboard_BillboardCB(string $mainNode) [all …]
|
| D | NW4C_BatchExport.mel | 15 global proc NW4C_BatchExport(string $c3beFile) 33 string $env = substring($c3beFile, 2, size($c3beFile)); 43 string $cmd = "NW4C_BatchExportCmd -b \"" + $c3beFile + "\"";
|
| D | NW4C_CreateMenu.mel | 17 string $supportVer = getApplicationVersionAsFloat(); 19 string $pluginVer = "?"; 39 global string $gMainWindow;
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/ |
| D | Toy_T.ma | 24 setAttr ".imn" -type "string" "persp"; 25 setAttr ".den" -type "string" "persp_depth"; 26 setAttr ".man" -type "string" "persp_mask"; 28 setAttr ".hc" -type "string" "viewSet -p %camera"; 38 setAttr ".imn" -type "string" "top"; 39 setAttr ".den" -type "string" "top_depth"; 40 setAttr ".man" -type "string" "top_mask"; 41 setAttr ".hc" -type "string" "viewSet -t %camera"; 51 setAttr ".imn" -type "string" "front"; 52 setAttr ".den" -type "string" "front_depth"; [all …]
|
| D | Toy_Mt.ma | 23 setAttr ".imn" -type "string" "persp"; 24 setAttr ".den" -type "string" "persp_depth"; 25 setAttr ".man" -type "string" "persp_mask"; 27 setAttr ".hc" -type "string" "viewSet -p %camera"; 37 setAttr ".imn" -type "string" "top"; 38 setAttr ".den" -type "string" "top_depth"; 39 setAttr ".man" -type "string" "top_mask"; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 50 setAttr ".imn" -type "string" "front"; 51 setAttr ".den" -type "string" "front_depth"; [all …]
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/ |
| D | Toy_Butterfly.ma | 23 setAttr ".imn" -type "string" "persp"; 24 setAttr ".den" -type "string" "persp_depth"; 25 setAttr ".man" -type "string" "persp_mask"; 27 setAttr ".hc" -type "string" "viewSet -p %camera"; 37 setAttr ".imn" -type "string" "top"; 38 setAttr ".den" -type "string" "top_depth"; 39 setAttr ".man" -type "string" "top_mask"; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 50 setAttr ".imn" -type "string" "front"; 51 setAttr ".den" -type "string" "front_depth"; [all …]
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | LytCtrl.h | 27 typedef nw::ut::FixedSizeArray<std::string, 8> StringArray; 30 std::string clyt; // ���C�A�E�g�t�@�C�� 34 typedef nw::ut::FixedSizeArray<std::string, 1> StringArray2; 38 std::string clyt;
|
| D | SmInitialFileParser.h | 182 std::string m_String; 196 std::string name; // 名前 248 std::string m_Command; // <XXXX
|
| D | SmLayout.h | 208 void SetString( const wchar_t* string ) in SetString() argument 211 m_String = string; in SetString()
|
| D | SmLytButton.h | 30 SmLytButton( SmLayout* smLayout, const wchar_t* string, const char* bounding );
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmLytButton.cpp | 28 SmLytButton::SmLytButton( SmLayout* smLayout, const wchar_t* string, const char* bounding ) in SmLytButton() argument 45 if ( string ) in SmLytButton() 47 m_Layout->SetString( string ); in SmLytButton() 56 pTextBox->SetString( string ); in SmLytButton()
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyPopupBook/scenes/ |
| D | Toy_PopUpBook.ma | 23 setAttr ".imn" -type "string" "persp"; 24 setAttr ".den" -type "string" "persp_depth"; 25 setAttr ".man" -type "string" "persp_mask"; 26 setAttr ".hc" -type "string" "viewSet -p %camera"; 36 setAttr ".imn" -type "string" "top"; 37 setAttr ".den" -type "string" "top_depth"; 38 setAttr ".man" -type "string" "top_mask"; 39 setAttr ".hc" -type "string" "viewSet -t %camera"; 49 setAttr ".imn" -type "string" "front"; 50 setAttr ".den" -type "string" "front_depth"; [all …]
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/ |
| D | PierrotModel.ma | 22 setAttr ".imn" -type "string" "persp"; 23 setAttr ".den" -type "string" "persp_depth"; 24 setAttr ".man" -type "string" "persp_mask"; 26 setAttr ".hc" -type "string" "viewSet -p %camera"; 36 setAttr ".imn" -type "string" "top"; 37 setAttr ".den" -type "string" "top_depth"; 38 setAttr ".man" -type "string" "top_mask"; 39 setAttr ".hc" -type "string" "viewSet -t %camera"; 49 setAttr ".imn" -type "string" "front"; 50 setAttr ".den" -type "string" "front_depth"; [all …]
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyMobile/scenes/ |
| D | Toy_Mobile.ma | 23 setAttr ".imn" -type "string" "persp"; 24 setAttr ".den" -type "string" "persp_depth"; 25 setAttr ".man" -type "string" "persp_mask"; 27 setAttr ".hc" -type "string" "viewSet -p %camera"; 37 setAttr ".imn" -type "string" "top"; 38 setAttr ".den" -type "string" "top_depth"; 39 setAttr ".man" -type "string" "top_mask"; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 50 setAttr ".imn" -type "string" "front"; 51 setAttr ".den" -type "string" "front_depth"; [all …]
|
| /NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/Common/scenes/ |
| D | Piece.ma | 21 setAttr ".imn" -type "string" "persp"; 22 setAttr ".den" -type "string" "persp_depth"; 23 setAttr ".man" -type "string" "persp_mask"; 25 setAttr ".hc" -type "string" "viewSet -p %camera"; 35 setAttr ".imn" -type "string" "top"; 36 setAttr ".den" -type "string" "top_depth"; 37 setAttr ".man" -type "string" "top_mask"; 38 setAttr ".hc" -type "string" "viewSet -t %camera"; 48 setAttr ".imn" -type "string" "front"; 49 setAttr ".den" -type "string" "front_depth"; [all …]
|