Blender Git Commit Log

All Blender Git commits.

Page: 1939 / 8462

January 15, 2020, 18:54 (GMT)
Fix T72104 Blender selects faces outside of Clipping Region if X-Ray is off
January 15, 2020, 18:14 (GMT)
Merge branch 'greasepencil-refactor' into temp-gpencil-eval
January 15, 2020, 18:13 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
January 15, 2020, 18:13 (GMT)
Merge branch 'master' into greasepencil-object
January 15, 2020, 18:12 (GMT)
Fix Sculpt to use Eval data
January 15, 2020, 18:08 (GMT)
Cleanup: Remove ToDo comments
January 15, 2020, 18:08 (GMT)
Fix Weight Paint to use Eval data
January 15, 2020, 17:55 (GMT)
Fix T72970: [Mantaflow] When changing the domain settings, the current frame of the scene is set to 1
January 15, 2020, 17:13 (GMT)
Fix Vertex Paint to use Eval data

January 15, 2020, 17:13 (GMT)
Save reference to original frame



January 15, 2020, 17:08 (GMT)
Fix T51054: NULL-dereferences in crash-handler callback
January 15, 2020, 16:48 (GMT)
Fix T70965: Undo crash with specific file

Not sure how the WorkSpaceLayout.screen pointer could end up being NULL,
but apparently that happens, or at least happened with older files.

Rather than just adding NULL-checks, prefer not keeping around those
invalid layouts at all.
January 15, 2020, 16:23 (GMT)
Copy relevant variables to eval datablock

Instead to copy full datablock (very slow), just copy the active frame, but also the variables related to GPD and GPL.
January 15, 2020, 16:22 (GMT)
Fix T73111: Bake data of fluid causes crash of Blender
January 15, 2020, 15:32 (GMT)
Fluid: Additional fix for relative cache paths
January 15, 2020, 15:29 (GMT)
Fluid: Fix T72971

Incorporated suggestions from the task discussion
January 15, 2020, 15:28 (GMT)
Fluid: Moved grid reset loop for inner obstacle cells from blenkernel code into Mantaflow

Having this loop in directly Manta is faster and potentially fixes issues T72783 and T72894.
January 15, 2020, 15:28 (GMT)
Fluid: Additional fix for relative cache paths

Added missing conversion from relative to absolute paths.
January 15, 2020, 15:28 (GMT)
Fluid: Fix for relative cache paths

Relative paths in the cache are no longer converted into absolute paths automatically.
January 15, 2020, 15:27 (GMT)
Fluid: Updated Mantaflow source files

The memory leak described in T72498 has been fixed in Mantaflow, the updated files should reflect this in Blender.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021