Home
last modified time | relevance | path

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

/NW4C-1.2.23/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_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.mel3369 columnLayout -adj true -cat "both" 0;
3733 columnLayout -adj true -cat "both" 0;
3760 columnLayout -adj 1 -rs 4;
3766 columnLayout -adj 1 -rs 4;
3793 columnLayout -adj true -cat "both" 0 ($wName + "Editor");
3812 columnLayout -adj true -cat "both" 0;
3822 $ctl = `columnLayout -adj true -cat "both" 0`;
3826 columnLayout -adj true -cat "both" 0;
3827 rowLayout -nc 3 -cw 1 220 -cw 2 180 -adj 3
3830 columnLayout -adj true -cat "both" 0 -cal "left";
[all …]
DNW4C_ExpDialog.mel3443 string $parent = `columnLayout -adj 1 -cat "both" 5 -co "both" 5
3478 textFieldGrp -l "Output Folder" -cw2 (104+$adjustSpace) 290 -adj 2 -rat 1 "both" 2
3588 columnLayout -adj 1 -rs 4;
3792 columnLayout -adj 1 -rs 4;
3832 columnLayout -adj 1 -rs 4;
3857 columnLayout -adj 1 -rs 4;
3887 columnLayout -adj 1 -rs 4;
3915 -min 0 -max 9 -v 9 -adj 0
3920 -min 0 -max 9 -v 9 -adj 0
3925 -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.mel544 //columnLayout -adj 1 -cat "both" 8 -cal "center" -rs 8;
955 columnLayout -adj 1 -cal "center" -rs 8;
/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp753 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl() local
754 MoveCursorY( adj ); in PrintImpl()