OK, after I have changed for v in m.verts do … to : for i=1 to m.numverts do ( v=getvert m i … ) everithing worcks fine.
PolyTools3D: What exactly do you need to do? Can you show a complete useful and working code as well as a simple test scene? Just then someone her…
But I would like to avoid creating node since it have to be manually deleted. I mean when this code is executed many times it´s a performance isue and…
So I was wrong, thanks for explanation.
Tamyl: Okay, but why do you need that? As far as I know there’s no performance differences between for v in m.verts do and for vi in 1 to m.numVerts…
Sorry, what I was meaning is something like this m = $.mesh for f in m.faces do ( … ) so without using geter or seter fns. I know how to get faces…
Sorry, as you know my maxscript knowledge is very low, so could you explain for beginner like me, what you meaning? The superclass of my plugin is geo…
OK, was thinking that it´s so. Any way around, that worcks also with old max versions?
What you mean by succeed?
Many thanks, it worcks perfectlly.