PDA

View Full Version : how to imitate pickwalk via MEL?


ricma
09-13-2004, 09:51 PM
Does anyone know how to imitate pickwalking selected cvs trough NURBS UV space?
For example, I select a cv on NURBS surface and using my arrow keys i "walk" trough it`s UV space.

Is there a MEL command equivavlent to this?
Something like "jump to next U parameter" or "jump to next V parameter" ??

ricma

Dirk Bialluch
09-13-2004, 10:07 PM
You can use the pickWalk command. Direction left/right will walk in u direction, up/down in v.

pickWalk -d left;
pickWalk -d right;
pickWalk -d up;
pickWalk -d down;

Cheers,
Dirk

ricma
09-13-2004, 10:11 PM
geez, thank you a lot for such quick reply!:)

ricma

Dirk Bialluch
09-13-2004, 10:13 PM
No prob :)

Dirk

CGTalk Moderation
01-19-2006, 05:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.