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
1e762a29eec29c193f29f41444b243a7836dbdea
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
1e762a29ee
change bpy.app.build_options from frozen set to PyStructSequence_Field, mathes similar members of bpy.app and less error prone (typos won't fail silently).
2013-01-04 04:43:49 +00:00
..
bmesh
use keyword args for bmesh.update_edit_mesh(...)
2012-12-27 07:27:28 +00:00
generic
expose common extensions for image/movie/audio types, since python scripts had to do this internally.
2013-01-04 03:47:37 +00:00
intern
change bpy.app.build_options from frozen set to PyStructSequence_Field, mathes similar members of bpy.app and less error prone (typos won't fail silently).
2013-01-04 04:43:49 +00:00
mathutils
replace MIN/MAX 3,4 with inline functions
2012-12-21 05:07:26 +00:00
BPY_extern.h
fix [
#31661
] Custom properties do no respect min/max values
2012-10-26 10:54:02 +00:00
CMakeLists.txt
…
rna_dump.py
style cleanup: pep8
2012-10-08 10:03:01 +00:00
SConscript
change bpy.app.build_options from frozen set to PyStructSequence_Field, mathes similar members of bpy.app and less error prone (typos won't fail silently).
2013-01-04 04:43:49 +00:00
simple_enum_gen.py
…