Blender Git Commit Log

All Blender Git commits.

Page: 805 / 8462

March 21, 2021, 09:29 (GMT)
Merge branch 'master' into temp-gpencil-io
March 21, 2021, 09:29 (GMT)
Merge branch 'master' into greasepencil-object
March 21, 2021, 09:28 (GMT)
Merge branch 'master' into eevee-gpencil
March 21, 2021, 09:28 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
March 21, 2021, 07:45 (GMT)
LineArt: Fix compiler error for ob->id.orig_id != _rb->_source_object
March 21, 2021, 03:51 (GMT)
Cleanup: move some headers from MOD_lineart.h to source files
March 21, 2021, 03:30 (GMT)
Cleanup: redundant headers in 'source/blender/gpencil_modifiers'
March 21, 2021, 03:22 (GMT)
Cleanup: correct variable name mixup in BLI_str_quoted_substrN

Also expand doc-string for `BLI_str_escape_find_quote`
March 21, 2021, 03:12 (GMT)
Fix uninitialized memory use loading movie sequence strips

When the movie wasn't found, uninitialized values would be used for
the original width/height.

Also use int instead of float as the image size is stored as an int.
March 21, 2021, 03:01 (GMT)
Fix failure to set transform rotate around single

Regression in 201ab7c54025afc42570ce3df3d2bb7f37fe36be
March 21, 2021, 03:00 (GMT)
Cleanup: remove redundant NULL checks
March 21, 2021, 03:00 (GMT)
Cleanup: unused return statements
March 21, 2021, 03:00 (GMT)
Cleanup: use static local variables
March 21, 2021, 02:47 (GMT)
Cleanup: remove window manager headers from MOD_lineart

This was only used to return success, which is currently never checked.
March 21, 2021, 02:25 (GMT)
Cleanup: replace 'unsigned char' with 'uchar'
March 21, 2021, 02:24 (GMT)
Cleanup: remove redundant casts
March 21, 2021, 02:18 (GMT)
Cleanup: spelling, doxygen comment formatting
March 21, 2021, 00:24 (GMT)
Fix T86643: Win32 Entering Full Screen While Maximized

SetWindowPos must be called after SetWindowLongPtr in order to see changes to window frame style.

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

Reviewed by Ray Molenkamp
March 20, 2021, 21:00 (GMT)
Fix T86660 EEVEE: Undefined behaviour in specular_occlusion

Define visibility error to be 1 by default to avoid undefined behaviour.
March 20, 2021, 19:57 (GMT)
Put the blender file basename in comment in the header of the .mtl file.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021