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
70cd4b77bb3ed0fc3f2498421f9452eb1408d8c2
goo-engine
/
source
/
blender
/
python
/
generic
T
History
Campbell Barton
21eb8b92a0
use newly added ID_BLEND_PATH() in more places.
2011-10-08 11:11:54 +00:00
..
bgl.c
py api
2011-09-27 05:28:06 +00:00
bgl.h
mathutils support for color arithmetic, also some minor whitespace edits.
2011-06-02 08:29:16 +00:00
blf_py_api.c
remove blf.gettext, add blf.unload(font)
2011-09-21 16:06:47 +00:00
blf_py_api.h
…
bpy_internal_import.c
use newly added ID_BLEND_PATH() in more places.
2011-10-08 11:11:54 +00:00
bpy_internal_import.h
fixed "rather then" -> "rather than" typos all over the place
2011-05-28 13:11:24 +00:00
CMakeLists.txt
correct fix for armature selection, also remove international define from generic python C funcs.
2011-09-22 02:33:58 +00:00
IDProp.c
py api
2011-09-27 05:28:06 +00:00
IDProp.h
merge from trunk
#37722
2011-06-24 03:30:50 +00:00
noise_py_api.c
floats were being promoted to doubles in quite a few cases (using gcc's -Wdouble-promotion), went over render module and use float constants, gives small but consistent speedup - approx 3%.
2011-08-20 17:39:13 +00:00
noise_py_api.h
…
py_capi_utils.c
whitespace edits, make formatting for functions consustent at least within the file.
2011-09-28 05:53:40 +00:00
py_capi_utils.h
New C/Py api utility function PyC_Err_Format_Prefix() which raises an error with the existing error as a suffix.
2011-09-15 10:43:55 +00:00