Blender Git Commit Log

All Blender Git commits.

Page: 1565 / 8462

June 11, 2020, 15:11 (GMT)
List panel system: Support regions with categories
June 11, 2020, 15:11 (GMT)
Outliner: Add activation and toggle to left column buttons

The buttons in the left column didn't work, and in the first step that
they did work, I only added support for camera objects. This adds
support for edit mode toggling and collections and scene activation.
Previously clicking in the column for those types would crash.
June 11, 2020, 15:06 (GMT)
GPencil: Initialize curve resolution for new objects
June 11, 2020, 15:06 (GMT)
GPencil: Add resolution to strokes panel
June 11, 2020, 14:47 (GMT)
GPencil: Move geometry functions to right module

These functions were not moved in a previous refactor
June 11, 2020, 14:47 (GMT)
GPencil: Pass gpd datablock to BKE_gpencil_stroke_geometry_update

This is needed to get curve edit data parameters
June 11, 2020, 14:47 (GMT)
GPencil: Add new edit_curve_resolution prop

This will be used to define the qualitty of the generated stroke.
June 11, 2020, 14:37 (GMT)
EEVEE: Motion Blur: Expose max blur and depth scale
June 11, 2020, 14:16 (GMT)
BLI: define default hash function for const types
June 11, 2020, 14:01 (GMT)
BLI: fix forwarding with incorrect type
June 11, 2020, 13:50 (GMT)
Fixes for changes in master after last merge
June 11, 2020, 13:49 (GMT)
Merge branch 'asset-uuid' into asset-engine
June 11, 2020, 13:39 (GMT)
Cleanup: fix terminology in comment
June 11, 2020, 13:37 (GMT)
BLI: don't pass const pointers to placement new operator

This resulted in compile errors.
June 11, 2020, 13:37 (GMT)
BLI: include <new> header

This header defines default placement versions of operator new.
June 11, 2020, 13:34 (GMT)
Fix T77657: NVIDIA Quadro FX4800 crash on startup

Limit support for `GLEW_ARB_base_instance` to OpenGL 4.0 and higher. NVIDIA Quadro FX 4800
(TeraScale) report that they support GLEW_ARB_base_instance, but the driver does not support
`GLEW_ARB_draw_indirect` as it has an OpenGL3 context what also matches the minimum needed
requirements.

We use `GLEW_ARB_draw_indirect` as a target for `glMapBuffer(Range)` what is part of the
OpenGL 4 API. So better disable it when we don't have an OpenGL4 context.

Note: fix should be ported to Blender 2.83 LTS

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D7994
June 11, 2020, 13:25 (GMT)
Fluid: Added an option for grid scaling in Color Mapping.
June 11, 2020, 13:05 (GMT)
EEVEE: Motion Blur: Fix camera near/far values uniforms
June 11, 2020, 12:27 (GMT)
EEVEE: Motion Blur: Replace Wang Hash Noise function by blue noise
June 11, 2020, 10:23 (GMT)
Fix Wrong struct reference.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021