Blender Git Commit Log

All Blender Git commits.

Page: 1986 / 8462

December 16, 2019, 15:27 (GMT)
Mantaflow [Part 1]: Added preprocessed Mantaflow source files

Includes preprocessed Mantaflow source files for both OpenMP and TBB (if OpenMP is not present, TBB files will be used instead).

These files come directly from the Mantaflow repository. Future updates to the core fluid solver will take place by updating the files.

Reviewed By: sergey, mont29

Maniphest Tasks: T59995

Differential Revision: https://developer.blender.org/D3850
December 16, 2019, 15:26 (GMT)
GPencil: Add cursor color for Tint
December 16, 2019, 15:09 (GMT)
GPencil: Ensure storage is initializated for renders

This failed in material preview generation.
December 16, 2019, 15:09 (GMT)
Fix T72467: Crash when using many (>64) images in a shader

Previously this limit was rather high, but with UDIMs it's fairly easy
to reach this many images. Even though this exceeds the texture limit
on most hardware as far as I can tell, it should at least not crash.

The old code uses a fixed array which overflows eventually, this fix
replaces the array with a GSet.

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D6416
December 16, 2019, 14:41 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
December 16, 2019, 14:40 (GMT)
Merge branch 'master' into greasepencil-object
December 16, 2019, 14:39 (GMT)
GPencil: Hide Panels depending of Tool
December 16, 2019, 14:31 (GMT)
GPenciL: Fixes in UI

- Fix Sculpt stroke panel.
- Fis Subtract color in Cursor Panel.
- Move Boundary to Advanced panel
December 16, 2019, 14:05 (GMT)
Merge branch 'master' into fluid-mantaflow
December 16, 2019, 14:02 (GMT)
Mantaflow: Fixed more issues raised in part 6 of the review (D3855)

Mostly renaming from manta to fluid
December 16, 2019, 12:41 (GMT)
Merge branch 'master' into newboolean
December 16, 2019, 12:23 (GMT)
GPencil: Remove duplicate custom cursor
December 16, 2019, 11:53 (GMT)
Fix T72474: UDIM breaks box mapping in Cycles

The ImageTextureNode incorrectly used the tile slot encoding for box-
mapped textures as well. Since box-mapping always generates UVs that
lie in the 1001 tile, there's no need to support tiles here.
December 16, 2019, 11:41 (GMT)
Fix T72440: Dragging & dropping color in the Image Editor crashes

This was caused by a call to paint_2d_bucket_fill that I missed in the
UDIM changes.

Now, this feature does not only not crash, but it even works with tiled
images!
December 16, 2019, 11:38 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
December 16, 2019, 11:35 (GMT)
GPencil: Add missing options to Image menu after merge master

December 16, 2019, 09:56 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor

Conflicts:
release/scripts/startup/bl_ui/properties_grease_pencil_common.py
release/scripts/startup/bl_ui/space_view3d_toolbar.py
December 16, 2019, 09:49 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/properties_data_modifier.py
release/scripts/startup/bl_ui/properties_grease_pencil_common.py
release/scripts/startup/bl_ui/properties_paint_common.py
release/scripts/startup/bl_ui/space_view3d.py
release/scripts/startup/bl_ui/space_view3d_toolbar.py
December 16, 2019, 09:44 (GMT)
Fix typo in UDIM operator (always capitalize UI labels)
December 16, 2019, 09:43 (GMT)
GPencil: Fix more damaged panels
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021