Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1353 / 8462

August 18, 2020, 02:29 (GMT)
Outliner: Only draw border for active highlight

Drawing the background filled lead to icons with low contrast against
the background. Using a more opaque border solves that issue and is also
more readable.
August 18, 2020, 02:29 (GMT)
Merge branch 'blender-v2.90-release' into master
August 18, 2020, 02:09 (GMT)
Fix incorrect pixelsize use where DPI scale was intended

Changing line-width shouldn't scale cursor motion. Related to T79787.

Use dpi_fac for scaling curve error threshold & number button drag
threshold calculation.
August 18, 2020, 02:08 (GMT)
Outliner: Move active highlight code to common function

Drawing the roundrect highlights for icons had duplicate code, move to a
shared function. No functional changes.
August 18, 2020, 02:03 (GMT)
Outliner: Move active highlight code to common function

Drawing the roundrect highlights for icons had duplicate code, move to a
shared function. No functional changes.
August 18, 2020, 01:44 (GMT)
Fix T79787: orbit/zoom sensitivity depends on line-width

Use 'dpi_fac' instead of 'pixelsize' to scale input sensitivity
based on the interface scale.
Also use dpi_fac for view zoom operator.

Thanks to @ISS for investigating.
August 18, 2020, 01:17 (GMT)
Cleanup: expand UserDef pixel-size & DPI documentation

Avoid misunderstandings with UI scaling.
August 17, 2020, 20:00 (GMT)
Parse vertex normals: vn lines.

Still need to understand how it translates to the
normals seen in the viewport.
August 17, 2020, 19:58 (GMT)
Decouple getting smooth groups from export parameters
August 17, 2020, 19:42 (GMT)
enable tetgen remesher to view tetgen output
August 17, 2020, 19:34 (GMT)
added tetgen mode
August 17, 2020, 19:11 (GMT)
Merge branch 'blender-v2.90-release'
August 17, 2020, 19:04 (GMT)
Fix T77683: Cycles baking crash with motion blur enabled and no camera
specified

Maniphest Tasks: T77683

Differential Revision: https://developer.blender.org/D8593
August 17, 2020, 18:52 (GMT)
VSE: make transform effect multithreaded

Multithreaded implementation can provide significant performance gain
on CPU's that can handle more parallel tasks.

On my 8 core system I got about 3.5x faster processing speed.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8585
August 17, 2020, 18:49 (GMT)
Fix T79594: Define rounding for armature edit props

Define `RNA_def_property_ui_range` for head and tail transform properties.
Step of 10 should match original behavior when tweaking value.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D8513
August 17, 2020, 18:41 (GMT)
Cycles: Fix local intersections in Embree for non-instancd geometry.

Embree's occlusion filter was checking against the wrong object ID
and not exiting correctly in case of a mismatch.

Fixes T79723
August 17, 2020, 18:39 (GMT)
Merge branch 'blender-v2.90-release'
August 17, 2020, 18:38 (GMT)
Cycles: Removed some unused light tree code
August 17, 2020, 18:19 (GMT)
Fix T79757: Crash on prefetch when renaming strips

Original sequence lookup failed, becase name changed in another thread.
Fix is same as 0471349c90df - stop prefetching before changing content
of seqbase.

I have covered more cases, and added assert so it is more obvious that
issue is in lookup, and it shouldn't fail.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8592
August 17, 2020, 18:08 (GMT)
Tests: fix Alembic export test on Windows

Convert all `subprocess.run()` arguments to string, to prevent breaking
"does this argument need quoting" checks on Windows.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021