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
284e59d608a90589956780fe1dd81ecc2ba11362
goo-engine
/
source
/
blender
/
python
T
History
Bastien Montagne
284e59d608
Add the possibility to define the translation context for py rna classes (operators, panels and menus).
...
Thanks to Campell and Brecht for the reviews!
2013-03-15 14:32:29 +00:00
..
bmesh
code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,
2013-03-15 10:48:48 +00:00
generic
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
intern
Add the possibility to define the translation context for py rna classes (operators, panels and menus).
2013-03-15 14:32:29 +00:00
mathutils
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
BPY_extern.h
Python i18n API. Many thanks to Campbell and Brecht for the reviews and suggestions!
2013-01-20 17:29:07 +00:00
CMakeLists.txt
…
rna_dump.py
style cleanup: pep8
2012-10-08 10:03:01 +00:00
SConscript
change bpy.app.build_options from frozen set to PyStructSequence_Field, mathes similar members of bpy.app and less error prone (typos won't fail silently).
2013-01-04 04:43:49 +00:00
simple_enum_gen.py
…