Blender Git Commit Log

All Blender Git commits.

Page: 1146 / 8462

November 6, 2020, 15:44 (GMT)
Fix T82220 Missing viewport update after manual "HDRI Preview Size" input

This is caused by the TAA being reset after the init phase, leading to
1 sample being kept as valid when it is clearly not.

To fix this, we run the lookdev validation before TAA init.

Reviewed By: Jeroen Bakker

Differential Revision: https://developer.blender.org/D9452
November 6, 2020, 15:43 (GMT)
Cleanup: remove unused functions
Revision af24532 by Jacques Lucke (master)
November 6, 2020, 15:42 (GMT)
Refactor: move ShaderFx .blend I/O to blenkernel

Ref T76372.
November 6, 2020, 15:37 (GMT)
Cleanup: Render Module: combine intern/ source & include
November 6, 2020, 15:16 (GMT)
Cleanup: whitespace
November 6, 2020, 15:10 (GMT)
Cleanup: Render Module: move header files to main directory

Move headers files from `render/extern/` to `render/`

Part of T73586
November 6, 2020, 15:05 (GMT)
Add background rectangle option to video sequencer Text strip

This adds a Box option to the Text strip's style properties, plus related Box Margin value:

{F9208309}

When enabled the text is placed on top of a solid-filled rectangle of a chosen color, as shown below:

{F9208324}

When the box option is disabled the text strip works the same as it does now. When the box option is enabled the meaning of the Shadow option changes to provide a drop-shadow on the rectangle (and not on the text itself). The latter made more sense to me.

The box margin is specified as a fraction of the image width. The offset of the drop-down box shadow is fixed to a specific fraction of the image width as well.

I tested this feature on a movie of a couple of minutes containing dozens of text strips (all with box background), edge cases like multi-line strings and text overlapping the image edges.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D9468
November 6, 2020, 14:58 (GMT)
Refactor: move ParticleSystem .blend I/O to blenkernel

Ref T76372.
November 6, 2020, 14:58 (GMT)
Merge branch 'master' into xr-actions-D9124
November 6, 2020, 14:56 (GMT)
XR: Fix projection selection in edit mode

Use window region dimensions instead of XR surface dimensions. Add
winrct offset for box select.
November 6, 2020, 14:46 (GMT)
Sequencer: Make naming consistent in header and implementation files
November 6, 2020, 14:42 (GMT)
XR: Fix raycast deselect empty for edit mode
November 6, 2020, 14:38 (GMT)
VSE: Don't store proxy images in cache

Proxies are expected to be fast to read. Storing them in cache has
little to no effect on performance.

This change also allows to omit invalidation of cache when user switch
between proxies and original media.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D9473
November 6, 2020, 14:37 (GMT)
Refactor: move Scene .blend expand to IDTypeInfo callback
November 6, 2020, 14:21 (GMT)
Refactor: move Scene .blend lib reading to IDTypeInfo callback
November 6, 2020, 14:13 (GMT)
Cleanup: rename time related variables

Variables renaned:
- cfra -> timeline_frame
- nr -> frame index
- cfra_over -> overlap_frame

Function seq_give_stripelem_index was renamed to seq_give_frame_index.
November 6, 2020, 14:13 (GMT)
Blenloader: access report list via api
November 6, 2020, 14:07 (GMT)
Blenloader: expose BLO_reportf_wrap in api

This function is used by a couple of functions that are moved out of blenloader.
November 6, 2020, 13:57 (GMT)
Refactor: move Scene .blend data reading to IDTypeInfo callback
November 6, 2020, 13:49 (GMT)
Refactor: move Scene .blend writing to IDTypeInfo callback
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021