Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 54) sorted by relevance

123

/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel19 proc int ConfirmDialogCheckWin(string $parent, string $msg)
22 string $ret;
39 get window name string
41 proc string GetWindowNameString()
49 proc DoError(string $msg)
63 string array found
65 proc int IsStringInArray(string $item, string $list[])
67 string $listItem;
99 proc string[] GetAttrTitleList(string $animRange)
103 string $list[];
[all …]
DNW4C_SetUserData.mel17 global proc int nw4cSetUserData_Get_UserDataSize(string $node)
23 global proc nw4cSetUserData_Add_UserDataSize(string $node)
31 global proc nw4cSetUserData_Set_UserDataSize(string $node, int $val)
40 global proc string nw4cSetUserData_Get_UserDataValue(string $node, int $index)
47 string $val = `getAttr ($node + ".nw4cUserData[" + $index + "]")`;
51 global proc nw4cSetUserData_Add_UserDataValue(string $node)
55 addAttr -m -ln "nw4cUserData" -dt "string" -h 1 $node;
59 global proc nw4cSetUserData_Set_UserDataValue(string $node, int $index, string $val)
62 setAttr -typ "string" ($node + ".nw4cUserData[" + $index + "]") $val;
66 global proc int nw4cSetUserData_Get_AllUserDataValue(string $values[], string $node)
[all …]
DNW4C_SetRenderPriority.mel26 proc int GetSelectedSG(string $sgs[])
32 string $mats[] = `ls -sl -mat`;
39 string $connectedSgs[] =
57 global proc int nw4cSetRenderPriority_Get_UseRenderPriority(string $node)
63 global proc nw4cSetRenderPriority_Add_UseRenderPriority(string $node)
71 global proc nw4cSetRenderPriority_Set_UseRenderPriority(string $node, int $val)
77 proc SetJob_UseRenderPriority(string $node)
90 global proc nw4cSetRenderPriority_UseRenderPriorityCB(string $mainNode)
92 string $sgs[];
109 global proc int nw4cSetRenderPriority_Get_RenderPriority(string $node)
[all …]
DNW4C_CommonProc.mel17 global proc NW4C_ShowHelp(string $file, string $label)
19 string $rootPath = getenv("NW4C_ROOT");
28 string $helpPath = $rootPath + "documents/DccPlugin/Maya/" + $file;
46 global proc string NW4C_GetUnixFilePath(string $path)
49 string $dst = "";
68 global proc NW4C_SetCurDirFromFile(string $path)
75 string $projPath = `workspace -q -rd`;
76 string $dirPath = dirname($path);
77 string $checks[] =
DNW4C_SetFrameExtensionList.mel14 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node)
16 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ?
17 (string)`getAttr ($node + ".nw4cFeList")` : "";
21 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node)
25 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node;
29 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val)
32 setAttr ($node + ".nw4cFeList") -typ "string" $val;
35 proc SetJob_FrameExtensionList(string $node)
46 global proc nw4cSetFrameExtensionList_ListCB(string $mainNode)
48 string $val = `textFieldGrp -q -tx nw4cSetFrameExtensionList_List`;
[all …]
DNW4C_SetForceExportKey.mel16 proc int IsSceneAnimObject(string $node)
18 string $type = nodeType($node);
19 string $childs[] = `listRelatives -pa -s $node`;
33 proc int GetSelectedXform(string $xforms[])
37 string $nodes[] = `ls -sl -typ transform`;
52 global proc int nw4cSetForceExportKey_Get_ForceExportTranslateKey(string $node)
58 global proc nw4cSetForceExportKey_Add_ForceExportTranslateKey(string $node)
66 global proc nw4cSetForceExportKey_Set_ForceExportTranslateKey(string $node, int $val)
72 proc SetJob_ForceExportTranslateKey(string $node)
83 global proc nw4cSetForceExportKey_ForceExportTranslateKeyCB(string $mainNode)
[all …]
DNW4C_SetCameraFovy.mel16 proc int IsCameraTransform(string $node)
18 string $childs[] = `listRelatives -pa -s $node`;
27 proc int GetSelectedCameraNode(string $cams[])
31 string $xforms[] = `ls -sl -typ transform`;
40 string $shapes[] = `ls -sl -typ camera`;
43 string $parents[] = `listRelatives -ap -pa -typ transform $shape`;
58 proc SetJob_Fovy(string $node)
60 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +
70 global proc nw4cSetCameraFovy_FovyCB(string $mainNode)
72 string $cams[];
[all …]
DNW4C_ExpDialog.mel24 global string $nw4cExpDialog_c3esLatestVer = "1.4.0";
41 proc ShowError(string $msg)
58 string $val = `getenv "NW4C_MAYA_CUSTOM_UI"`;
77 string $nw4cRoot = `getenv "NW4C_ROOT"`;
80 string $editorPath = ($nw4cRoot + "/tools/3DEditor/NW4C_3DEditor.exe");
96 string $val = `getenv "NW4C_USE_NON_UNIFORM_SCALE"`;
109 find string in array
111 proc int FindStringInArray(string $array[], string $value)
139 load setting from option string
141 proc LoadSettingFromOptionString(int $version, string $opts)
[all …]
DNW4C_SetNoCompressNode.mel16 proc int IsSceneAnimObject(string $node)
18 string $type = nodeType($node);
19 string $childs[] = `listRelatives -pa -s $node`;
33 proc int GetSelectedXform(string $xforms[])
37 string $nodes[] = `ls -sl -typ transform`;
52 global proc int nw4cSetNoCompressNode_Get_NoCompress(string $node)
58 global proc nw4cSetNoCompressNode_Add_NoCompress(string $node)
66 global proc nw4cSetNoCompressNode_Set_NoCompress(string $node, int $val)
72 proc SetJob_NoCompress(string $node)
83 global proc nw4cSetNoCompressNode_NoCompressCB(string $mainNode)
[all …]
DNW4C_SetMaterialAttr.mel19 proc int GetSelectedSG(string $sgs[])
25 string $mats[] = `ls -sl -mat`;
32 string $connectedSgs[] =
74 global proc int nw4cSetMaterialAttr_Get_FaceCulling(string $node)
80 global proc nw4cSetMaterialAttr_Add_FaceCulling(string $node)
89 global proc nw4cSetMaterialAttr_Set_FaceCulling(string $node, int $val)
95 proc SetJob_FaceCulling(string $node)
106 global proc nw4cSetMaterialAttr_FaceCullingCB(string $mainNode)
108 string $sgs[];
123 global proc int nw4cSetMaterialAttr_Get_FragLighting(string $node)
[all …]
DNW4C_SetCombineGroup.mel16 proc int IsSceneAnimObject(string $node)
18 string $type = nodeType($node);
19 string $childs[] = `listRelatives -pa -s $node`;
33 proc int GetSelectedXform(string $xforms[])
37 string $nodes[] = `ls -sl -typ transform`;
52 global proc int nw4cSetCombineGroup_Get_UseCombineGroup(string $node)
58 global proc nw4cSetCombineGroup_Add_UseCombineGroup(string $node)
66 global proc nw4cSetCombineGroup_Set_UseCombineGroup(string $node, int $val)
72 proc SetJob_UseCombineGroup(string $node)
85 global proc nw4cSetCombineGroup_UseCombineGroupCB(string $mainNode)
[all …]
DNW4C_SetBillboard.mel16 proc int IsSceneAnimObject(string $node)
18 string $type = nodeType($node);
19 string $childs[] = `listRelatives -pa -s $node`;
33 proc int GetSelectedXform(string $xforms[])
37 string $nodes[] = `ls -sl -typ transform`;
52 global proc int nw4cSetBillboard_Get_Billboard(string $node)
58 global proc nw4cSetBillboard_Add_Billboard(string $node)
70 global proc nw4cSetBillboard_Set_Billboard(string $node, int $val)
76 proc SetJob_Billboard(string $node)
87 global proc nw4cSetBillboard_BillboardCB(string $mainNode)
[all …]
DNW4C_BatchExport.mel14 global proc NW4C_BatchExport(string $c3beFile)
32 string $env = substring($c3beFile, 2, size($c3beFile));
42 string $cmd = "NW4C_BatchExportCmd -b \"" + $c3beFile + "\"";
DNW4C_CreateMenu.mel16 string $supportVer = getApplicationVersionAsFloat();
18 string $pluginVer = "?";
38 global string $gMainWindow;
/NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_T.ma24 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 …]
DToy_Mt.ma23 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-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/
DToy_Butterfly.ma23 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-2.0.3/demos/Nw4cDemo/include/
DLytCtrl.h29 typedef nw::ut::FixedSizeArray<std::string, 8> StringArray;
32 std::string clyt; // ���C�A�E�g�t�@�C��
36 typedef nw::ut::FixedSizeArray<std::string, 1> StringArray2;
40 std::string clyt;
DSmInitialFileParser.h184 std::string m_String;
198 std::string name; // 名前
250 std::string m_Command; // <XXXX
DSmLayout.h210 void SetString( const wchar_t* string ) in SetString() argument
213 m_String = string; in SetString()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLytButton.cpp30 SmLytButton::SmLytButton( SmLayout* smLayout, const wchar_t* string, const char* bounding ) in SmLytButton() argument
47 if ( string ) in SmLytButton()
49 m_Layout->SetString( string ); in SmLytButton()
58 pTextBox->SetString( string ); in SmLytButton()
/NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyPopupBook/scenes/
DToy_PopUpBook.ma23 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-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/
DPierrotModel.ma22 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-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyMobile/scenes/
DToy_Mobile.ma23 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-2.0.3/SampleData/Graphics/DccPlugin/Maya/Common/scenes/
DPiece.ma21 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 …]

123