Revision 5cc8e7a by Campbell Barton June 23, 2021, 03:54 (GMT) |
Cleanup: reformat trailing comments that caused line wrapping |
Revision 2c916c9 by Campbell Barton June 23, 2021, 02:04 (GMT) |
Cleanup: clang-tidy quiet equals-default, nullptr warnings |
Revision 0f427f4 by Campbell Barton June 23, 2021, 01:48 (GMT) |
Cleanup: suppress clang-tidy warnings |
Revision 58e5831 by Campbell Barton June 23, 2021, 01:44 (GMT) |
Cleanup: compiler warning for invalid argument type |
Revision a8f3776 by Aaron Carlisle June 22, 2021, 23:37 (GMT) |
RNA Manual Reference: Update Mapping File |
Revision dbc054b by Antonio Vazquez 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.. |
Revision abb07a3 by Christian Rauch June 22, 2021, 21:05 (GMT) |
GHOST/XR: fix code format |
Revision c88c331 by Aaron Carlisle 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 |
Revision fa1868a by Germano Cavalcante 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. |
Revision c3b6416 by Germano Cavalcante 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. |
Revision c6e6a90 by Christian Rauch June 22, 2021, 19:00 (GMT) |
GHOST/EGL: ignore unused variables |
Revision b35ba22 by Christian Rauch June 22, 2021, 19:00 (GMT) |
GHOST/EGL: getters for display, config and context |
Revision 87833f8 by Christian Rauch June 22, 2021, 19:00 (GMT) |
GHOST/EGL: add GHOST_XrGraphicsBindingOpenGL as friend |
Revision 0732a9f by Christian Rauch 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 |
Revision 2fcd3f0 by Antonio Vazquez June 22, 2021, 17:52 (GMT) |
Cleanup: Remove extra blank line |
Revision 1917d03 by Antonio Vazquez 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. |
|