Revision e0ce01c by Julian Eisel August 28, 2017, 00:08 (GMT) |
Fix blenderplayer compilation |
Revision ddff9d0 by Campbell Barton August 27, 2017, 14:56 (GMT) |
Manipulator: support operator per-part A single manipulator could only assign a single operator to each part. Now each part can have it's own. Also modify 2D selection callback, 2D started at 1, 3D at 0. Now use -1 for unset value, start both at 0. |
Revision dcebad7 by Bastien Montagne August 27, 2017, 10:20 (GMT) |
Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack. Logic in `ED_object_check_force_modifiers` was inconsistent between add and remove modifier cases. Should be safe enough for 2.79. |
Revision ca9801b by Campbell Barton August 27, 2017, 06:33 (GMT) |
Merge branch 'master' into blender2.8 |
Revision c90452e by Campbell Barton August 27, 2017, 06:19 (GMT) |
BLI_rect: Function to calculate a matrix from 2 rctf's |
Revision b1f2b69 by Campbell Barton August 27, 2017, 05:24 (GMT) |
Missing from last commit |
Revision 6178cf8 by Campbell Barton August 27, 2017, 05:17 (GMT) |
Cleanup: use stubs for eigen gtest |
Revision 2ff7ba2 by Campbell Barton August 27, 2017, 01:20 (GMT) |
Correct matrix stack assert |
Revision b07dcb8 by Campbell Barton August 26, 2017, 17:47 (GMT) |
Missed last commit |
Revision b6b27b0 by Campbell Barton August 26, 2017, 16:44 (GMT) |
Fix T52515: Crash on BMesh.to_mesh() |
Revision 79111f9 by Campbell Barton August 26, 2017, 14:51 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 7e43210 by Campbell Barton August 26, 2017, 14:45 (GMT) |
WM: move theme check out of ED_view3d_draw_select_loop In 2.8x this needs to be in view3d_opengl_select, so simplest to make in master too. |
Revision fa365d5 by Campbell Barton August 26, 2017, 13:14 (GMT) |
Fix minor Mesh -> BMesh conversion issues - Vertex only meshes never restored their selection history. - Select history was cleared on the source instead of the target. Simple Optimizations: - Avoid O(n^2) linked list looping that checked the entire list before adding elements (NULL values in the source array to prevent dupes). - Re-use vert & edge lookup tables instead of allocating new ones. |
Revision fe71c86 by Bastien Montagne August 26, 2017, 12:48 (GMT) |
Fix T52478: Error report "Shrinkwrap: out of memory" on invisible target. Shrinkwrap must check it does have valid target data. Safe for 2.79 release. |
Revision 5c4fc93 by Bastien Montagne August 26, 2017, 10:28 (GMT) |
Fix T52538: Outliner crash when displaying groups and using Show Active on editmode bone not in any groups There's no guaranty that given ID is found in current outliner tree... Safe for 2.79, though not a regression. |
Revision 58d92ce by Ray molenkamp August 25, 2017, 23:17 (GMT) |
[cycles/ctest] fix failing tests when output folder doesn't exist yet. |
Revision 5121dac by Sergey Sharybin August 25, 2017, 19:33 (GMT) |
Fix for fix (tm): Residue of the debug code |
Revision 90110d3 by Sergey Sharybin August 25, 2017, 19:30 (GMT) |
Fix mistake in previous tangent space optimization |
Revision 12f627c by Sergey Sharybin August 25, 2017, 19:30 (GMT) |
Cycles: Cleanup, naming of variable Always use b_ prefix for C++ RNA data. |
Revision ee61a97 by Sergey Sharybin August 25, 2017, 19:30 (GMT) |
Cycles: Add assert to catch possibly wrong logic |
|
|
|


Master Commits
MiikaHweb | 2003-2021