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
8d47c2a2086251cc329f7d11ca4b102022e225da
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
8d47c2a208
fix for regression in bpy-api, python context passed to operators couldn't override collections.
2013-02-07 04:04:12 +00:00
..
bmesh
add BM_edge_is_contiguous(), check for python api.
2013-02-04 10:14:31 +00:00
generic
fix for building blender as a python module,
2013-02-06 13:14:11 +00:00
intern
fix for regression in bpy-api, python context passed to operators couldn't override collections.
2013-02-07 04:04:12 +00:00
mathutils
add mathutils function to intersect 2 circles. Converted to C from a python script by Alex Fraser.
2013-01-28 11:52:17 +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
…