Flag -n or -name ignored for poly commands?

Flag -n or -name ignored for poly commands?

mspeer
Consultant Consultant
556 Views
2 Replies
Message 1 of 3

Flag -n or -name ignored for poly commands?

mspeer
Consultant
Consultant

Hi!

 

When using the following on a polygon object, shouldn't the name of the node be displayed as "new_nodename"?

(I tried several variations as -name, "new_nodename" and also some other poly commands and also in different Maya versions)

 

polyExtrudeFacet -tk 1 -n new_nodename;

 

0 Likes
557 Views
2 Replies
Replies (2)
Message 2 of 3

kevinvandecar
Community Manager
Community Manager

Did you try it with single quote? For example 'new_nodename'

 

hope it helps

 

 


Kevin Vandecar
Developer Technical Services
Autodesk Developer Network



0 Likes
Message 3 of 3

mspeer
Consultant
Consultant

Hi!

 

Yes i did, but this does not work at all.

// Error: polyExtrudeFacet -tk 1 -n 'new_nodename'; // 
// Error: Line 1.27: Syntax error // 

Does any variation work for you?

 

 

For creation it works like the following, but not on several edit commands.

polySphere -n new_nodename;
//or
polySphere -n "new_nodename";
0 Likes