Introduction to Maya - Rendering in Arnold
This course will look at the fundamentals of rendering in Arnold. We'll go through the different light types available, cameras, shaders, Arnold's render settings and finally how to split an image into render passes (AOV's), before we then reassemble it i
# 1 03-02-2008 , 05:33 PM
Registered User
Join Date: Nov 2007
Posts: 7

Moving Nodes With MEL

Hi all.

I'm writing a script which does some automated crossing of objects. That is, it should "mix" two objects together (their deformers, transformations..etc). What I'm having trouble actually doing is moving the nodes of one to the other. For example (in pseudo):

create nurbsSphere1
create lattice deformer on nurbsSphere1
move lattice points around
create nurbsSphere2
move nurbsSphere2 control points around

how do I take the modified lattice of sphere1 and apply it to nurbsSphere2? Similarly, how to take the exact modifications of control points of sphere2 over to nurbsSphere1?

I was thinking, just cut the couple of nodes needed for lattice and plug them into shape. I'm not quite sure how to do that, though, and if it would actually work. Different transforms/deformers require a different number of nodes. (All this has to be automated, which is why I can't do it manually).

Thanks.

# 2 04-02-2008 , 03:09 AM
t1ck135's Avatar
Registered User
Join Date: May 2004
Location: UK
Posts: 1,991
I just had a quick look into lattice deformers and the connections it generates in the hypergraph:connections window and it looks a bit crazy. Like you said, I hunted down the connections and tried stripping them and reconnecting to another sphere but to no avail.
It looks like you'll have to dive in proper and get your hands dirty on this one as the help doesnt mention anything either user added image

Simon


Examples of bTraffic - a traffic animation tool for Maya
bFlocking - a tool for Maya 8.5+ to generate flocking and swarming behaviours
Jan/Feb Challenge 2007 Entry and W.I.P
May/Jun Challenge 2006 Entry and W.I.P
Mar/Apr Challenge 2006 Entry and W.I.P
Jan/Feb Challenge 2006 Entry and W.I.P
Nov/Dec Challenge 2005 Entry and W.I.P
Sep/Oct Challenge 2005 Entry and W.I.P
Jul/Aug Challenge 2005 Entry
www.flash-fx.net
# 3 04-02-2008 , 05:23 AM
Registered User
Join Date: Nov 2007
Posts: 7
Yeah that's what I thought. I think what I'll do is just detect if there's a lattice, and if there is, then I'll run the "lattice ..." command in MEL, reading the values from the node to pass as arguments.

It's the only way I can think of...

Thanks!

# 4 04-02-2008 , 05:07 PM
BadG3r's Avatar
Subscriber
Join Date: Jan 2007
Location: Frankfurt
Posts: 216
came to the same conclusion... as you two.
havent found an easy way to do it.

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