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
16ff7e40e66f93484695445b89090547de78d086
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
16ff7e40e6
code cleanup: change C naming convention (so py and C api match), eg:
...
C: BM_face_calc_area(f), Py: BMFace.calc_area()
2012-04-23 01:19:50 +00:00
..
bmesh
code cleanup: change C naming convention (so py and C api match), eg:
2012-04-23 01:19:50 +00:00
generic
add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.
2012-04-15 14:54:15 +00:00
intern
style cleanup: comments
2012-04-22 11:54:53 +00:00
mathutils
bmesh py api: expose BM_face_split_n() to the python api;
2012-04-22 10:19:24 +00:00
BPY_extern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
CMakeLists.txt
initial bmesh python api.
2012-02-22 09:19:53 +00:00
rna_dump.py
Code Cleanup: check is / is not when comparing singletons.
2012-02-02 21:07:56 +00:00
SConscript
Scons:
2012-04-13 19:34:15 +00:00
simple_enum_gen.py
style cleanup: py/capi
2012-03-16 21:39:56 +00:00