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 3ds® Max® / Modeling / show vertex name
  RSS 2.0 ATOM  

show vertex name
Rate this thread
 
37546
 
Permlink of this thread  
avatar
  • Total Posts: 9
  • Joined: 21 September 2006 12:18 PM

Trying to find out how I can view the name of the individual verts.  I am exporting with a specific plugin (game) and it tells me some verts are to close, and it gives me the names of the verts. How can I view name of the verts.
I used to do this in Maya, but I can’t find this anywhere, help, forums asking around....

anyone

thanks

cesar



Replies: 0
avatar

Assuming you are dealing with Editable Polys: Select the object and type this in MaxScript Listener:

polyop.setVertSelection $ --vertexnumber
subObjectLevel 
1

Replace --vertexnumber with the vertex you want selected.



3ds Max 9!

Replies: 1
/userdata/avatar/8paw4s2wr_cesarSoto05_avatar.jpg

Ernestator

Thanks for the reply, but it did not work. I know the name of the verts for the whole model, according to the skin table under skin modifier, but I need the vert name (number) to appear on the view port. Tried it with Editable Polys or mesh. Even placing the name (number) or vert in the code.
I’ve done some mel so not foreign to scripting, but wondering if there is an option somewhere to turn this on on the sub Object vertex mode?
Thanks

Author: smallone3d

Replied: 08 December 2009 07:49 AM  
avatar

Yeah that was a half-assed ad hoc bit of code that worked in Max 9 that selects the vertex number typed in so one could at least find it quickly. I don’t know of any easy way to show vert numbers in viewports. There might be a way with MaxScript.



3ds Max 9!

Replies: 0