Blender Git Commit Log

All Blender Git commits.

Page: 1332 / 8462

August 24, 2020, 14:26 (GMT)
Workbench: Fix assert with sculpt in textured color mode
August 24, 2020, 14:11 (GMT)
GPencil: Fix crash when delete stroke

The memory of the stroke is not avaliable after calling `BKE_gpencil_free_stroke` and cannot free the link.

Instead, before calling the free function, remove the link of the listbase.
August 24, 2020, 13:55 (GMT)
Fix T80035: Fix crash switching/adding scenes

Ensure that time source always is in the dependency graph, allowing to
tag the graph for time update prior it was fully built.

Collaboration of Philipp Oeser, Jacques Lucke and myself.
Thanks everyone :)
August 24, 2020, 13:53 (GMT)
GPencil: Fix crash when delete stroke

The memory of the stroke is not avaliable after calling `BKE_gpencil_free_stroke` and cannot free the link.

Instead, before calling the free function, remove the link of the listbase.
August 24, 2020, 13:45 (GMT)
numaapi: Sync with upstream

Fixes potential build error in some build configurations
August 24, 2020, 13:35 (GMT)
Merge branch 'master' into uvimage-editor-drawing
August 24, 2020, 13:35 (GMT)
Fix: background rendering of tiled images
August 24, 2020, 13:23 (GMT)
GPencil: Handle strokes with one or two points

Generating the curve for a stroke with one or two strokes could
crash because it was not handled properly.
August 24, 2020, 13:19 (GMT)
Theme: Remove TH_UV_OTHERS from bTheme

`TH_UV_OTHERS` is a theme option that isn't hooked to anything since
blender 2.80. This patch will remove the option and related code.

Reviewed By: Campbell Barton

Differential Revision: https://developer.blender.org/D8669
August 24, 2020, 13:03 (GMT)
Fix drawing render result

This fix applies that the float-buffer isn't premultiplied for render
results. What is strange.
August 24, 2020, 12:51 (GMT)
Fix selected UV vertex drawing ignoring size
August 24, 2020, 12:14 (GMT)
UVEdit: Fix assert caused by depth mask not being set before clear

This happened when using the shading panel when a uv editor opened.
August 24, 2020, 11:52 (GMT)
Fix T79896 Awful performance with Dyntopo on

Regression caused by rB9443da6166f5. Forgot to clear the flag.
August 24, 2020, 11:40 (GMT)
Merge branch 'master' into uvimage-editor-drawing
August 24, 2020, 10:34 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
August 24, 2020, 10:28 (GMT)
GPUState: Fix scissor state being overwritten when changing scissor bounds

Fix T79899 viewport artifacts when sculpting
August 24, 2020, 10:21 (GMT)
GPencil: Move Curve versioning to the end of the file

Some files were not patched. When move to master we decide if we must do a version bump.
August 24, 2020, 09:51 (GMT)
BLI: add Array.last method

This makes it consistent with Vector and Span.
August 24, 2020, 09:45 (GMT)
Cycles: Fix missing dependencies in libcycles_device

The code uses OpenGL functionality, so is to be linked against
OpenGL libraries.

This makes it easier to integrate with cycles using CMake.

Differential Revision: https://developer.blender.org/D8371
August 24, 2020, 09:31 (GMT)
Merge branch 'blender-v2.90-release' into master

# Conflicts:
# source/blender/editors/space_node/node_draw.c
# source/blender/editors/space_sequencer/sequencer_draw.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021