Hi,
I tend to want to arrange the surface UV in the same directions, so that I can change several surface degree at once.
I’ve been trying several lines like “! _ShowDir _Pause _Swap UV= Yes”
No luck yet.
Could anyone show me how to make an alias or a macro which does what I want?
Hi Ko - use
! _Dir _Pause _Mode=_SwapUV
-Pascal
Thank you Pascal! but I still have to press Swap UV button in the dialogue box.
Is it possible to swap it and close dialogue box automatically?
Hi Ko - my macro is using Dir and not ShowDir - it works on multiple surfaces - - you click on the individual selected surfaces to swap.
If you want one that just accepts a single selection at a time, use
! Dir Pause SwapUV
-Pascal
What I want to happen is type alias and press enter, then pick surface or surfaces, then press enter to swap UV and close the dialogue box at once.
Is that possible?
Hi Ko -
! _Dir _Pause _Mode=_SwapUV _FlipAll _Enter
-Pascal

! _Dir Pause Mode=SwapUV _FlipAll Enter
Yes,It did exactly what I wanted!
Thank you Pascal!