Blender Git Commit Log

Git Commits -> Revision 3a04520

Revision 3a04520 by Campbell Barton (master)
October 20, 2007, 20:24 (GMT)
python api, slicing works differently on the 64bit ubuntu gutsy system, compared to the 32bit
install.
face.uv[:] was returning a blank list. and making smart UV projection script fail.

On one system Python is giving the slice function positive values, whereas on the 64bit system its
passing negative which are then clamped to zero.
made mathutils types accept negative values for slicing. This is very odd because both systems are
running ubuntu gutsy with python 2.5

Commit Details:

Full Hash: 3a04520686c19074814c7de363f208459c69dfd1
SVN Revision: 12314
Parent Commit: d7fa5ab
Lines Changed: +6, -0

3 Modified Paths:

/source/blender/python/api2_2x/euler.c (+2, -0) (Diff)
/source/blender/python/api2_2x/quat.c (+2, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021