[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Mathutils.c vector.c

Joe Eagar joeedh at gmail.com
Thu Oct 5 05:57:42 CEST 2006


Campbell Barton wrote:
> campbellbarton (Campbell Barton) 2006/10/03 18:07:48 CEST
>
>   Modified files:
>     blender/source/blender/python/api2_2x Mathutils.c vector.c 
>   
>   Log:
>   moved vector objects to getseters,
>   added in place operations.
>     Vector_iadd   vec1+=vec2
>     Vector_isub   vec1-=vec2
>     Vector_imul   vec1*=float or vec1*=mat
>     Vector_idiv   vec1/=float
>   
>   length is now writable vec.length= float
>   
>  
cool!

Joe


More information about the Bf-committers mailing list