Go to file
Campbell Barton 684a2c8dca fix for error in python context.copy(), calling in byttons view would raise an exception.
buttons view used incorrect return value. -1 is for valid but not set (could use defines/enum here).
2012-02-27 18:08:31 +00:00
build_files Missed Scons update for MinGW boost 2012-02-26 16:54:20 +00:00
doc bmesh docs now written in sphinx doc generator. 2012-02-24 09:53:29 +00:00
extern code cleanup: white space, spelling & ';;' end of lines. 2012-02-25 16:04:03 +00:00
intern style cleanup (mostly whitespace) 2012-02-27 10:35:39 +00:00
release fix for problem that happened since bmesh mere mesh.from_py_data() - edge data for faces was being lost on entering editmode, now check for empty edge list and make edges in that case. 2012-02-27 16:14:08 +00:00
source fix for error in python context.copy(), calling in byttons view would raise an exception. 2012-02-27 18:08:31 +00:00
CMakeLists.txt Change boost librarie names for MinGW to use the recently added libraries 2012-02-26 09:28:06 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
SConstruct OSX: scons: fix own mistake, truncate output of xcode-build -version to major.minor version in config to change the var not only the print 2012-02-25 11:21:20 +00:00