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
fa51f02be3254db81bcf004d9e50e5ce86da16c6
goo-engine
/
source
/
blender
/
python
/
generic
T
History
Campbell Barton
225c5fee6b
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
...
remove MEM_sys_types.h which was a duplicate.
2013-05-28 19:35:26 +00:00
..
bgl.c
add missing bgl and gpu api docstrings (found using docstring completeness checker)
2012-11-22 05:15:52 +00:00
bgl.h
…
blf_py_api.c
…
blf_py_api.h
…
bpy_internal_import.c
code cleanup: add 'const' to headers to quiet msvc warnings, also remove (char *) casts that aren't needed now we're on Python3.3
2013-03-17 18:30:31 +00:00
bpy_internal_import.h
style cleanup
2013-01-09 03:30:15 +00:00
CMakeLists.txt
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
idprop_py_api.c
code cleanup: favor braces when blocks have mixed brace use.
2013-03-09 03:46:30 +00:00
idprop_py_api.h
…
py_capi_utils.c
add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for some areas of the python api, bmesh.
2013-03-10 06:18:03 +00:00
py_capi_utils.h
code cleanup: warnings and use stdbool for bpy* funcs.
2013-01-07 05:26:12 +00:00