Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / MEL / MEL Error (rockGen.mel from CreativeCrash.com)
  RSS 2.0 ATOM  

MEL Error (rockGen.mel from CreativeCrash.com)
Rate this thread
 
52456
 
Permlink of this thread  
avatar
  • KarimV
  • Posted: 17 February 2011 12:49 PM
  • Total Posts: 37
  • Joined: 08 March 2009 07:45 AM

I’ve recently downloaded the rockGen.mel posted on createdcrash.com. When I tried to use the script I get the error: Cannot find procedure “rockGen”. I tried using this in Maya 2010 and 2011 educational version for mac. I put the script in the “other” folder in the script folder in both Maya Packages. I typed “rockGen” in the command line and hit the enter button, on the numeric keypad. I was hoping if anyone can help me out with this.

Thanks

heres the link to the page

http://www.creativecrash.com/may...deling/misc/c/rockgen-mel



Replies: 0
avatar
  • xsiv
  • Posted: 25 February 2011 07:32 AM

why not try typing this in the script editor:

source “/<location_of_scripts>/MEL/rockGen.mel”;
rockGen;

Does that work for you?

Type”

whatIs rockGen - if Maya can see it, it’ll return the path. If it can’t see it you get:

whatIs smoke;
// Result: Unknown //

Xsiv



Replies: 0