<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d8d0c8>
<DIV><FONT face=Arial size=2>I was looking at NMesh today and i realized that 
there are alot of functions for setting and retrieving the attributes for 
faces/colors and vertex points. None of these methods are listed in a methods 
table for the class. For example:  </FONT><FONT face=Arial 
size=2>NMVert_getattr, </FONT><FONT face=Arial size=2>NMVert_setattr for mesh 
verts give some access to setting and retrieving vertex data beyond coordinate 
positions. yet there is no way of accessing them in python soley because of a 
lack of a method table defining them. Is there some strategic reason for this..? 
</FONT></DIV>
<DIV><FONT face=Arial size=2>Also is there any reason for just renaming 
everything in NMesh to Mesh to stop the confusion?</FONT></DIV></BODY></HTML>