This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7f564d74f9edaaa41ce27c6e854869096f70b4da
test
/
source
/
blender
/
python
/
mathutils
History
Brecht Van Lommel
98df7d778f
Fix T51287: Matrix.lerp fails w/ shear
...
Use interp_m4_m4m4 (wraps Eigen), `MATH_STANDALONE` will need to be updated to support this.
2017-05-26 17:02:27 +10:00
..
CMakeLists.txt
…
mathutils_bvhtree.c
Fix T50029: BVHTree.FromPolygons memory leak
2016-11-29 19:32:41 +11:00
mathutils_bvhtree.h
…
mathutils_Color.c
CMake: Use GCC7's -Wimplicit-fallthrough=5
2017-05-20 14:01:03 +10:00
mathutils_Color.h
…
mathutils_Euler.c
CMake: Use GCC7's -Wimplicit-fallthrough=5
2017-05-20 14:01:03 +10:00
mathutils_Euler.h
…
mathutils_geometry.c
…
mathutils_geometry.h
…
mathutils_interpolate.c
PyAPI: correct function name w/ arg parsing
2016-02-29 09:00:21 +11:00
mathutils_interpolate.h
…
mathutils_kdtree.c
…
mathutils_kdtree.h
…
mathutils_Matrix.c
Fix T51287: Matrix.lerp fails w/ shear
2017-05-26 17:02:27 +10:00
mathutils_Matrix.h
Cleanup: parenthesize defines
2016-06-01 00:19:01 +10:00
mathutils_noise.c
Fix T47993: noise_vector ignores random seed
2016-03-30 20:43:43 +11:00
mathutils_noise.h
…
mathutils_Quaternion.c
CMake: Use GCC7's -Wimplicit-fallthrough=5
2017-05-20 14:01:03 +10:00
mathutils_Quaternion.h
…
mathutils_Vector.c
Cleanup: reduce Vector_getseters size using macros
2016-07-31 20:43:52 +10:00
mathutils_Vector.h
…
mathutils.c
PyAPI: Use module names on initializaton
2016-07-14 15:51:56 +10:00
mathutils.h
…