May 1, 2020, 11:08 (GMT) |
Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.c All the driver-specific code in `fcurve.c` has been moved into a new file `fcurve_driver.c`. The corresponding declarations have been moved from `BKE_fcurve.h` to `BKE_fcurve_driver.h`. All the `#include "BKE_fcurve.h"` statements have been investigated and replaced with `BKE_fcurve_driver.h` where necessary. No functional changes. |
May 1, 2020, 10:45 (GMT) |
Fix: added missing buildinfo to BKE_fcurve test |
May 1, 2020, 10:43 (GMT) |
Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.c All the driver-specific code in `fcurve.c` has been moved into a new file `fcurve_driver.c`. The corresponding declarations have been moved from `BKE_fcurve.h` to `BKE_fcurve_driver.h`. All the `#include "BKE_fcurve.h"` statements have been investigated and replaced with `BKE_fcurve_driver.h` where necessary. No functional changes. |
May 1, 2020, 10:07 (GMT) |
CMake: add WITH_GHOST_X11 option - Support building only with Wayland. - In this case, show useful error messages when Wayland fails to load. |
May 1, 2020, 09:56 (GMT) |
Tests: Animation, added unittests for FCurve evaluation This introduces unittests for FCurve evaluation. No functional changes to actual Blender code. Differential Revision: https://developer.blender.org/D6778 |
May 1, 2020, 09:47 (GMT) |
Merge branch 'blender-v2.83-release' |
May 1, 2020, 09:41 (GMT) |
Cleanup: Solidify modifier: Remove unneccessary error message. For any modifier, the expected output when the input mesh is empty, is an empty mesh. So this error message was useless, and could spam the console in some usecases of the modifier stack... Reviewed By: weasel, mont29 Differential Revision: https://developer.blender.org/D7571 |
May 1, 2020, 09:28 (GMT) |
Cleanup: duplicate include, define from Wayland patch |
May 1, 2020, 09:14 (GMT) |
Cleanup: rename WITH_X11 to WITH_GHOST_X11 Matches WITH_GHOST_{SDL|WAYLAND} |
May 1, 2020, 08:43 (GMT) |
GHOST: set the window state on wayland startup |
May 1, 2020, 08:43 (GMT) |
WM: remove X11 hard coded window size workaround Causes issues with Wayland and is no longer required for Gnome/KDE. |
May 1, 2020, 07:41 (GMT) |
Merge branch 'master' into greasepencil-object |
May 1, 2020, 05:05 (GMT) |
Cleanup: replace inline dot-product with dot_v4v4 |
May 1, 2020, 05:05 (GMT) |
Cleanup: improve readability for color assignment |
May 1, 2020, 04:40 (GMT) |
Cleanup: pass const arguments to texture functions |
May 1, 2020, 04:19 (GMT) |
Cleanup: avoid returning a bit-flag as a float Texture functions were returning a float which was cast back to an int to use as a flag. |
May 1, 2020, 04:03 (GMT) |
Cleanup: rename externtex to RE_texture_evaluate - Pass in return arguments last. - Pass in RGBA as a vector. - Use boolean return argument. |
May 1, 2020, 03:27 (GMT) |
Cleanup: use sections for outliner sources |
May 1, 2020, 02:36 (GMT) |
Cleanup: spelling, comments |
May 1, 2020, 02:34 (GMT) |
Cleanup: warnings |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021