Adverti horiz upsell

Circulator 1.0.4 for Maya (maya script)

Creates a prefect circle from the current component selection.

License
Button download
4,515 Downloads

Compatibility

  • 2018, 2017, 2016, 2015, 2014, 2013

Operating Systems

  • Windows

History

Created:11/28/2015
Last Modified:12/05/2017
File Size: 5.08 KB

Keywords

face

Bugs

maya 2016, only works for face selection

Statusclosed
Prioritylow
Date12/05/2015
Submitted byjohn chen john chen
select -d pPlane1.f[53:55] pPlane1.f[63:65] pPlane1.f[73:75] ;select -r pPlane1.vtx[58:61] pPlane1.vtx[69:72] pPlane1.vtx[80:83] pPlane1.vtx[91:94] ;makeIdentity -apply true -t 1 -r 1 -s 1 -n 0 -pn 1;// Undo: select -r pPlane1.vtx[58:61] pPlane1.vtx[69:72] pPlane1.vtx[80:83] pPlane1.vtx[91:94] // Error: file: C:/Users/user/Documents/maya/2016/scripts/circulator.mel line 312: No object matches name:  // 

does not work for vert or edge selection.

face selection works fine 

Comments on this bug:

  • gemous

    gemous said over 9 years ago:

    I've just had a look at this, I've managed to reproduce the bug on my machine as well. I'm guessing you're selecting a group of verts/edges and running the script and not just the verts/edges around the perimeter of what you want to be made into a circle. The face selection in 2016 works fine because the script converts the selection to edge perimeter. Try just selecting the verts/edges around the perimeter and then run the script and let me know how you go. I'll have to try and find a way to account for this type of selection.
  • john chen

    john chen said over 9 years ago:

    ahh got ya, dont select the internal verts. :) cool script tho, thanks for the share
  • zBlackLion

    zBlackLion said over 9 years ago:

    // Error: if($freeze == 1){ // // Error: Line 194.17: "$freeze" is an undeclared variable. // in maya 2016 when i try to launch the script i have this error, anyone have this problem?
  • gemous

    gemous said over 9 years ago:

    Sorry, made a typo with the update. I've reuploaded another update (and tested it this time...), works a treat again.

Post a comment: