Blender Git Commit Log

All Blender Git commits.

Page: 1525 / 8462

June 26, 2020, 20:56 (GMT)
Changed calulation of theta_u in tree importance.

This reduces artifacts when using the light tree without splitting.

Before the theta_u was calclulated using a bounding sphere to
approximate a bounding box. This sometimes resulted in the cone
containng the bounding box much, much too big. Now theta_u is found
more carefully so that it is the smallest angle such that the cone
completely contains the bounding box.
June 26, 2020, 20:01 (GMT)
Merge branch 'master' into soc-2020-outliner
June 26, 2020, 18:16 (GMT)
Property Search: Don't remove layouts with search turned off

This mostly fixes panel headers, although they still end up with the same
problems as other layouts, with a minimum column size enforced for some
reason and misplaced labels.
Revision b7b57e7 by Aaron Carlisle (master)
June 26, 2020, 17:24 (GMT)
PyDoc: Update Python Package Requirements
Revision daa815d by Aaron Carlisle (master)
June 26, 2020, 17:24 (GMT)
UI: Use term 'Blend Mode'
Revision 664bce6 by Sriharsha Kotcharlakot (soc-2020-fluid-tools)
June 26, 2020, 17:20 (GMT)
Fluid: Modified flag grid display to show flag combinations with unique colors.
Revision 84e1e0c by Sebastián Barschkis (master)
June 26, 2020, 16:29 (GMT)
Fix T78170: Mantaflow Crash | Whitewater Particles Baking

Fixed issue in the upstream Mantaflow repository.
June 26, 2020, 15:44 (GMT)
Fix crash compiling Cycles OpenCL, after recent TBB changes
June 26, 2020, 15:29 (GMT)
Cleanup: Fix strict compiler warning about variable shadowing

Thanks Howard for double-checking!
June 26, 2020, 15:20 (GMT)
Fix sample color operator not updating the color in the UI

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8110
June 26, 2020, 15:18 (GMT)
Fix Color Filter not updating during modal operator

The code for tagging the updates was wrong

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8109
June 26, 2020, 15:17 (GMT)
Fix Edit Voxel Size label rotation and scale in rotated objects

Previously, the text rotation was always calculated in object space, so
the text rotation always had the object rotation applied. Now the
rotation is calculated in world space, so it always aligns correctly to
the view. Same applies to text scale not taking into account the object
position.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8068
June 26, 2020, 15:03 (GMT)
Fix T78259: Proportional editing does not work in particle editing

This is a long-standing bug, possibly proportional editing never worked
in particle mode.

Some parameter definitions in the transform code are scattered and
sometimes duplicated.

Proportional editing is a parameter that depends only on the Convert
type and not `spacetype`, `CTX_` or `obedit_type`.
June 26, 2020, 15:00 (GMT)
Fix T78129: No audio playback with sound strip pasted to a new scene

Add DEG_relations_tag_update(bmain).

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8130
June 26, 2020, 14:53 (GMT)
Refactor: use new api for expand in blenloader

This is part of T76372.
Revision 9b4e621 by Richard Antalik (master)
June 26, 2020, 14:30 (GMT)
Fix T77410: Effects doesn't update when Offset property is set

Enabling offset property caused strip to produce `SEQ_CACHE_STORE_RAW`
type image, which is kept in temp cache and is not invalidated.

Change update functions for all properties of effect strips that affect image
to `rna_Sequence_invalidate_raw_update`.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8132
Revision 26b4281 by Brecht Van Lommel (master)
June 26, 2020, 14:18 (GMT)
Fix T78295: reload scripts disables Cycles render passes in the compositor

Don't auto update render passes in nodes when unregistering render passes or
quitting Blender, this should only happen on explicit user action to change the
engine or passes.
June 26, 2020, 14:16 (GMT)
Merge branch 'master' into property-search-ui
Revision d10990a by Jacques Lucke (master)
June 26, 2020, 14:04 (GMT)
Refactor: use new api for lib linking id properties
Revision 5f4a66c by Hans Goudey (master)
June 26, 2020, 13:53 (GMT)
Fix T78049: Wrong icon for add cone tool
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021