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 componentEditor command?
  RSS 2.0 ATOM  

MEL componentEditor command?
Rate this thread
 
55973
 
Permlink of this thread  
avatar
  • pon
  • Posted: 18 May 2011 04:22 PM
  • Total Posts: 2
  • Joined: 18 May 2011 11:04 PM

Sorry.I’m not good at English.
Hope you help.

////////////////first code
window;
paneLayout;
string $selcon = `selectionConnection -mdl`;
string $comedi = `componentEditor -ot 6 -li false -mlc $selcon`;
showWindow;
////////////////first code end

////////////////second code
string $comstr[];
$comstr = `componentEditor -q -sl $comedi`;
print $comstr[0];
////////////////second code end

-STEP-
1.first code write.
2.vertexX all select from componentEditor.
3.second code write.

Error in this action.
To retrieve the selection from the componentEditor?



Replies: 0