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
46808dd22c046d8ce1def1a52175c8be15e217b3
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
46808dd22c
fix for python api bug: assigning the wrong size array to an RNA property wasn't checking the length and could crash, eg:
...
mesh.polygons[0].vertices = (10,)
2013-06-27 01:01:11 +00:00
..
bmesh
fix [
#35507
] BMesh module: Crash on to_mesh() if faces.layers.tex is used but no loops.layers.uv
2013-06-26 04:17:41 +00:00
generic
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
intern
fix for python api bug: assigning the wrong size array to an RNA property wasn't checking the length and could crash, eg:
2013-06-27 01:01:11 +00:00
mathutils
bump mathutils callback slot size.
2013-05-17 07:10:40 +00:00
BPY_extern.h
code cleanup: group python reset functions in BPY_python_reset()
2013-06-09 23:31:53 +00:00
CMakeLists.txt
…
rna_dump.py
style cleanup: pep8
2012-10-08 10:03:01 +00:00
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
…