Revision 22cf257 by Robert Guetzkow April 22, 2020, 17:20 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 0dfe305 by Robert Guetzkow April 22, 2020, 17:13 (GMT) |
Fix T75938: Workbench normal direction for matcaps Set useMatcap to ensure correct normal direction when using matcaps in the workbench engine. |
Revision f9649e2 by Germano Cavalcante April 22, 2020, 15:53 (GMT) |
Fix T75994: Crash with 'Split Edges and Faces' | Auto-Merge It occurred when an edge was collapsed into a vert that was not part of it. This is common when the distance for merging is relatively large. |
Revision f5b5405 by Germano Cavalcante April 22, 2020, 15:48 (GMT) |
Fix T75994: Crash with 'Split Edges and Faces' | Auto-Merge It occurred when an edge was collapsed into a vert that was not part of it. This is common when the distance for merging is relatively large. |
Revision de168b4 by Bastien Montagne April 22, 2020, 15:13 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 878cd0e by Bastien Montagne April 22, 2020, 15:12 (GMT) |
Silence annoying error message in writefile on undo step storage. Fix T75318: Error spam in console when opening file from 2.7x. |
Revision cdc399a by Sebastián Barschkis April 22, 2020, 15:05 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 14:56 (GMT) |
Cleanup: Fix strict compiler warning |
Revision cf5147f by Brecht Van Lommel April 22, 2020, 14:40 (GMT) |
Fix T74423: Cycles rendering artifacts with CUDA 10.2 Work around what appears to be a compiler bug, just changing the code a bit without any functional changes. |
Revision 138b0c9 by Antonio Vazquez April 22, 2020, 14:40 (GMT) |
GPencil: Change Thickness Profile icon |
Revision 0fe3e38 by Sergey Sharybin April 22, 2020, 14:32 (GMT) |
Cleanup: Spelling in function name Should be no functional changes. |
Revision 07ed64a by Sebastián Barschkis April 22, 2020, 14:19 (GMT) |
Fluid: Use maximum for initial velocity grid application Using MAX2 when writing intial velocities into the grid prevents overriding initial velocities when using multiple flow objects that are close to each other. |
Revision f148bd3 by Sebastián Barschkis April 22, 2020, 14:19 (GMT) |
Fluid: Fixes for cache 'Replay' mode General fixes and improvements for the cache. Previous commits on fluids broke the 'Replay' cache a bit. |
Revision 6485d8b by Sebastián Barschkis April 22, 2020, 14:18 (GMT) |
Fluid: Fix for caches being released when file is loaded |
Revision fdea3dd by Sebastián Barschkis April 22, 2020, 14:18 (GMT) |
Revision d19277c by Sebastián Barschkis April 22, 2020, 14:18 (GMT) |
Fluid: Added missing outflow object type to enable / disable flow flag There is no reason to not include outflow objects here too. |
Revision 650f9cf by Sebastián Barschkis April 22, 2020, 14:16 (GMT) |
Fluid: Improved cache 'Replay' option When using the 'Replay' cache mode the cache needs to be invalidated whenever simulation variables have been changed. The invalidation will always only affect the according subcaches, e.g. when changing a mesh paramter only the mesh cache will be invalidated, the base cache will remain intact. Before this change Blender always invalidated the entire cache. |
Revision abdd411 by Sebastián Barschkis April 22, 2020, 14:16 (GMT) |
Fluid: Cleanup in MANTA main class More concise return types for cache import functions and general cleanup. |
Revision 40e9dc6 by Sebastián Barschkis April 22, 2020, 14:16 (GMT) |
Fluid: Remove noise bake call from Python Saving noise cache files is handled in fluid.c. |
Revision 06e3df4 by Sebastián Barschkis April 22, 2020, 14:16 (GMT) |
Fix T75681: Mantaflow crash when trying to bake a cupcake: The CG solver diverged, residual norm > 1e30 Ensures that there are no enclosed holes between an obstacle and the domain walls. |
|
|
|


Master Commits
MiikaHweb | 2003-2021