Revision fa8a3c8 by Dalai Felinto April 2, 2020, 13:07 (GMT) |
Revert "Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front Armatures" This reverts commit 782e6ea4edd9cb09f2583c8f28a24d6330dc6ce8. Said fix introduced a crash the moment one goes to edit mode. |
Revision 7bffdab by Ray molenkamp April 2, 2020, 13:03 (GMT) |
CMake: Add alembic boost dependency When building lite + alembic + boost cmake would turn boost off because it deemed it not needed leading to build errors. |
Revision 53d029d by Julian Eisel April 2, 2020, 11:50 (GMT) |
Cleanup: Avoid complex template type for XR-Swapchain I rather avoid types like `std::vector<std::unique_ptr<GHOST_XrSwapchain>>`, which is easy to do in this case. |
Revision 782e6ea by Jeroen Bakker April 2, 2020, 09:49 (GMT) |
Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front Armatures Due to legacy this overlay was implemented twice (Edit Mesh and Weight Painting) with different results. This patch consolidates both drawing and uses only the Weight Painting drawing. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7289 |
Revision 1c3ded1 by Jacques Lucke April 2, 2020, 08:34 (GMT) |
Fluids: improve subframe handling Reviewers: sebbas Differential Revision: https://developer.blender.org/D7256 |
Revision 06cb321 by Sergey Sharybin April 2, 2020, 07:39 (GMT) |
Sculpt: Give a brief explanation of undo stack Should make it a bit more clear overview of what is going on in this module. While some of the details might still be missing, having some sort of top-level overview is better than nothing. Differential Revision: https://developer.blender.org/D7300 |
Revision 3ebebe6 by Sergey Sharybin April 2, 2020, 07:38 (GMT) |
Sculpt Undo: Fix multires undo for interleaved nodes Made it so grids array is properly allocated when first node in the undo list does not contain grid data. Differential Revision: https://developer.blender.org/D7299 |
Revision a996366 by Antonio Vazquez April 1, 2020, 17:35 (GMT) |
Fix T75283: GPencil Stroke created by `Merge points` can't have fill material |
Revision c4374bc by Antonio Vazquez April 1, 2020, 16:00 (GMT) |
Fix T75271: GPencil Segment select mode doesn't work The selection was workring with the evaluated data, but need work with the original data. |
Revision 25b2b67 by Jacques Lucke April 1, 2020, 14:21 (GMT) |
Fix T74224: Add missing depsgraph relations for boid particles Reviewers: brecht Differential Revision: https://developer.blender.org/D7302 |
Revision f047d47 by Omar Emara April 1, 2020, 12:48 (GMT) |
Cycles: AVX implantation of Perlin noise. This patch adds an AVX implementation of Perlin noise in Cycles. An avxi type was also added as a utility based on the respective type in Intel Embree. Only 3D and 4D noise were implemented, there is no benefit for utilizing AVX in 1D and 2D noise. The SSE trilinear interpolation function was used in the AVX implementation because there is no benefit from using AVX in interpolating the last three dimensions. Differential Revision: https://developer.blender.org/D6680 |
Revision 5e176d6 by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup Volume runtime data. |
Revision d66519f by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup CacheFile runtime data. |
Revision d31f79a by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup MovieClip runtime data. |
Revision 1f065df by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup GPencil data. Note: Not clearing the whole runtime data here, as this is not done in matching read code, not sure why, needs further investigation... |
Revision ec351c7 by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup Nodetree runtime data. Note: As with collections, this does not affect embedded nodetrees from material etc. We prpbably need to tackle those as well at some point... |
Revision e0dc413 by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup Armature runtime data. |
Revision 358f8b4 by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup Collection runtime data. |
Revision e24553c by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup Soung runtime data. |
Revision 8d63135 by Bastien Montagne April 1, 2020, 10:39 (GMT) |
Writefile: Cleanup World runtime data. |
|