Adverti horiz upsell

cgx_wornEdges 2.5.0 for Maya (maya script)

Paint the corner edges of your objects using vertex colors

License
Button download
1,065 Downloads

Compatibility

  • 2011

Operating Systems

  • Windows

History

Created:12/08/2010
Last Modified:01/20/2011
File Size: 41.1 KB

Keywords

Edges, worn

Q/A

Unable to run it

Date:12/14/2010
Submitted by: starbucks starbucks
Sorry but I can't figure out how to make it work in maya 2011 :/
tryed source, name of script ->nothing
open script and execute ->nothing

in the python tab of course.

can you help??

Replies to this question:

  • xian

    xian said almost 14 years ago:

    Hi starbucks, First you have to put the cgx_wornEdges.py on your scripts folder and then try this on your Python tab (that's why 'source' doesn't work, this is a Python script, not MEL): import cgx_wornEdges cgx_wornEdges.cgx_wornEdges() I'm working on some heavy updates to the script based on all the feedback I've received. So wait for news soon
  • horacio mendoza

    horacio mendoza said almost 14 years ago:

    if you wanna place and run it from another path rather than the script folder one, you may wanna do this. import sys sys.path.insert( 0 , "c:/myFolderPathContainingDotPyAsString" ) import cgx_wornEdges as we we.cgx_wornEdges()

Post a reply: