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
127b5423d6203d521acb2b96b7de5534e8dbe79a
goo-engine
/
source
/
blender
/
python
T
History
Lukas Toenne
127b5423d6
Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrement internally on errors, need to skip Py_DECREF in that case to avoid negative refcounts.
2013-01-10 14:36:08 +00:00
..
bmesh
partial fix for [
#32581
] Mesh properties API does not allow for zeros in byte array
2013-01-09 13:25:46 +00:00
generic
style cleanup
2013-01-09 03:30:15 +00:00
intern
Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrement internally on errors, need to skip Py_DECREF in that case to avoid negative refcounts.
2013-01-10 14:36:08 +00:00
mathutils
replace MIN/MAX 3,4 with inline functions
2012-12-21 05:07:26 +00:00
BPY_extern.h
code cleanup: warnings and use stdbool for bpy* funcs.
2013-01-07 05:26:12 +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
…