Blender Git Commit Log

All Blender Git commits.

Page: 520 / 8462

June 22, 2021, 21:51 (GMT)
GHOST/Wayland: auto-select highest supported OpenGL version
June 22, 2021, 21:12 (GMT)
Fix T89374: Erasing/cutting in Grease Pencil makes Blender shut down

When cut a stroke of 1 point, the clean up done to avoid keep 1 point strokes removes the memory, but the pointer to the first stroke was not set to NULL. As this pointer is invalid now, any use of this produces a segment fault because the pointer is corrupted..
June 22, 2021, 21:05 (GMT)
GHOST/XR: fix code format
June 22, 2021, 20:48 (GMT)
doc: add Wayland dependencies

The wayland support requires the following development packages:
libwayland-dev, wayland-protocols, libegl-dev, libxkbcommon-dev, libdbus-1-dev
June 22, 2021, 20:48 (GMT)
cmake: enable Wayland by default
June 22, 2021, 20:30 (GMT)
PyDoc: Update Sphinx and pin dependencies

Sphinx has rather loose dependency requirements which can cause issues if we aren't careful.
As a solution they recommend that you pin sphinx dependency versions
June 22, 2021, 20:21 (GMT)
UI: Fix widget emboss: Also fade on the right side

Currently the emboss is only fading on left side of the widget,
resulting in the emboss extending vertically on the right side
and ending abruptly. This patch fixes this by also fading the
emboss on the right side and making it symmetric.

Differential Revision: https://developer.blender.org/D10810
June 22, 2021, 20:17 (GMT)
Transform: display units for proportional edit value

This fixes T88346.

The code is also more readable by making a better distinction between
the texts used for Distances, "Proportional Size" and "AutoIK-Len".

And the text used to translate the "Proportional Size" is reused.
June 22, 2021, 19:51 (GMT)
Cleanup: deduplicate code and rename variables

This makes it clearer that variables are strings and how they are used
in the Move header code.
June 22, 2021, 19:01 (GMT)
Sanitize custom property editing operator
June 22, 2021, 19:00 (GMT)
GHOST/EGL: ignore unused variables
June 22, 2021, 19:00 (GMT)
GHOST/EGL: getters for display, config and context
June 22, 2021, 19:00 (GMT)
GHOST/EGL: add GHOST_XrGraphicsBindingOpenGL as friend
June 22, 2021, 19:00 (GMT)
GHOST/XR: enable X11-EGL context for OpenXR
June 22, 2021, 18:25 (GMT)
Merge branch 'master' into refactor-idprop-ui-data
Revision ee8b284 by Hans Goudey (master)
June 22, 2021, 18:22 (GMT)
Fix T89327: Cube and ico sphere nodes do not create UVs

It turns out you have to add the UV custom data layer manually before
calling the BMesh primitive operators, even if you pass `calc_uvs=true`.
June 22, 2021, 18:02 (GMT)
adaptive_cloth: fix: mesh_reader: obj: 'vt' considered under 'v'

Consider
v 1.0 1.0 1.0
vt 1.0 1.0

Here, both lines start with "v" hence, if the check is, line starts with "v", it satisfies both, which is not correct.

The correct check should be, line starts with "v ".
June 22, 2021, 18:01 (GMT)
adaptive_cloth: test: MeshReader simple cube read
June 22, 2021, 17:54 (GMT)
Cleanup: Spelling Mistakes

This patch fixes many minor spelling mistakes, all in comments or
console output. Mostly contractions like can't, won't, don't, its/it's,
etc.

Differential Revision: https://developer.blender.org/D11663

Reviewed by Harley Acheson
June 22, 2021, 17:52 (GMT)
Cleanup: Remove extra blank line

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021