This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
69585591d6a1d1fdac1e6b6ce508ccd3d936e2ac
test
/
source
/
blender
/
python
History
Campbell Barton
69585591d6
Correct fix for r54164, the testcase I was using worked but different edge slide examples didn't.
...
Edge slide needed to check for concave ngons too. add BM_loop_is_convex() and expose to python too.
2013-01-29 03:25:47 +00:00
..
bmesh
Correct fix for r54164, the testcase I was using worked but different edge slide examples didn't.
2013-01-29 03:25:47 +00:00
generic
style cleanup
2013-01-09 03:30:15 +00:00
intern
Fix for RNA FUNC_REGISTER/FUNC_REGISTER_OPTIONAL flags: The test in bpy validation of classes actually always passed for mandatory functions. This only worked since they all use fallback default implementations internally.
2013-01-28 12:17:49 +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
initial bmesh python api.
2012-02-22 09:19:53 +00:00
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
style cleanup: py/capi
2012-03-16 21:39:56 +00:00