Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 26) sorted by relevance

12

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h38 # define NW_LYT_STOPWATCH_MEASURE(no, label) \ argument
40 nw::lyt::internal::Stopwatch::Instance<no>(label), no)
42 # define NW_LYT_STOPWATCH_START(no, label) \ argument
43 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \
44 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)
46 # define NW_LYT_STOPWATCH_STOP(no) \ argument
47 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \
48 nw::lyt::internal::Stopwatch::Instance<no>().Stop()
50 # define NW_LYT_STOPWATCH_MEASURE(no, label)
51 # define NW_LYT_STOPWATCH_START(no, label)
[all …]
/NW4C-1.3.3/documents/CreativeStudio/html/assets/
Dtreeview-skin.css35 /* first or middle sibling, no children */
38 background: url(treeview-sprite.gif) 0 -5600px no-repeat;
46 background: url(treeview-sprite.gif) 0 -4000px no-repeat;
53 background: url(treeview-sprite.gif) 0 -4800px no-repeat;
60 background: url(treeview-sprite.gif) 0 -6400px no-repeat;
67 background: url(treeview-sprite.gif) 0 -7200px no-repeat;
70 /* last sibling, no children */
73 background: url(treeview-sprite.gif) 0 -1600px no-repeat;
81 background: url(treeview-sprite.gif) 0 0px no-repeat;
88 background: url(treeview-sprite.gif) 0 -800px no-repeat;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_Mt.ma14 setAttr ".v" no;
20 setAttr -k off ".v" no;
29 setAttr ".v" no;
33 setAttr -k off ".v" no;
34 setAttr ".rnd" no;
43 setAttr ".v" no;
46 setAttr -k off ".v" no;
47 setAttr ".rnd" no;
57 setAttr ".v" no;
61 setAttr -k off ".v" no;
[all …]
DToy_T.ma14 setAttr ".v" no;
21 setAttr -k off ".v" no;
30 setAttr ".v" no;
34 setAttr -k off ".v" no;
35 setAttr ".rnd" no;
44 setAttr ".v" no;
47 setAttr -k off ".v" no;
48 setAttr ".rnd" no;
57 setAttr ".v" no;
61 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/PrjSmpMale/scenes/
DMaleWalk.ma14 setAttr ".v" no;
20 setAttr -k off ".v" no;
29 setAttr ".v" no;
33 setAttr -k off ".v" no;
34 setAttr ".rnd" no;
43 setAttr ".v" no;
46 setAttr -k off ".v" no;
47 setAttr ".rnd" no;
56 setAttr ".v" no;
60 setAttr -k off ".v" no;
[all …]
DMaleRun.ma14 setAttr ".v" no;
19 setAttr -k off ".v" no;
28 setAttr ".v" no;
32 setAttr -k off ".v" no;
33 setAttr ".rnd" no;
42 setAttr ".v" no;
45 setAttr -k off ".v" no;
46 setAttr ".rnd" no;
55 setAttr ".v" no;
59 setAttr -k off ".v" no;
[all …]
DMaleModel.ma14 setAttr ".v" no;
21 setAttr -k off ".v" no;
30 setAttr ".v" no;
34 setAttr -k off ".v" no;
35 setAttr ".rnd" no;
44 setAttr ".v" no;
48 setAttr -k off ".v" no;
49 setAttr ".rnd" no;
60 setAttr ".v" no;
64 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyMobile/scenes/
DToy_Mobile.ma13 setAttr ".v" no;
20 setAttr -k off ".v" no;
29 setAttr ".v" no;
33 setAttr -k off ".v" no;
34 setAttr ".rnd" no;
43 setAttr ".v" no;
46 setAttr -k off ".v" no;
47 setAttr ".rnd" no;
56 setAttr ".v" no;
60 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/
DToy_Butterfly.ma13 setAttr ".v" no;
20 setAttr -k off ".v" no;
29 setAttr ".v" no;
33 setAttr -k off ".v" no;
34 setAttr ".rnd" no;
43 setAttr ".v" no;
46 setAttr -k off ".v" no;
47 setAttr ".rnd" no;
56 setAttr ".v" no;
60 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel103 int $no = GetNumberOfClip();
105 for ($i = 0; $i < $no; ++$i)
143 int $no = GetNumberOfClip();
144 for ($idx = 0; $idx < $no; ++$idx)
147 for ($j = 0; $j < $no; ++$j)
158 if ($j >= $no)
172 int $no = GetNumberOfClip();
211 setAttr -s $no ($animRange + "." + "nw4c_AnimRangeEnable");
212 for ($i = 0; $i < $no; ++$i)
220 setAttr -s $no ($animRange + "." + "nw4c_AnimRangeLoop");
[all …]
DNW4C_CreateMenu.mel102 // no compress node
104 -ann "Set no compress flag of selected transform node"
DNW4C_SetNoCompressNode.mel5 Description: set no compress node
51 no compress
DNW4C_SetMaterialAttr.mel266 no compress
471 1 : -1; // no compress
DNW4C_ExpDialog.mel360 nw4cExpDialog_UpdateOptionVariable(0); // no save setting to scene
2704 is no compress node
2823 remove no output child (both argments must be long path)
4247 export direct force (no overwrite check)
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp46 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch() argument
48 m_No(no), in Stopwatch()
/NW4C-1.3.3/SampleData/Graphics/Shader/JShader/
DReadMe.txt18 Note: The vertex color is output if there is no hemispherical light.
31 Note: A fixed value is used if there is no hemispherical light (1 x 1 results in white)
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h276 const SmCmd* GetCmd( u32 no ) { return m_CmdArray[no]; } in GetCmd() argument
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPopupBook/scenes/
DToy_PopUpBook.ma14 setAttr ".v" no;
20 setAttr -k off ".v" no;
28 setAttr ".v" no;
32 setAttr -k off ".v" no;
33 setAttr ".rnd" no;
42 setAttr ".v" no;
45 setAttr -k off ".v" no;
46 setAttr ".rnd" no;
55 setAttr ".v" no;
59 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/Common/scenes/
DPiece.ma14 setAttr ".v" no;
18 setAttr -k off ".v" no;
27 setAttr ".v" no;
31 setAttr -k off ".v" no;
32 setAttr ".rnd" no;
41 setAttr ".v" no;
44 setAttr -k off ".v" no;
45 setAttr ".rnd" no;
54 setAttr ".v" no;
60 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/
DPierrotModel.ma15 setAttr ".v" no;
19 setAttr -k off ".v" no;
28 setAttr ".v" no;
32 setAttr -k off ".v" no;
33 setAttr ".rnd" no;
42 setAttr ".v" no;
45 setAttr -k off ".v" no;
46 setAttr ".rnd" no;
55 setAttr ".v" no;
59 setAttr -k off ".v" no;
[all …]
/NW4C-1.3.3/tools/LayoutViewer/
DReadme.txt72 - There is no support for viewing multiple layouts.
/NW4C-1.3.3/tools/DebuggerLauncher/
Dreadme.txt27 …- You can use "noconfirm" to set operations so that no check is made whether to execute a macro fo…
/NW4C-1.3.3/tools/CsdrUpdater/
Dreadme.txt84 …The default is used if a user-defined value is not being used or if there is no uniform value corr…
/NW4C-1.3.3/documents/License/IronRuby/
DLICENSE.CPL.txt32 …ach Contributor grants the licenses to its Contributions set forth herein, no assurances are provi…
84 …pt as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses t…
/NW4C-1.3.3/documents/CreativeStudio/html/common/
Dmanual.css193 p.no {

12