Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 501 / 5574

November 6, 2020, 01:54 (GMT)
Cleanup: use ELEM macro (>2 args)
November 6, 2020, 01:46 (GMT)
Cleanup: clang-format

Missed this last commit.
November 6, 2020, 01:32 (GMT)
Cleanup: use ELEM macro
November 6, 2020, 01:32 (GMT)
Cleanup: follow our code style for float literals
November 6, 2020, 01:32 (GMT)
Cleanup: use bool argument in BLI_noise
November 6, 2020, 01:32 (GMT)
Cleanup: BLI_noise

Use common prefix as this collided with existing API's (eg BLI_voronoi).

Also expand some non-obvious abbreviations:

- 'g' -> 'generic'
- 'vl' -> 'variable_lacunarity'
- 'V' -> 'v3'
November 6, 2020, 01:32 (GMT)
Cleanup: remove unused BLI_turbulence1

A slightly modified version of BLI_turbulence1, unused for years.
November 6, 2020, 01:32 (GMT)
Cleanup: use snake case for BLI_args API
November 6, 2020, 01:32 (GMT)
Cleanup: remove unused BLI_argsArgv
November 6, 2020, 01:32 (GMT)
Cleanup: use string APPEND/PREPEND

Replace 'set' with 'string(APPEND/PREPEND ...)'.
This avoids duplicating the variable name.
November 6, 2020, 01:32 (GMT)
Cleanup: transform.h comments, use doxy sections
November 6, 2020, 01:32 (GMT)
Cleanup: sort structs, files
November 6, 2020, 01:32 (GMT)
Cleanup: clang-format
November 6, 2020, 01:32 (GMT)
Cleanup: unused variable
November 6, 2020, 00:11 (GMT)
UI: Tweaks to the Warning Icon

Warning Sign Alert Icon given a more rounded border.

Differential Revision: https://developer.blender.org/D9443

Reviewed by Pablo Vazquez
November 5, 2020, 22:42 (GMT)
Merge branch 'blender-v2.91-release'
November 5, 2020, 22:40 (GMT)
Fix T81915: Draw Face Sets not working with deformed sculpt mesh

The draw face sets brush uses the poly center when used in meshes to increase
its precision when working in low poly geometry. For this to work with deformed
meshes, the deformed coordinates from the PBVH should be used instead.

Reviewed By: sergey

Maniphest Tasks: T81915

Differential Revision: https://developer.blender.org/D9424
November 5, 2020, 22:31 (GMT)
Fix memory leaks in sculpt mode trimming tools

BKE_mesh_free() seems to not free the meshes correctly, so using BKE_id_free() instead.
The looptri array was also not freed.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D9426
November 5, 2020, 22:28 (GMT)
Fix T82400: Dyntopo detail size edit operator visual glitch

Just a missing immUnbindProgram

Reviewed By: sergey

Maniphest Tasks: T82400

Differential Revision: https://developer.blender.org/D9459
November 5, 2020, 22:26 (GMT)
Fix Dyntopo detail size preview orientation not matching the cursor

Used the sampled cursor normal when available instead of the raycast face normal.
This makes the preview match the previous orientation of the cursor.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D9460
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021