Blender Git Commit Log

All Blender Git commits.

Page: 1277 / 8462

September 13, 2020, 14:36 (GMT)
LineArt: Fix Depth comparason error in intersection line occlusion stage.
September 13, 2020, 14:07 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/gpencil_modifiers/CMakeLists.txt
# source/blender/makesrna/intern/CMakeLists.txt
September 13, 2020, 13:53 (GMT)
Fix T80023 Invisible objects or glitches with object 'in front' + 'X-ray'

Rendering only to the depth buffer seems to need a valid fragment shader
with a color output on some platform.
September 13, 2020, 13:51 (GMT)
GPencil: Use Texture alpha for Holdout

The holdout only is applied when texture alpha is > 0.
September 13, 2020, 13:51 (GMT)
GPencil: Cleanup comments
September 13, 2020, 09:15 (GMT)
CleanUp: Code folding

Incorrect code folding in recent commit
September 13, 2020, 08:11 (GMT)
Fix T77584: Edit Mode crash with shape keys created on blank mesh

Entering edit-mode after creating shape keys on a blank mesh would crash.

Regression in 9b9f84b317fef which prevented initializing empty
shape keys when there is no shape key offset data available.
September 13, 2020, 08:04 (GMT)
Cleanup: unused variable
September 13, 2020, 07:59 (GMT)
Volume Object: Hide slice axis and slice depth for 'full' slicing in Viewport Display.
September 13, 2020, 05:49 (GMT)
Fix printing data from an evaluated depsgraph in Python

Printing an evaluated view layer would show:
Evaluated Scene 'Scene'

- Now __repr__ uses the __str__ fallback for evaluated data,
as done in other situations where we can't create a string that
would evaluate to the data.
- __str__ now shows when the data is evaluated.
- __str__ always includes the memory address
(which was previously only shown for structs without a name).
September 13, 2020, 05:28 (GMT)
Fix T62504: Crash accessing depsgraph from evaluated view layer

Use correct owner_id types for depsgraph view_layer properties
instead of inheriting from the Depsgraph which is set to NULL.
September 13, 2020, 05:00 (GMT)
Cleanup: spelling, update function name in comments
September 13, 2020, 01:37 (GMT)
VK: OSX: Use debug context and use METAL_SURFACE instead of MACOS_SURFACE
September 13, 2020, 01:36 (GMT)
VK: Make the placeholder backend work

Now we get a green window without a crash
September 12, 2020, 23:53 (GMT)
Cleanup: Vulkan: Unused header and avoid duplicated code
September 12, 2020, 23:52 (GMT)
Vulkan: OSX: Use vulkan context for offscreen context
September 12, 2020, 23:52 (GMT)
Vulkan: Fix compilation on OSX

This was caused by an internal metal type. The fix is a
workaround since I could not find the right solution.
September 12, 2020, 23:48 (GMT)
Merge branch 'property-search-highlight-tabs' into property-search-all-tabs
September 12, 2020, 23:48 (GMT)
Merge branch 'property-search-start-end-operators' into property-search-highlight-tabs
September 12, 2020, 23:47 (GMT)
Merge branch 'property-search-single-tab' into property-search-start-end-operators
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021