[Bf-python] More vector issues

Gilbert, Joseph T. jgilbert at tigr.ORG
Fri Aug 18 17:17:47 CEST 2006


That's because vector division is undefined.

-----Original Message-----
From: bf-python-bounces at projects.blender.org [mailto:bf-python-bounces at projects.blender.org] On Behalf Of Germán Alonso
Sent: Friday, August 18, 2006 9:16 AM
To: bf-python at projects.blender.org
Subject: [Bf-python] More vector issues

I've been looking something about vectors and playing with them i've
seen that:
vector * float is allowed and performs a scalling op
vector / float ISN'T allowed

I know that / op is easy to perform doing vector * ( 1/float) but what
about include this other in order to make it more intuitive?

Germán Alonso

_______________________________________________
Bf-python mailing list
Bf-python at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-python



More information about the Bf-python mailing list