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
7e3d044bdd398c712bd65094b0f1d444580e8011
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
7e3d044bdd
fix [
#27072
] Calling bpy.utils.blend_paths(True) results in segmantaion fault since 2.56
2011-04-20 12:55:42 +00:00
..
generic
Some strings to store ID names were too small, could cause stack corruption.
2011-04-19 06:59:49 +00:00
intern
fix [
#27072
] Calling bpy.utils.blend_paths(True) results in segmantaion fault since 2.56
2011-04-20 12:55:42 +00:00
BPY_extern.h
change unit evaluation only to do try the units replacements if evaluating with python fails, in rare cases its possible a valid python expression could get units applied to it.
2011-04-17 12:47:20 +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
rna_dump.py
mathutils.Matrix.OrthoProjection(plane, size, axis), merged axis and plane args. since axis was only allowed when plane was 'R'.
2011-02-04 09:35:20 +00:00
SConscript
remove bpy python api from blenderplayer, it was being linked but not initialized/available.
2011-03-31 15:28:53 +00:00
simple_enum_gen.py
…