Adverti horiz upsell

Convert to polyWire 1.0.1 for Maya (maya script)

Convert a polygon-object to a poly-wire

License
Button download
2,192 Downloads

Compatibility

  • 2011, 2010, 2009, 2008

Operating Systems

  • Windows

History

Created:01/30/2011
Last Modified:07/02/2011
File Size: 3.32 KB

Keywords

maya, Wireframe

Bugs

// Error: Cannot find procedure "PolySelectConvert".

Statusclosed
Prioritylow
Date02/03/2011
Submitted byjoed8349 joed8349
This is a great script, but for some reason when I run it I get the error:
"// Error: Cannot find procedure "PolySelectConvert"."

I can get your script to work only after I manually run these mel commands:
"PolySelectConvert 1;"
"PolySelectConvert 2;
"doDelete;"

Then your script works fine while Maya remains open.
Once I restart Maya and try your script again, I have to manually run those commands again.
I'm don't know much about scripting, so any fix would help.
Thanks again for the cool script.

Maya 2011, SP1, 64 bit on Windows 7 - 64bit

Comments on this bug:

  • Ramin Khojasteh

    Ramin Khojasteh said almost 14 years ago:

    Hey John! It's not a bug. I tested it. I had also this error on my Maya. At first I had wrote the "jh_polyWire;" in command line , opened the window but was error after converting. then I opened the script from Script Editor and played it, It worked. you can select all text(this script lines) on the script editor and save on the shelf, it will work correctly. Ramin
  • John Thompson

    John Thompson said about 14 years ago:

    I also found this error. Solution add the following lines at start source PolygonsMenu.mel; PolySelectConvert . This will ensure all other conversion can be carried out Johnty

Post a comment: