Home
last modified time | relevance | path

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

12

/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel20 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 …]
DNW4C_SetUserData.mel18 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 …]
DNW4C_SetRenderPriority.mel27 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 …]
DNW4C_CommonProc.mel18 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[] =
DNW4C_SetFrameExtensionList.mel15 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 …]
DNW4C_SetForceExportKey.mel17 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 nw4cSetForceExportKey_Get_ForceExportTranslateKey(string $node)
59 global proc nw4cSetForceExportKey_Add_ForceExportTranslateKey(string $node)
67 global proc nw4cSetForceExportKey_Set_ForceExportTranslateKey(string $node, int $val)
73 proc SetJob_ForceExportTranslateKey(string $node)
84 global proc nw4cSetForceExportKey_ForceExportTranslateKeyCB(string $mainNode)
[all …]
DNW4C_SetCameraFovy.mel17 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 …]
DNW4C_ExpDialog.mel25 global string $nw4cExpDialog_c3esLatestVer = "1.3.0";
42 proc ShowError(string $msg)
59 string $val = `getenv "NW4C_MAYA_CUSTOM_UI"`;
78 string $nw4cRoot = `getenv "NW4C_ROOT"`;
81 string $editorPath = ($nw4cRoot + "/tools/3DEditor/3DEditor.exe");
91 find string in array
93 proc int FindStringInArray(string $array[], string $value)
121 load setting from option string
123 proc LoadSettingFromOptionString(int $version, string $opts)
149 global string $nw4cExpDialog_SettingExportOptions;
[all …]
DNW4C_SetNoCompressNode.mel17 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 …]
DNW4C_SetMaterialAttr.mel20 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 …]
DNW4C_SetCombineGroup.mel17 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 …]
DNW4C_SetBillboard.mel17 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 …]
DNW4C_BatchExport.mel15 global proc NW4C_BatchExport(string $c3beFile)
33 string $env = substring($c3beFile, 2, size($c3beFile));
43 string $cmd = "NW4C_BatchExportCmd -b \"" + $c3beFile + "\"";
DNW4C_CreateMenu.mel17 string $supportVer = getApplicationVersionAsFloat();
19 string $pluginVer = "?";
39 global string $gMainWindow;
/NW4C-1.3.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-1.3.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-1.3.3/demos/Nw4cDemo/include/
DLytCtrl.h27 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;
DSmInitialFileParser.h182 std::string m_String;
196 std::string name; // 名前
248 std::string m_Command; // <XXXX
DSmLayout.h208 void SetString( const wchar_t* string ) in SetString() argument
211 m_String = string; in SetString()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmLytButton.cpp28 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.3.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-1.3.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-1.3.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-1.3.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 …]

12