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
5dbe17cc125bf7d9e96b45c02bdfbd00b6103bdf
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
5dbe17cc12
add 2d convex hull utility function, BLI_convexhull_2d(), and python api mathutils.geometry.convex_hull_2d()
...
uses Andrew's monotone chain 2D convex hull algorithm.
2013-09-10 07:52:10 +00:00
..
bmesh
fix for error in bmesh api, selection setting needs to go via BM_elem_select_set else the total selected elements count isn't mantained.
2013-09-05 08:38:06 +00:00
generic
minor improvements
2013-07-09 00:13:17 +00:00
intern
Tweaks to New Driver creation behaviour
2013-09-03 00:28:23 +00:00
mathutils
add 2d convex hull utility function, BLI_convexhull_2d(), and python api mathutils.geometry.convex_hull_2d()
2013-09-10 07:52:10 +00:00
BPY_extern.h
remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h
2013-07-02 10:14:59 +00:00
CMakeLists.txt
…
rna_dump.py
…
SConscript
code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on.
2013-05-20 18:42:28 +00:00
simple_enum_gen.py
…