Introduction to Maya - Modeling Fundamentals Vol 1
This course will look at the fundamentals of modeling in Maya with an emphasis on creating good topology. We'll look at what makes a good model in Maya and why objects are modeled in the way they are.
# 1 01-03-2010 , 05:41 PM
Registered User
Join Date: Dec 2009
Posts: 32

Newbie at Mel

I am doing a tutorial that is older and I am using Maya 2010, not sure if that is the problem but when I enter the code for the tutorial and run it, it is throwing an error. If you could take a look below and see if anything obvious jumps out at you. The error I am getting is # Error: line 0: SyntaxError: ^: invalid syntax

Thanks in advance.

d


// window for our Node Generator

string $Node_Generator = 'window
-title "Node Generator"
-wh 128 256
Node_Generate';
// Define our Row and Column Layout

rowColumnLayout -numberOfColumns 2 - cw 50;

// Column1 Buttons Column2 Button Descriptions

separator; separator;

button -label "arcLen Maker" -c "CurveInfo()"; text -label "CurveInfo";

// shows our window
showWindow $Node_Generator

# 2 01-03-2010 , 06:35 PM
Registered User
Join Date: Dec 2009
Posts: 32

Doesn't matter what I enter....

I get errors no matter what I enter and execute as a mel command.... I just entered:

// This is a comment.
print(5 + 10); // This is a comment too.

and got the same error.... Do I have to change some preferences.... :headbang: :headbang: :headbang:

d

# 3 01-03-2010 , 06:37 PM
Registered User
Join Date: Dec 2009
Posts: 32
Got it figured out.... Newbie mistake. <he blushes with embarrassment>

d

Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads