Adverti horiz upsell

Spider web maker 1.0.0 for Maya (maya script)

easy way of creating spider web

License
Button download
3,883 Downloads

Compatibility

  • 2012

Operating Systems

  • Windows

History

Created:09/17/2013
Last Modified:09/20/2013
File Size: 222 KB

Keywords

spider's

Bugs

script is not working

Statusclosed
Prioritylow
Date09/18/2013
Submitted byEasyMT EasyMT

Hi

The scripts window is just at the upper left corner small , white and not moveable also following Error apears : // Error: line 1: Cannot find procedure "aboutWnd". //

Really want to use this script please fix it

Comments on this bug:

  • bolekcg

    bolekcg said over 11 years ago:

    Maya icon suggest that you are using 2014.... and script was written under 2012... anyway I suppose problems lies in GUI "window" arguments . 1. open script editor 2. file>load script>spider'sWebMaker 3. search for those lines (about 2380 line ) //GUI /////////////////////////////////////////////////////////////////////////////////////////// if ( `window -exists "spidersWebWnd"` ) deleteUI "spidersWebWnd" ; window -title "Spider's Web maker" -menuBarVisible on -menuBar on -resizeToFitChildren on -sizeable off -topLeftCorner 200 200 -width 100 -height 100 -backgroundColor 1.0 1.0 1.0/*0.80 0.80 1.0*/ spidersWebWnd ; 4. change -sizeable off to -sizeable on or optionaly -width 100 to -width 504 -height 100 to -height 1059 I suppose It should work. Also copy webGFX.bmp to maya icons dir. to get image instead of white empty space... :) Best
  • Toast

    Toast said over 11 years ago:

    Hello but all the procedures are local, none of the buttons work under Maya 2014 :(
  • bolekcg

    bolekcg said over 11 years ago:

    You're right... all procedures are local.... . Guys I'am sure it works in 2014. 1. open script editor 2. file > load script (pick spider's web maker) 3. search for those lines (about 2380 line ) //GUI /////////////////////////////////////////////////////////////////////////////////////////// if ( `window -exists "spidersWebWnd"` ) deleteUI "spidersWebWnd" ; window -title "Spider's Web maker" -menuBarVisible on -menuBar on -resizeToFitChildren on -sizeable off -topLeftCorner 200 200 -width 100 -height 100 -backgroundColor 1.0 1.0 1.0/*0.80 0.80 1.0*/ spidersWebWnd ; 3. change -sizeable off to -sizeable on or optionaly -width 100 to -width 504 -height 100 to -height 1059 4. command > execute

Post a comment: