Revision d6b5ee9 by Brecht Van Lommel February 21, 2019, 17:04 (GMT) |
Merge branch 'blender2.7' |
February 21, 2019, 17:03 (GMT) |
UI: better widget drawing with thick line width. When the line width was larger than the UI scale, there was not enough space for thicker widget outlines to draw properly. Now widgets are made a little larger to accommodate the thicker outlines. Differential Revision: https://developer.blender.org/D4368 |
February 21, 2019, 17:03 (GMT) |
UI: improve corner splitting feedback by showing custom cursors. * Two cursors for horizontal and vertical split. * Four cursors for each join direction. * One cursor to indicate when splitting is not possible. Differential Revision: https://developer.blender.org/D4264 |
February 21, 2019, 17:03 (GMT) |
UI: increase corner splitting hit area to include screen edges. Differential Revision: https://developer.blender.org/D4242 |
Revision 1999651 by Ray molenkamp February 21, 2019, 17:02 (GMT) |
makesrna: Fix windows build. makesrna requires the pthread dll to be available before it can run. |
Revision fc55861 by Sergey Sharybin February 21, 2019, 16:25 (GMT) |
Fix T60646: From instancer texture coordinate doesn't work in viewport Made it so that generated coordinate is always calculated. Ideally, it will only be done depending on a current shading, but code is quite deep, and doing smarter thing here will end up in way bigger refactor. First, make things working, and then make them fast if they pop up in a profiles. |
Revision f1304c9 by Brecht Van Lommel February 21, 2019, 15:47 (GMT) |
Fix T61810: Cycles OpenCL denoising broken after recent changes. |
Revision 6e53fdc by Jeroen Bakker February 21, 2019, 15:33 (GMT) |
Cycles OpenCL: Motion Blur Compile Directives When using preview rendering through a camera or final rendering the `scene.render.use_motion_blur` was not respected when building the compile directives. This patch will when building the compile directives check if motion blur is enabled at all. This should lead to more efficient kernels when no motion blur is needed. Tags: #cycles Differential Revision: https://developer.blender.org/D4387 |
Revision 9e1f342 by Bastien Montagne February 21, 2019, 15:14 (GMT) |
Fix for Fix (c) T61787: Duplicating a collection instance does not duplicate the dupli_group. Wrong logic in bitflags handling in own previous commit... |
Revision 63fd2c9 by Bastien Montagne February 21, 2019, 14:48 (GMT) |
Fix (unreported) Broken DataTransfer modifier when source object is in Edit mode. Just use common API func to get evaluated mesh of other object in modifiers, instead of doing our own cooking. ;) |
Revision 0625a10 by Bastien Montagne February 21, 2019, 14:40 (GMT) |
Fix T61787: Duplicating a collection instance does not duplicate the dupli_group. Transfomr init code called just after duplication (presumably before regular depsgraph update is executed) would erase new objects' transflags. This is more like a hack than a real fix, but since that transform piece of code is already a hack... Other solution would have been to force DEG to run after object duplication, think it's better to go with that solution for now. Not to mention to fact that dupli flags are put into transflag... ;) |
Revision 3b88e30 by Bastien Montagne February 21, 2019, 14:40 (GMT) |
Cleanup: typos in comments. |
Revision fab573b by Bastien Montagne February 21, 2019, 14:40 (GMT) |
Fix T59338: Blender crashes immediately after loading attached file in ~80% of my attempts. Issue was a concurrent modification of an evaluated mesh by two other meshes using it as source for custom normals data transfer. Note that this fixes the crash (modifiers are strictly forbidden to modify any data besides their own!), but now will have to add a new CD type to be able to specifically request 'computed' clnors data layer, and not only 'encoded' one, for source mesh... |
Revision 8986c92 by Sergey Sharybin February 21, 2019, 14:33 (GMT) |
Merge branch 'blender2.7' |
Revision 1d38a83 by Sergey Sharybin February 21, 2019, 14:29 (GMT) |
Fix T61802: EXR preview JPEGs don't have the correct color Missing color management, probably from the very beginnings of the OCIO integration. |
Revision d518438 by Sergey Sharybin February 21, 2019, 14:25 (GMT) |
Subdiv: Enable topology cache for animation This commit makes it so both Subdivision Surface and Multiresolution modifiers are caching OpenSubdiv topology. This cuts down evaluation time quite a bit, especially for meshes which don't have many extra ordinary verticies. Only working for animation. Other modifications like edit mode needs more work to make topology cache preserved by copy-on-write. |
Revision a51d08f by Jeroen Bakker February 21, 2019, 13:36 (GMT) |
Fix: Missing closing brackets in include |
February 21, 2019, 12:29 (GMT) |
Fix T61733: wrong alpha for sequencer screen, multiply, .. blend modes. It was copying the alpha from the foreground instead of background image, which is not usually what is needed and inconsistent with the compositor. Differential Revision: https://developer.blender.org/D4371 |
Revision 4f0b61f by Jacques Lucke February 21, 2019, 12:28 (GMT) |
Fix T61791: Motion path step is not taken into account |
Revision d542c6a by Brecht Van Lommel February 21, 2019, 11:08 (GMT) |
Fix T61786: local view not exiting correctly after recent changes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021