Home
last modified time | relevance | path

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

/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetNoCompressNode.mel219 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
224 columnLayout -adj 1 -cal "center" -rs 8;
234 columnLayout -adj 1 -rs 8;
248 columnLayout -adj 1 -rs 8;
DNW4C_SetCameraFovy.mel153 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
158 columnLayout -adj 1 -cal "center" -rs 8;
168 columnLayout -adj 1 -rs 8;
DNW4C_SetBillboard.mel239 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
244 columnLayout -adj 1 -cal "center" -rs 8;
254 columnLayout -adj 1 -rs 8;
273 columnLayout -adj 1 -rs 8;
DNW4C_SetFrameExtensionList.mel143 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
148 columnLayout -adj 1 -cal "center" -rs 8;
159 textFieldGrp -l "" -tx "" -cw2 1 360 -adj 2
DNW4C_SetForceExportKey.mel355 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
360 columnLayout -adj 1 -cal "center" -rs 8;
370 columnLayout -adj 1 -rs 8;
393 columnLayout -adj 1 -rs 8;
DNW4C_SetCombineGroup.mel469 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
474 columnLayout -adj 1 -cal "center" -rs 8;
484 columnLayout -adj 1 -cal "center" -rs 0;
536 columnLayout -adj 1 -cal "center" -rs 0;
DNW4C_SetMaterialAttr.mel574 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4;
579 columnLayout -adj 1 -cal "center" -rs 8;
589 columnLayout -adj 1 -rs 8;
641 columnLayout -adj 1 -rs 8;
DNW4C_SetAnimRange.mel3397 columnLayout -adj true -cat "both" 0;
3761 columnLayout -adj true -cat "both" 0;
3788 columnLayout -adj 1 -rs 4;
3794 columnLayout -adj 1 -rs 4;
3822 columnLayout -adj true -cat "both" 0 ($wName + "Editor");
3841 columnLayout -adj true -cat "both" 0;
3851 $ctl = `columnLayout -adj true -cat "both" 0`;
3855 columnLayout -adj true -cat "both" 0;
3856 rowLayout -nc 3 -cw 1 220 -cw 2 180 -adj 3
3859 columnLayout -adj true -cat "both" 0 -cal "left";
[all …]
DNW4C_ExpDialog.mel3497 string $parent = `columnLayout -adj 1 -cat "both" 5 -co "both" 5
3532 textFieldGrp -l "Output Folder" -cw2 (104+$adjustSpace) 290 -adj 2 -rat 1 "both" 2
3752 columnLayout -adj 1 -rs 4;
3956 columnLayout -adj 1 -rs 4;
3996 columnLayout -adj 1 -rs 4;
4021 columnLayout -adj 1 -rs 4;
4051 columnLayout -adj 1 -rs 4;
4076 -min 0 -max 9 -v 9 -adj 0
4081 -min 0 -max 9 -v 9 -adj 0
4086 -min 0 -max 9 -v 9 -adj 0
[all …]
DNW4C_SetRenderPriority.mel972 columnLayout -adj 1 -cat "both" 4 -rs 4
978 columnLayout -adj 1 -cal "center" -rs 8;
1030 columnLayout -adj 1 -cal "center" -rs 0;
DNW4C_SetUserData.mel585 //columnLayout -adj 1 -cat "both" 8 -cal "center" -rs 8;
968 columnLayout -adj 1 -cal "center" -rs 8;
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp753 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl() local
754 MoveCursorY( adj ); in PrintImpl()