Revision b3c3401 by Hans Goudey July 15, 2020, 13:11 (GMT) |
Cleanup: Replace 0 with False for boolean argument |
Revision efc6f6e by Jacques Lucke July 15, 2020, 12:24 (GMT) |
Clang-Tidy: ignore some newer checks Those checks have been added to clang tidy within the last year. They fail when I use a clang tidy version I built from source. Reviewers: sergey Differential Revision: https://developer.blender.org/D8302 |
Revision 5a11c8b by Campbell Barton July 15, 2020, 11:48 (GMT) |
Fix T68845: Follow Active Quads, divide by zero error |
Revision 87f8949 by Brecht Van Lommel July 15, 2020, 11:38 (GMT) |
Fix T78930: Cycles OpenCL error on graphics cards that don't support half float |
Revision 44bb73e by Germano Cavalcante July 15, 2020, 11:10 (GMT) |
Revert "Cleanup: simplify Weld Modifier logic" This reverts commit 98b1a716d65f187a2499eba2475e4d456f8ed107. That commit broke a few modifiers.py tests (Screw+Weld and a weld merge threshold). And some pairs may be lost in the first loop. |
Revision ff2fa59 by Jacques Lucke July 15, 2020, 10:53 (GMT) |
Fix T76690: Incorrect liquid particle count displayed Reviewers: sergey, sebbas Differential Revision: https://developer.blender.org/D7852 |
Revision 4e8fc14 by Antonio Vazquez July 15, 2020, 10:47 (GMT) |
GPencil: Fix name typo error |
Revision 7e2ffbf by Sebastian Parborg July 15, 2020, 10:36 (GMT) |
Add missing NULL assignment to D8293 Missed reseting "next_td" in that patch. Shouldn't have caused any issues in practice, but it is nice to be extra clear and safe in the code. |
Revision 50c6448 by Sebastian Parborg July 15, 2020, 10:29 (GMT) |
Fix T78909: Curve-edit proportional connected-only broken Now it calculates the actual distance when traveling along the curve. I addition to this, it also now supports cyclic curves. Reviewed By: Campbell Differential Revision: https://developer.blender.org/D8293 |
Revision e8b26a0 by Jacques Lucke July 15, 2020, 09:06 (GMT) |
Fix signed/unsigned comparison |
Revision 680a81f by Bastien Montagne July 15, 2020, 09:01 (GMT) |
LibOverride: rework 'make override' 3DView operator. Removed the 'select main object to override' menu when overriding an instanced collection, this was no more used anyway. Added new behavior allowing to select which directly linked collection to override when trying to override an inderctly linked object. This allows to link collections without instancing them with an empty object, select one of their objects, and call override operator. |
Revision eb87b1c by Campbell Barton July 15, 2020, 05:37 (GMT) |
Cleanup: remove assignment from a NULL struct Quiet ASAN 'member access within null pointer' warning. While this doesn't crash, access to 'shading' without checking if the 'v3d' would have. |
July 15, 2020, 05:20 (GMT) |
UI: Add manifold extrude to extrude menu |
Revision e062def by Campbell Barton July 15, 2020, 03:11 (GMT) |
Cleanup: spelling |
Revision 061d76f by Campbell Barton July 15, 2020, 03:09 (GMT) |
Revert "Cleanup: remove public unused function." This reverts commit 03c8b048a166584a72ceff08432401cd7047648c. This commit re-introduced T76837. While there is a comment explaining why this function is needed, the naming of the poll function does make this confusing. The API could be changed to avoid confusion here. |
Revision d493fc4 by Germano Cavalcante July 14, 2020, 20:45 (GMT) |
Fix T78875: Numerical display of delta of translation is not updating in 3d view |
Revision 7f67e32 by Sebastián Barschkis July 14, 2020, 20:21 (GMT) |
Fluid: Fix liquid mesh scaling Fixes issue with .bobj.gz and .obj mesh files not always being scaled correctly in the viewport. |
Revision 7e0289b by Sebastián Barschkis July 14, 2020, 20:21 (GMT) |
Fluid: Updated Mantaflow source files New files include fixes for obj mesh import and minor cleanups. |
Revision 98b1a71 by Germano Cavalcante July 14, 2020, 18:18 (GMT) |
Cleanup: simplify Weld Modifier logic The original code to rearrange the weld vertices map was confusing. It traverses the overlap result multiple times within a loop. This part of the code has therefore been rethought, simplified and commented. This also results in a slight improvement in the performance of the modifier. |
Revision dbcc74f by Sebastián Barschkis July 14, 2020, 16:11 (GMT) |
Fix T77263: Mantaflow: Cache gets deleted at changing upres factor under Particles section. Moved fluid simulation reset to separate functions based on type. |
|
|
|


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