Blender Git Commit Log

All Blender Git commits.

Page: 2016 / 8462

December 3, 2019, 12:26 (GMT)
Cleanup: unused variables
December 3, 2019, 12:23 (GMT)
LANPR: Grease pencil mode init code fix.
December 3, 2019, 12:00 (GMT)
Merge branch 'master' into newboolean
December 3, 2019, 11:34 (GMT)
Fix segfault when polling `MESH_OT_paint_mask_extract`

`CTX_data_active_object(C)` returns `NULL` when there is no active object,
and this was not tested for in the code.
December 3, 2019, 11:13 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/draw/engines/gpencil/gpencil_draw_utils.c
December 3, 2019, 11:09 (GMT)
Fix T72134: Adaptive UVs does not affect strokes that are already drawn

Now when change the setting the strokes are recalculated.

To do this, it was necessary to move the UV recalc to BKE module in order to share with Draw Engine. If the recalc it was done in draw engine, the factor was only calculated for evaluated version and there was a problem when draw a new sytroke.

Now, the RNA parameter recalc the original datablock instead of tag for be calculated in Draw Engine.
December 3, 2019, 10:55 (GMT)
Merge branch 'master' into functions
December 3, 2019, 10:51 (GMT)
new Get Image Color on Surface node
December 3, 2019, 10:28 (GMT)
DrawManager: Bounding Box Drawing

Fix for T72136: Bounding boxes were still drawn even with disabled
overlays. Also the outline displayed the original mesh

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D6350
December 3, 2019, 10:20 (GMT)
Merge branch 'master' into greasepencil-object
December 3, 2019, 10:20 (GMT)
GPencil: Remove duplicate panel code for layer properties

Now it uses a parent class for both panels.
December 3, 2019, 09:42 (GMT)
Fix T71558: Hair particles: Brush effect not occluded by emitter geometry
December 3, 2019, 09:42 (GMT)
Fix T71612: Viewport rotate doesn't work

Error in version patching.
December 3, 2019, 09:42 (GMT)
Fix T71741: Crash showing the object relations menu
December 3, 2019, 09:42 (GMT)
Fix T71213: Mask or Mirror before Armature breaks weight paint.

This is a revert of a small fraction of commit rB5e332fd700
that introduced the issue according to bisect.

Doing a break here is wrong, because BKE_crazyspace_build_sculpt
assumes that processing stopped at the first deform modifier
without deformMatrices, and thus skips all modifiers until it
finds one like that. Thus this early loop exit makes the behavior
worse, as instead of skipping just Mask and Mirror, it skips all.
December 3, 2019, 09:42 (GMT)
Fix T71147 Eevee stops rendering after selection attempt

This is caused by the fallback path used by OSX, which is reconfiguring
the same default VAO. But it seems to be an issue on certain drivers.
December 3, 2019, 09:41 (GMT)
Blender 2.81: Begin corrective 'a' release cycle
December 3, 2019, 08:59 (GMT)
Cleanup: rename textview ymin/max

This is used for scrolling which wasn't obvious.
December 3, 2019, 08:53 (GMT)
Fix minor errors with text view margins for console/info editor

- Margins used duplicate define between files.
- Cursor selection ignored margins.
- Cursor wasn't scaling with DPI.

Add a 'draw_rect' member which is the region rect with margins applied
to make these checks clearer.

This resolves issue pointed out in D6300,
which complicated further refactoring.
December 3, 2019, 05:48 (GMT)
LANPR: Warning messages for gpu cache overflow.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021