Blender Git Commit Log

All Blender Git commits.

Page: 1849 / 8462

February 20, 2020, 01:19 (GMT)
Cleanup: unused enums
February 20, 2020, 00:22 (GMT)
Cleanup: declatatuons for functions that don't exist
February 20, 2020, 00:12 (GMT)
Volumes: step towards support per-grid transform for Cycles

The transform is used for texture lookup, but not bounds yet.
February 19, 2020, 23:53 (GMT)
Fix T65640: Axis of Custom Shape Bones are drawn in a wrong position.

The problem is that Custom Shape Bones can also have a custom size.
So the pchan->disp_mat doesn't always consider the actual length of the bone.
The proposed solution is to calculate the axes matrix at the drawing pass.

Ref T65640

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D5049
February 19, 2020, 23:52 (GMT)
Cleanup: add ImageKey to avoid longer argument lists and duplicated code
February 19, 2020, 23:13 (GMT)
Fix T74019 Eevee High Quality Normals causing pitch black faces

Was due to a mistake when removing previous code...
February 19, 2020, 23:03 (GMT)
DRW: Fix facing reset when drawing with inverted camera
February 19, 2020, 21:57 (GMT)
GPencil: Change RIM default blend mode to Overlay
February 19, 2020, 21:55 (GMT)
GPencil: Fix default value for Palette sorting
February 19, 2020, 21:45 (GMT)
Merge branch 'master' into greasepencil-object
February 19, 2020, 21:21 (GMT)
GPencil: Fix errors creating brushes after merge
February 19, 2020, 20:15 (GMT)
Fix too bright rendering on some runtimes

Transform to display space on our end is only needed for the Monado
runtime.
February 19, 2020, 19:45 (GMT)
RNA: Fail makesrna if enum identifiers contain spaces

We could of course always add checks for more invalid characters, but
I'd say they are more unlikely to happen.
February 19, 2020, 19:23 (GMT)
Merge branch 'master' into greasepencil-object
February 19, 2020, 19:14 (GMT)
Fix compile error when building with Cycles
February 19, 2020, 19:10 (GMT)
Merge branch 'master' into greasepencil-object
February 19, 2020, 18:45 (GMT)
Volumes: work towards per-grid transform in Eevee

But not actually working yet.
February 19, 2020, 18:36 (GMT)
DRW: Support inverted view matrix

We detect the case where we need to invert the facing directly inside the
DRWView update and do the appropriate GL calls at draw time.

Fix T63047 Camera with negative scale works only in Cycles Rendered view
Fix T71352 Negative scale camera causes BLI_assert
February 19, 2020, 18:34 (GMT)
Fluid: Temporary fix for gzopen on windows

Needs more consideration. This fixes compilation for now.
February 19, 2020, 18:31 (GMT)
Cleanup: more refactoring of GPU material requested attributes/textures

Volume grids are now handled separately from image textures.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021