[Bf-python] rvk1_torvk2 script updated for Blender 243

Campbell Barton cbarton at metavr.com
Mon Feb 5 00:24:27 CET 2007


Hi JMS, just looked at the script.

are you sure
   i= meshrvk1.verts.index(v)
cant be
   i = v.index

Its doing a list search each time the first way. which can be quite slow 
since its done for every vertex.


It still onlt adds 1 rkv, if thats the only one it has the same effect 
of distorting the original verts, I think the best option is to add an 
rvk for the rest position if there isnt one there, or at least have the 
option to.


jean-michel soler wrote:
> http://jmsoler.free.fr/util/blenderfile/py/rvk1_torvk2v243.py
> 
> jms
> 
> _______________________________________________
> Bf-python mailing list
> Bf-python at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-python
> 


-- 
Campbell J Barton

133 Hope Street
Geelong West, Victoria 3218 Australia

URL:    http://www.metavr.com
e-mail: cbarton at metavr.com
phone: AU (03) 5229 0241



More information about the Bf-python mailing list