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
a2b8dad469a0f7fa16d73cccfdbd37c9d5d5c10d
goo-engine
/
source
/
blender
/
python
/
generic
T
History
Campbell Barton
fd0b2b8dfd
Cleanup: use PyC_AsArray_FAST function where possible
...
Oversight in
2453dc1b0e
.
2021-07-29 13:41:48 +10:00
..
bgl.c
Cleanup: repeated terms in code comments & error messages
2021-06-28 15:46:08 +10:00
bgl.h
Cleanup: clang format
2021-04-01 11:18:26 +11:00
bl_math_py_api.c
…
bl_math_py_api.h
…
blf_py_api.c
…
blf_py_api.h
…
bpy_threads.c
…
CMakeLists.txt
…
idprop_py_api.c
Cleanup: pass sizeof array element to PyC_AsArray
2021-07-27 22:36:01 +10:00
idprop_py_api.h
Cleanup: rename id to owner_id for python id properties
2021-06-14 18:13:27 +02:00
imbuf_py_api.c
Cleanup: pass sizeof array element to PyC_AsArray
2021-07-27 22:36:01 +10:00
imbuf_py_api.h
…
py_capi_utils.c
Cleanup: use PyC_AsArray_FAST function where possible
2021-07-29 13:41:48 +10:00
py_capi_utils.h
PyAPI: add multi-dimensional array conversion utility functions
2021-07-29 11:04:33 +10:00
python_utildefines.h
…