Blender Git Commits

Blender Git "master" branch commits.

Page: 789 / 5574

Revision c6cda3c by Clément Foucault
May 7, 2020, 21:33 (GMT)
Merge branch 'blender-v2.83-release'
Revision e6dd29c by Clément Foucault
May 7, 2020, 21:33 (GMT)
Fix T75958 Overlay: Blender Crashes when selecting without Depth Picking
May 7, 2020, 21:33 (GMT)
Fix T76045 Gizmo: line_width does not work in latest version
May 7, 2020, 21:33 (GMT)
Fix T76393 Gizmo: Crash on assert(batch->program_in_use == 0)

This also fix line width support for button2D shape batch
May 7, 2020, 20:06 (GMT)
Merge branch 'blender-v2.83-release'
May 7, 2020, 20:02 (GMT)
Fix T76510: Eevee OpenVDB render artifacts due to texture clamping
May 7, 2020, 19:51 (GMT)
Fix direction of the Gizmo Extrude adjustment axis

The extrude adjustment gizmo reads the last constrained axis set.
So it is important to keep the final value actually used.
May 7, 2020, 19:51 (GMT)
Fix T76504: Change in behavior of constraints orientation

The Extrude operator, whose orientation is NORMAL, has undergone some seemingly accidental changes:
- In 2.79 if you press the same key as the axis in constraint, it changes from Normal to No Contraint -> Global -> Normal and repeat this.
- In 2.80 it changes from Normal to Local -> No Contraint -> Global -> Local and repeat this.

This committee resumes the behavior of 2.79
May 7, 2020, 19:14 (GMT)
Fix T76468: volume sequence render not using correct frame in renders

Render datablocks were copying state from original datablocks, where the frame
number and loaded volume grids were out of sync.
May 7, 2020, 15:33 (GMT)
Fluid: Use cached value for total time value

The old time_total initialization was in trouble if scenes made use of a variable framelength (e.g. by animating the time scale parameter).
May 7, 2020, 15:33 (GMT)
Fix T76426: Mantaflow Liquid - Gravity not respecting Time Scale from domain.

Removed timescale from conversion factor - factors should stay constant even if timescale changes.
May 7, 2020, 14:54 (GMT)
Refactor: libquery: Add NodeTree foreach_id support.
May 7, 2020, 14:49 (GMT)
Refactor: libquery: Add Material foreach_id support.
May 7, 2020, 14:49 (GMT)
Fix (unreported) mistake in argument passing.

passing the address of the pointer instead of the pointer itself...
May 7, 2020, 14:49 (GMT)
Refactor: libquery: Add Mesh foreach_id support.
May 7, 2020, 14:49 (GMT)
Initial step to move libquery to IDTypeInfo.

Part of T74960 (and hence T75724).

This commit only adds the basics helper code, and alter some internal libquery
code to use it.

Porting each IDType to the new system will be done gradually from there,
to allow better detection and handling of potential issues.

Differential Revision: https://developer.blender.org/D7598
May 7, 2020, 14:06 (GMT)
Cleanup: sort includes
May 7, 2020, 13:38 (GMT)
UI: support context menu in menu search popup
May 7, 2020, 13:32 (GMT)
Cleanup: split search menu separator argument into own function
May 7, 2020, 13:32 (GMT)
Cleanup: split button search callbacks into their own struct
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021