Blender Git Commits

Blender Git "master" branch commits.

Page: 230 / 5574

June 23, 2021, 03:54 (GMT)
Cleanup: reformat trailing comments that caused line wrapping
June 23, 2021, 02:04 (GMT)
Cleanup: clang-tidy quiet equals-default, nullptr warnings
June 23, 2021, 01:48 (GMT)
Cleanup: suppress clang-tidy warnings
June 23, 2021, 01:44 (GMT)
Cleanup: compiler warning for invalid argument type
June 22, 2021, 23:37 (GMT)
RNA Manual Reference: Update Mapping File
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: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: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
Revision ee8b284 by Hans Goudey
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, 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

June 22, 2021, 17:49 (GMT)
Fix T89366: GPencil hide layers above parented layer

The problem was the flag was not reset by layer in the loop.
Revision ebfad93 by Hans Goudey
June 22, 2021, 17:19 (GMT)
Fix T89343: Point cloud instances not transformed when realized

This problem has surprisingly been there for quite a few months.
For point clouds all attributes were handled the same, even "position",
which should be transformed when combining source points into the
destination.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021