Hi,  I was just going around on pymel structure. I have a query regarding 
it.

when I do,

# instantiate a maya node
pNode = nt.Transform('null1')

# use it
print pNode.name()

How pNode(instance) stores(or know) that its attached to maya node(null1) . 
Does its stores the maya node name in __melnode__ and calls this variable 
and uses it ?

Thanks

Day Dreamer

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to