Revision 7eae1db by Tamito Kajiyama February 21, 2012, 01:42 (GMT) |
Removed a code segment for debugging (not intended for a commit). |
Revision 69289c9 by Tamito Kajiyama February 21, 2012, 01:40 (GMT) |
Merged changes in the trunk up to revision 44266 (including BMesh). Freestyle edge/face marks were ported to BMesh. Conflicts resolved: source/blender/editors/mesh/editface.c source/blender/editors/space_view3d/drawobject.c source/blender/makesdna/DNA_meshdata_types.h source/blender/blenkernel/intern/editderivedmesh.c |
Revision 89a5cf4 by Campbell Barton February 20, 2012, 23:24 (GMT) |
remove NGon Interp modifier (which was merged as apart of BMesh), this didnt really give any advantage over subsurf's Simple-Subdiv mode. |
Revision 71146bf by Campbell Barton February 20, 2012, 22:58 (GMT) |
copy over a change from bmesh branch that was needed for lightmap unpack to work, also tag some rna vars as unused. |
Revision 6d3cdbe by Bastien Montagne February 20, 2012, 22:16 (GMT) |
Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use polys/loops instead of tessfaces). Also done a few optimizations of related code (OBJECT_OT_vertex_group_fix operator). |
Revision c4e7cc3 by Campbell Barton February 20, 2012, 22:04 (GMT) |
fix for leak in gpu.export_shader(), wasnt freeing the function. also change the bmesh iterator so its possible to initialize without stepping. |
Revision d31e153 by Nicholas Bishop February 20, 2012, 21:25 (GMT) |
Fix normals for flat-shaded non-VBO sculpt drawing. Example here, original on left, fixed normals on right: http://www.pasteall.org/pic/show.php?id=26925 |
Revision 83aeb9c by Brecht Van Lommel February 20, 2012, 20:55 (GMT) |
Fix broken predivide option for reading in images, patch by Troy Sobotka. |
Revision 3bcca01 by Sergey Sharybin February 20, 2012, 15:58 (GMT) |
Another fix for using boolean slot as integer. This time in dissolve operator. |
Revision b4201e6 by Brecht Van Lommel February 20, 2012, 15:29 (GMT) |
Fix #30263: tweak threshold option in user preferences was incorrectly placed under NDOF settings, but it's a mouse/tablet setting. Patch by Tobias Johansson. |
Revision 0b54887 by Brecht Van Lommel February 20, 2012, 14:19 (GMT) |
Fix cmake warning on Mac, when not using Xcode generator. |
Revision dc181ea by Brecht Van Lommel February 20, 2012, 14:19 (GMT) |
Fix: cycles crash with multiple OpenCL platforms installed, tracked down by Sergey. |
Revision 5c14048 by Sergey Sharybin February 20, 2012, 14:18 (GMT) |
Fixed incorrect accessing to use_restrict as to integer slot instead of boolean |
Revision a921d9d by Miika Hamalainen February 20, 2012, 08:06 (GMT) |
Fixed blenderplayer compile for msvc. |
Revision 2421058 by Campbell Barton February 20, 2012, 02:04 (GMT) |
add type check asserts for bmesh operator get/set funcs so errors wont fail silently. |
Revision 1953f04 by Campbell Barton February 20, 2012, 01:52 (GMT) |
added boolean type for bmesh operators, will make python wrapping clearer and also makes existing calls more obvious. also corrected some error reports. |
Revision 818e197 by Campbell Barton February 20, 2012, 00:18 (GMT) |
fix [#30266] B-Mesh: Issue with Weight Painting thanks to Nicholas Bishop for finding the cause of the problem. don't tesselate on load, this means me->mface will be NULL by default. we may need to have this set if existing uses of this array are not resolved before release - so add a define USE_TESSFACE_DEFAULT, to change this easily. this is a rather indirect fix - need to take care here. |
Revision 40c59b1 by Campbell Barton February 19, 2012, 23:36 (GMT) |
minor edits to have the game engine and player building. |
Revision e9f93b9 by Campbell Barton February 19, 2012, 22:55 (GMT) |
for bake check polygon texface (not tessface-texface) |
Revision 1cad189 by Campbell Barton February 19, 2012, 22:36 (GMT) |
fix harmless but annoying memory leak prints, "newmem", now free all scanfill memory on exit. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021