This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9161d3ce4bdd7c838751462b47eb045ea33a686e
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Campbell Barton
9161d3ce4b
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done.
2011-09-06 23:46:20 +00:00
..
CMakeLists.txt
…
mathutils_Color.c
…
mathutils_Color.h
…
mathutils_Euler.c
…
mathutils_Euler.h
…
mathutils_geometry.c
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done.
2011-09-06 23:46:20 +00:00
mathutils_geometry.h
…
mathutils_Matrix.c
deprecate multiplication orders:
2011-07-25 01:44:19 +00:00
mathutils_Matrix.h
…
mathutils_Quaternion.c
deprecate multiplication orders:
2011-07-25 01:44:19 +00:00
mathutils_Quaternion.h
…
mathutils_Vector.c
remove support for deprecated Vector() * Matrix(), eventually this will be added back as row_vector_multiplication bu to avoid confusion for a bit just disable it altogether so script authors get an error on use and update their scripts.
2011-08-16 13:10:46 +00:00
mathutils_Vector.h
…
mathutils.c
…
mathutils.h
deprecate multiplication orders:
2011-07-25 01:44:19 +00:00