May 3, 2020, 19:10 (GMT) |
Fluid: Refactored 'Modifier Data to Python' value transfer function This function needed a bigger cleanup, especially after the problem from T76276. |
May 3, 2020, 18:42 (GMT) |
Merge branch 'blender-v2.83-release' |
May 3, 2020, 18:42 (GMT) |
GPencil: Hide Canvas Grid when Surface or Stroke mode is enabled This was introduced by error during refactor. The grid must not be visible in these modes. |
May 3, 2020, 18:35 (GMT) |
Merge branch 'master' into greasepencil-object |
May 3, 2020, 18:35 (GMT) |
Merge branch 'blender-v2.83-release' |
May 3, 2020, 18:34 (GMT) |
Fix T76364: GPencil grid is not located in the right place During the refactor, the location of the grid was broken. Now, the grid is in Object origin or 3D cursor origin as it was in 2.82. |
May 3, 2020, 18:07 (GMT) |
Windows: Replace BLI_File* calls with system calls in system_win32.c Using BLI calls in this file triggered a condition where poorly modelled dependencies in cmake (ie bf_blenlib using zlib headers but not linking the libraries) leading to linker error in debug builds of some of the tests. This diff sidesteps the dependencies issue by using native calls rather than BLI calls to check if a file exists and what its size is. Effectively sweeping the issue right back under the rug where I found it. The best solution would be to audit all libraries and ensure they have proper link requirements set, but that requires significantly more time than I have available right now. (zlib in blenlib was one of them and would have been easy to fix, but there were others that required more work) The alternative is tests that fail to build which worse. I'll revisit this and fix it properly but for now this will have to do. |
May 3, 2020, 14:48 (GMT) |
cleanup |
May 3, 2020, 14:32 (GMT) |
cleanup |
May 3, 2020, 14:10 (GMT) |
cleanup |
May 3, 2020, 14:03 (GMT) |
more documentation |
May 3, 2020, 13:38 (GMT) |
improve documentation |
May 3, 2020, 13:30 (GMT) |
Audaspace: update from upstream - Changing API for time values from float to double for better precision. - Fixing minor mistakes in the documentation. - Fixing minor unnecessary large memory allocation. |
May 3, 2020, 12:42 (GMT) |
Merge branch 'master' into blenloader-decentralization |
May 3, 2020, 11:35 (GMT) |
Merge branch 'master' into greasepencil-object |
May 3, 2020, 11:34 (GMT) |
Merge branch 'blender-v2.83-release' |
May 3, 2020, 11:34 (GMT) |
GPencil: More changes to improve Chisel brush More small tweaks to get the right "feeling" when drawing. The defaults has been tested by @pepeland. |
May 3, 2020, 10:24 (GMT) |
GHOST: cleanup platform checks, fix Wayland + X11 - Building with Wayland + X11 missed an exception include. - Move HEADLESS check first, since it's the same on all platforms. |
May 3, 2020, 08:10 (GMT) |
Cleanup: store BLF buffer size in a variable |
May 3, 2020, 08:01 (GMT) |
BLF: use 'int' for internal glyph x,y bearing These were stored as float but were originally cast from an int and were often cast back to int. Also use int pairs for dimensions values. |
|
|
|


Master Commits
MiikaHweb | 2003-2021