Blender Git Commits

Blender Git commits from all branches.

Page: 694 / 2888

September 18, 2020, 05:22 (GMT)
LineArt: Supplimental debug information.
September 18, 2020, 05:13 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/editors/object/CMakeLists.txt
September 17, 2020, 17:57 (GMT)
GPencil: Rename Mask material to Holdout in Trace

Mask was the old naming, now must be Holdout.
September 17, 2020, 17:13 (GMT)
Merge branch 'master' into greasepencil-object
September 17, 2020, 16:34 (GMT)
GPencil: Hide trace image menu option if POTRACE is OFF

This hide the menu if the library is not included as option in Make.

Thanks @LazyDodo for his help.
September 17, 2020, 15:37 (GMT)
GPencil: Fix typo error in CMake in previous commit

September 17, 2020, 14:34 (GMT)
GP: Update GP to use potrace from SVN/System

and remove it from /extern
September 17, 2020, 14:09 (GMT)
Merge branch 'master' into greasepencil-object
September 17, 2020, 10:51 (GMT)
Merge branch 'asset-metadata' into asset-browser
Revision 67da49d by Julian Eisel (asset-browser, asset-metadata)
September 17, 2020, 10:50 (GMT)
Merge branch 'master' into asset-metadata
September 16, 2020, 20:39 (GMT)
Merge branch 'master' into soc-2021-testing-frameworks
September 16, 2020, 20:05 (GMT)
Merge branch 'master' into tmp-vulkan

# Conflicts:
# CMakeLists.txt
September 16, 2020, 20:04 (GMT)
VK: Avoid asserts in debug builds.
September 16, 2020, 20:03 (GMT)
GHOST: X11: Enable debug context for vulkan in offscreen contexts
September 16, 2020, 20:01 (GMT)
GHOST: Vulkan: Rework support for MSVC

This removes designated initializer because not supported by MSVC for our
current C++ version.

Fixes some other compile errors and add usage of the `ContextVK` context in
the Win32 backend.
September 16, 2020, 13:24 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/draw/engines/gpencil/shaders/gpencil_common_lib.glsl
September 16, 2020, 12:36 (GMT)
Fix T71012: Cycles baking crash with locked-UI & background-mode
September 16, 2020, 12:35 (GMT)
Fix T80238: Crash adding properties to material node-trees

The localized node-tree was freeing the materials ID properties twice.

This matches how animation data behaves, setting to NULL after freeing.
September 16, 2020, 12:34 (GMT)
Fix T80604: BLI_polyfill_calc exceeds stack size allocating points

On systems with 512kb stack this happened at around 13k points.

This happened at times with grease-pencil, although callers that
frequently use complex polygons should be using BLI_polyfill_calc_arena.
September 16, 2020, 12:32 (GMT)
Fix T80457: Library Override - Custom Property to Drive Child Particles results in Crash.

RNA diffing code was not dealing properly valid NULL PointerRNA (like
the empty texture slots of a ParticleSettings e.g., which were cause of
crash in that report).

To be backported to 2.90 and 2.83.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021