Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 714 / 5574

June 23, 2020, 07:55 (GMT)
Fix T77743: Number pad key-map items missing from search
June 23, 2020, 06:38 (GMT)
Cleanup: use doxy sections for BLI read/write headers

Add reference between the read/write functions too.
June 23, 2020, 05:22 (GMT)
Fix T78146: Crash using scroll bars

Regression in 2fdca5bd1981c
June 23, 2020, 04:58 (GMT)
Correct recent 'name' -> 'filepath' rename (missed Collada)
June 23, 2020, 04:09 (GMT)
Cleanup: move text.c comments to the struct/flag declarations

Also update/correct some of the comments.
June 23, 2020, 03:48 (GMT)
Cleanup: remove Text.nlines

This isn't needed and wasn't properly updated when new-lines were added.
June 23, 2020, 03:30 (GMT)
Cleanup: use static sets instead of tuples
Revision fd65055 by Hans Goudey
June 23, 2020, 02:41 (GMT)
Cleanup: A few small comment & naming changes in bevel
Revision 6703c7f by Hans Goudey
June 23, 2020, 02:25 (GMT)
Bevel: Refactor profile type input to use an enum

This will allow the easier addition of a constant radius mode in the
future and some changes in the UI to mirror the recent similar change
from "Only Vertices" to the "Affect" enum.
June 23, 2020, 01:29 (GMT)
Cleanup: rename 'name' to 'filepath' for DNA types

Using 'name' for the full path of a file reads badly,
especially when id.name is used in related code.
June 23, 2020, 01:22 (GMT)
Cleanup: rename Library.filepath to filepath_abs

Make it clear that this is the absolute path,
allow the 'name' to be renamed to 'filepath'.

Rename is safe since this is only for run-time.
June 22, 2020, 23:53 (GMT)
Cleanup: unused argument
June 22, 2020, 22:06 (GMT)
Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from the menu
June 22, 2020, 19:46 (GMT)
Refactoring: View2DScrollers memory allocation

View2DScrollers used the memory manager to allocate memory. This isn't a
problem but in a upcoming change the scrollers will be drawn more often
than it used to (See {D8066}). To limit the number of allocations and
frees this patch will use the stack for allocation.

Reviewed By: Campbell Barton

Differential Revision: https://developer.blender.org/D8076
June 22, 2020, 18:28 (GMT)
Trasnform: Support for other snapping types on Edge Slide

This completes T66426.

Since Vert Slide supports these other snapping types (since rBe2fc9a88bc),
it would be easy to miss this on Edge Slide.

So add support for Edge Slide too.
June 22, 2020, 18:06 (GMT)
Fix T78136: Image editor - crash to desktop with changing the threshold for extract palette

Also fixed the same error in generate GPencil object from image.

The problem was the Render Result image hasn't ibuf.
June 22, 2020, 17:57 (GMT)
UI: Widget: Replace geometry by fragment shader drawing

This means all the antiailasing is done inside the fragment shader.

We use a Signed Distance Field to draw the 2D rounded boxes. This ensure
the best quality for AA.

This reduce the averge Batch for widget to 16 verts instead of ~600 and
reduce overshading a lot.

Theme Emboss alpha and tria alpha needs to be changed after this refactor.

The shadow drawing is left unchanged and still use geometry.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D7833
June 22, 2020, 17:27 (GMT)
GPencil: Cleanup comments
June 22, 2020, 17:09 (GMT)
Fix T78134: GPencil interpolation crash

Need to verify active frame not NULL.
June 22, 2020, 16:10 (GMT)
Fix T77754: Crash after any alembic import undo in an empty scene

Thanks @mont29 for this patch.

This creates an explicit undo step after the Alembic importer has finished
running. This is necessary when the importer runs as a background job.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021