Blender Git Commit Log

All Blender Git commits.

Page: 1521 / 8462

June 29, 2020, 06:46 (GMT)
Fluid: Limited gridlines to raw grid display
June 29, 2020, 06:19 (GMT)
Fix T73892: EEVEE Viewport Render Ignores Render As Wire

In the viewport an object can be set to be displayed as wire. When
rendering the viewport this setting is ignored and follows the
path or doing a final render. This patch will add an exception
when rendering a viewport render.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D8043
June 29, 2020, 06:13 (GMT)
Fix T78229: Playhead not refreshing when area is maximized

No other areas were tagged for redraw.
June 29, 2020, 05:37 (GMT)
Fix T78176: Sequencer renders playhead line twice
June 29, 2020, 04:20 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
Revision fe0e990 by TempoDev (soc-2020-custom-menus)
June 29, 2020, 01:07 (GMT)
Custom Menus: Add Pie menu
Revision 3a519e0 by TempoDev (soc-2020-custom-menus)
June 29, 2020, 01:06 (GMT)
Custom Menu: fix merge
June 28, 2020, 22:47 (GMT)
First test with dissolve of triangulation edges is passing.

Still lots to do. And this includes a horribly inefficient way
of finding which edges are dissolvable -- to be fixed later.
June 28, 2020, 19:29 (GMT)
Fix socket vector being read as socket RGBA

Wrong typecasting as bNodeSocketRGBA instead of bNodeSocketVector
causes `SOCK_VECTOR`'s `type` being read as `value[0]`.

So instead of having three different functions for float, vector & color, merging
into one and specifying Datatype seems better.
June 28, 2020, 15:13 (GMT)
GPencil: Cleanup - replace loop with LISTBASE_FOREACH
June 28, 2020, 15:06 (GMT)
Cleanup: Pointer assignment cast and modifier iteration.
June 28, 2020, 14:56 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 28, 2020, 14:56 (GMT)
Merge branch 'master' into greasepencil-object
June 28, 2020, 14:51 (GMT)
Fix T78353: GPencil: Make Circle select only select points inside circle

Now, instead of select the section of the stroke that is below circle, only the points inside circle are selected.

Also fixed a bug when segment selection mode is enabled.

Differential Revision: https://developer.blender.org/D8141
June 28, 2020, 14:37 (GMT)
Cleanup: Remove target settings in CollectionLineart.
June 28, 2020, 14:00 (GMT)
Deps Builder: Fix OSL build error.

When there is no system python OSL will fail to build the documentation.
Given we don't ship the documentation, this is safe to disable.

Originally part of D8123
June 28, 2020, 13:52 (GMT)
Cleanup: lanpr RNA name fixes.
June 28, 2020, 13:51 (GMT)
Fix T74024 Faces missing, weird faces added

Workaround by adding a special case for that driver in gpu_extensions.c
June 28, 2020, 13:45 (GMT)
LANPR: Modifier apply now works for all line types.
June 28, 2020, 13:29 (GMT)
LANPR: Modifier apply now partially working.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021