Revision 6e3a9b9 by Sergey Sharybin October 24, 2018, 10:40 (GMT) |
Subsurf: Remove edit mesh modifier callbacks Those were used for partial updates during edit mode, which will not be possible anymore with OpenSubdiv. Optimization for OpenSubdiv would be to re-use topology refiner if topology does not change. But this is something to be done for both edit and object modes, no need to have separate code paths for those. This commit makes OpenSubdiv to properly work in edit mode. |
Revision f1f0666 by Brecht Van Lommel October 24, 2018, 09:14 (GMT) |
Fix Python warnings when running in background. |
Revision 727d664 by Brecht Van Lommel October 24, 2018, 09:14 (GMT) |
Cleanup: fix compiler warnings. |
Revision e1a6620 by Antonio Vazquez October 24, 2018, 09:03 (GMT) |
GP: Add layer pass index to time modifier |
Revision 3413069 by Jacques Lucke October 24, 2018, 08:57 (GMT) |
Fix: buffer overflow when creating gpu.types.GPUIndexBuf |
Revision 5af7166 by Antonio Vazquez October 24, 2018, 08:32 (GMT) |
GP: Add new modes to Time Offset modifier |
Revision 0589368 by Campbell Barton October 24, 2018, 07:47 (GMT) |
GPUShader: shader.uniform_float, matrix parsing Add checks to parse 3x3 or 4x4 matrices, also use error from `mathutils_array_parse` instead of overwriting. |
Revision c8ab88f by Campbell Barton October 24, 2018, 07:47 (GMT) |
Partially revert "GPUShader: shader.uniform_float parameters" `mathutils_array_parse` is meant to parse 1d arrays of numbers. Using matrices internal memory layout is confusing since mathutils matrices are exposed as row major. Also, the matrix shape wasn't checked for. Callers that want to handle matrices should check for them explicitly. |
Revision ee18b21 by Sergey Sharybin October 24, 2018, 07:44 (GMT) |
Fix T57359: Crash adding a Driver and then changing frame |
Revision 8ccb27f by Bastien Montagne October 24, 2018, 07:00 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/intern/scene.c |
Revision 65d4314 by Bastien Montagne October 24, 2018, 06:43 (GMT) |
Fix (unreported) bad halding of ID usercounts when fully copying a scene. |
Revision 7b79216 by Bastien Montagne October 24, 2018, 06:26 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: intern/locale/boost_locale_wrapper.cpp |
Revision 35d7211 by Bastien Montagne October 24, 2018, 06:23 (GMT) |
I18n: tweak/fix exception catching code of pgettex() wrapper. Related to T57066, rather unlikely to fix core of the issue, but may solve crash itself. Same as rBf22385f28ec8 (did it by mistake in 2.8 first :/ ). |
Revision a41f85d by Campbell Barton October 24, 2018, 05:26 (GMT) |
Fix error w/ poly-build clearing the edit-object |
Revision 4b2b8a0 by Campbell Barton October 24, 2018, 03:48 (GMT) |
Fix T57351: Deform modifiers skipped in editmode |
Revision 175326f by Dalai Felinto October 24, 2018, 03:00 (GMT) |
Fixup for LATTICE_OT_flip Committed by accident (1076523b1b62a3d8833bf2a). But now I need to fix building. Note: The operator itself shouldn't have been committed because it should operate in the world space (for the axis), not local. I will tackle this later. |
Revision 975974e by Dalai Felinto October 24, 2018, 02:47 (GMT) |
Silence some false positiver warnings |
Revision 1076523 by Dalai Felinto October 24, 2018, 02:29 (GMT) |
Multi-Objects: LATTICE_OT_flip |
Revision 69dd58f by Campbell Barton October 24, 2018, 02:12 (GMT) |
Fix mapped mesh display skipping generated faces |
Revision 7dfd353 by Campbell Barton October 24, 2018, 02:07 (GMT) |
Cleanup: use bmesh index access functions |
|
|
|


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