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
5b3bf80dd89ab08abf0f22a7eba636e7127955e2
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
5b3bf80dd8
detect mathutils types with mathutils_array_parse(), was using PySequence_Fast(), converting into a tuple every time then back to a float array.
...
gives approx 6x speedup with eg mathutils.Vector(some_vector).
2011-01-16 11:26:01 +00:00
..
generic
detect mathutils types with mathutils_array_parse(), was using PySequence_Fast(), converting into a tuple every time then back to a float array.
2011-01-16 11:26:01 +00:00
intern
use fast sequence functions for python's bpy.props.EnumProperty() arg parsing.
2011-01-16 10:36:27 +00:00
BPY_extern.h
edits for BPY_extern.h functions, no functional changes
2011-01-05 02:08:54 +00:00
CMakeLists.txt
use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed.
2010-12-08 08:43:06 +00:00
Makefile
Update address in license block.
2010-08-10 21:22:26 +00:00
rna_dump.py
…
SConscript
Finally change SConscript tabs to spaces.
2010-08-29 20:52:05 +00:00
simple_enum_gen.py
…