How can i get vertex position in poly object with modify bend assigned without snap shot function.
or anybody know function to get vertex position in current modify.
snapshot too slow to do this.
Thank
Forum topic · General Scripting
By Mic · 2007-08-19
How can i get vertex position in poly object with modify bend assigned without snap shot function.
or anybody know function to get vertex position in current modify.
snapshot too slow to do this.
Thank
crazyosachou · 2007-10-14
hi,
Try this, it should work :
getvert
Example :
getvert $my_object.mesh 3
Hope it's what u want, Good Luck!!