Home
last modified time | relevance | path

Searched refs:adj (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetNoCompressNode.mel218 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
223 columnLayout -adj 1 -cal "center" -rs 8;
233 columnLayout -adj 1 -rs 8;
247 columnLayout -adj 1 -rs 8;
DNW4C_SetCameraFovy.mel152 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
157 columnLayout -adj 1 -cal "center" -rs 8;
167 columnLayout -adj 1 -rs 8;
DNW4C_SetBillboard.mel238 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
243 columnLayout -adj 1 -cal "center" -rs 8;
253 columnLayout -adj 1 -rs 8;
272 columnLayout -adj 1 -rs 8;
DNW4C_SetFrameExtensionList.mel142 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
147 columnLayout -adj 1 -cal "center" -rs 8;
158 textFieldGrp -l "" -tx "" -cw2 1 360 -adj 2
DNW4C_SetForceExportKey.mel418 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
423 columnLayout -adj 1 -cal "center" -rs 8;
433 columnLayout -adj 1 -rs 8;
461 columnLayout -adj 1 -rs 8;
DNW4C_SetCombineGroup.mel467 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
472 columnLayout -adj 1 -cal "center" -rs 8;
482 columnLayout -adj 1 -cal "center" -rs 0;
534 columnLayout -adj 1 -cal "center" -rs 0;
DNW4C_SetMaterialAttr.mel573 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
578 columnLayout -adj 1 -cal "center" -rs 8;
588 columnLayout -adj 1 -rs 8;
640 columnLayout -adj 1 -rs 8;
DNW4C_SetAnimRange.mel3396 columnLayout -adj true -cat "both" 0;
3760 columnLayout -adj true -cat "both" 0;
3787 columnLayout -adj 1 -rs 4;
3793 columnLayout -adj 1 -rs 4;
3821 columnLayout -adj true -cat "both" 0 ($wName + "Editor");
3840 columnLayout -adj true -cat "both" 0;
3850 $ctl = `columnLayout -adj true -cat "both" 0`;
3854 columnLayout -adj true -cat "both" 0;
3855 rowLayout -nc 3 -cw 1 220 -cw 2 180 -adj 3
3858 columnLayout -adj true -cat "both" 0 -cal "left";
[all …]
DNW4C_ExpDialog.mel3565 string $parent = `columnLayout -adj 1 -cat "both" 5 -co "both" 5
3600 textFieldGrp -l "Output Folder" -cw2 (104+$adjustSpace) 290 -adj 2 -rat 1 "both" 2
3823 columnLayout -adj 1 -rs 4;
3972 columnLayout -adj 1 -rs 4;
4012 columnLayout -adj 1 -rs 4;
4037 columnLayout -adj 1 -rs 4;
4079 columnLayout -adj 1 -rs 4;
4106 -min 0 -max 9 -v 9 -adj 0
4111 -min 0 -max 9 -v 9 -adj 0
4116 -min 0 -max 9 -v 9 -adj 0
[all …]
DNW4C_SetRenderPriority.mel971 columnLayout -adj 1 -cat "both" 4 -rs 4
977 columnLayout -adj 1 -cal "center" -rs 8;
1029 columnLayout -adj 1 -cal "center" -rs 0;
DNW4C_SetUserData.mel584 //columnLayout -adj 1 -cat "both" 8 -cal "center" -rs 8;
967 columnLayout -adj 1 -cal "center" -rs 8;
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp755 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl() local
756 MoveCursorY( adj ); in PrintImpl()