Go to file
Campbell Barton 30790e9390 fix [#30529] BMesh: Wrong Indizes of Faces
problem was bow-tie quads would add opposite normals together and result in zero vector which was used for projection.
Now is_quad_convex_v3() checks if quad contains 2 faces which point away from eachother when split by either direction.

Theres another fix for this bug which can be done since creating the face can use existing edges in the example given so it wont have to guess which order of verts to use.
2012-03-12 21:09:27 +00:00
build_files Missed Scons update for MinGW boost 2012-02-26 16:54:20 +00:00
doc Fix #30524: documentation example code for bge.types.KX_MeshProxy did not work, 2012-03-12 13:04:06 +00:00
extern Re-bundle libmv from own branch. 2012-03-12 08:45:06 +00:00
intern fix [#30472] 3d view objects not rendered, cycles. 2012-03-12 01:34:38 +00:00
release bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. 2012-03-11 02:45:27 +00:00
source fix [#30529] BMesh: Wrong Indizes of Faces 2012-03-12 21:09:27 +00:00
CMakeLists.txt OSX/cmake: use again 10.5 as general deployment target ( pls verify 10.5 compatibility works with automatic weaklinking), use now then sdk which for sure exists, remove obsolete slash 2012-03-12 12:03:52 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct building without python works again, cleanup bmesh include paths (cmake and scons). 2012-03-08 03:25:53 +00:00