Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Maya Modeling (https://simplymaya.com/forum/forumdisplay.php?f=9)
-   -   Vertex Lock Disappeared in Maya 2016 (https://simplymaya.com/forum/showthread.php?t=41603)

talha1 19-07-2015 07:45 PM

Vertex Lock Disappeared in Maya 2016
 
Hi, the title says all I want to say actually. Where did vertex lock menu go in Maya 2016??

Thank You

ctbram 20-07-2015 12:50 AM

1. select verts you want to lock
2. in channel box click where it says - cv's (click to show)
3.highlight the verts you want to lock
4. right click and select lock from the popup window or you can left click the channel tab and select lock.

just repeat the process and select unlock to unlock the verts

talha1 20-07-2015 09:21 AM

Thank you but is there a way to select locked vertices? And can I lock them only in one axis?

andrearastelli 20-02-2017 05:43 PM

Hi guys, just created this python script to simplify the job for everyone.

Code:

import maya.cmds as mc

selectedVertex = mc.ls(selection=True, flatten=True)

for vtx in selectedVertex:
  mc.setAttr(vtx, edit=True, lock=True)

Just select the vertices that you want to lock and execute the script.


All times are GMT. The time now is 06:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018