Revision 68ae1f4 by Campbell Barton January 29, 2019, 06:28 (GMT) |
Revision c305759 by Campbell Barton January 29, 2019, 05:27 (GMT) |
Fix duplicate brushes being added to startup All builtin templates have this brush. |
Revision 78719ab by Campbell Barton January 29, 2019, 04:28 (GMT) |
Fix T60809: Crash undoing object rename in edit-mode Currently names are used for edit-mode undo-steps, any changes to Main ID names cause lookup failure (crashing). This commit ensures any undo steps that use ID lookups have the same mem-file undo state loaded that was used to encode the steps. Renaming also has an undo push added (last commit). |
Revision 59a0a14 by Campbell Barton January 29, 2019, 03:28 (GMT) |
Revision 957b454 by Campbell Barton January 28, 2019, 22:11 (GMT) |
Cleanup: Remove unused MTex.texflag |
Revision 097b1cd by Campbell Barton January 28, 2019, 21:42 (GMT) |
Cleanup: remove immediate mode TODO We've managed without these functions and can add them if needed, this TODO isn't helping. |
Revision 68cab3a by Campbell Barton January 28, 2019, 21:32 (GMT) |
Cleanup: replace attrib w/ attr Also rename GPUVertexAttribs to GPUVertAttrLayers, avoids confusion with GPUVertAttr which isn't closely related. |
Revision a9c2971 by Bastien Montagne January 28, 2019, 21:27 (GMT) |
Merge branch 'blender2.7' Conflicts: source/creator/CMakeLists.txt |
Revision e63869c by Bastien Montagne January 28, 2019, 21:25 (GMT) |
Fix T60896: Missing update for Auto Texture Space. |
Revision 491a98c by Bastien Montagne January 28, 2019, 20:57 (GMT) |
Outliner: Enable new faster 'Delete Hierarchy' code by default. Some more tests showed no issue, so now feeling reasonably confident. Old, 'safer' one remains available through setting debug value to 666, for a few more weeks. |
Revision 5537117 by Bastien Montagne January 28, 2019, 20:49 (GMT) |
Fix several missing cases of copy func for modifiers. Any time a modifier data has non-ID pointer, it should have own copy function (and also take care of proper init/reset in its init callback). |
Revision 147e22e by Bastien Montagne January 28, 2019, 20:49 (GMT) |
Fix T60840: Serious memleak in solidify modifier. Another one painful to pin down, due to misleading info in report, and more than anything else, waaayyyyy too complex example file! |
Revision cad1016 by Antonio Vazquez January 28, 2019, 16:46 (GMT) |
Fix T60944: Add Tablet eraser support to annotations usin pen |
Revision 55e171b by Sergey Sharybin January 28, 2019, 15:39 (GMT) |
Fix T60566: Warnings in rigid body and certain conrfiguration Was visible when constraint object is not directly visible via view layers, need to indirectly pull it into the graph. |
Revision a8c0a57 by Sergey Sharybin January 28, 2019, 15:14 (GMT) |
Fix T60599: Multires crash after doing dyntopo sculpt |
Revision 56cc219 by Sergey Sharybin January 28, 2019, 14:45 (GMT) |
Fix T59963: Can't manipulate hair keys with G, R, S or mirror transforms Need to pass proper evaluated mesh to calculate hair matrix. |
Revision 9bc4322 by Campbell Barton January 28, 2019, 13:27 (GMT) |
DRW: support clipping for object & lamp centers |
Revision 20acf3d by Campbell Barton January 28, 2019, 12:08 (GMT) |
makesrna: write files w/ spaces instead of tabs We're preparing to move to spaces, having literal tabs in strings complicates conversion a little, move makesrna to spaces now. |
Revision f992c92 by Brecht Van Lommel January 28, 2019, 12:05 (GMT) |
Fix blenderplayer build after OpenMP changes. |
Revision 704b336 by Sergey Sharybin January 28, 2019, 11:49 (GMT) |
Make scene statistics to respect locked interface Interface is being locked when some destructive operations are called from non-main thread. This was causing crash with particles in T60065. |
|
|
|


Master Commits
MiikaHweb | 2003-2021