Blender Git Commits

Blender Git commits from all branches.

Page: 646 / 2888

November 7, 2020, 10:53 (GMT)
Cleanup: Fix the order of info_cfg_option.
November 7, 2020, 10:53 (GMT)
Fix compilation error in GHOST

ELEM macro isn't available in GHOST library.
November 7, 2020, 10:53 (GMT)
Cleanup: Clang-Tidy warnings
November 7, 2020, 10:53 (GMT)
Cleanup: use ELEM macro
November 7, 2020, 10:53 (GMT)
Cleanup: clang-format

Missed this last commit.
November 7, 2020, 10:53 (GMT)
Cleanup: use ELEM macro (>2 args)
November 7, 2020, 10:53 (GMT)
Cleanup: doxygen comments in ghost

Use colon after parameters, use hash to reference symbols.
November 7, 2020, 10:53 (GMT)
Cleanup: doxygen comments
November 7, 2020, 10:53 (GMT)
Cleanup: de-duplicate code for instancing objects when linking

Ref D8843
November 7, 2020, 10:53 (GMT)
Cleanup: Use descriptive variable names
November 7, 2020, 10:53 (GMT)
Cleanup: Use LISTBASE_FOREACH macro
November 7, 2020, 10:53 (GMT)
Cleanup: remove unused BLI_argsArgv
November 7, 2020, 10:53 (GMT)
Cleanup: use snake case for BLI_args API
November 7, 2020, 10:53 (GMT)
Cleanup: remove unused BLI_turbulence1

A slightly modified version of BLI_turbulence1, unused for years.
November 7, 2020, 10:53 (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 7, 2020, 10:53 (GMT)
Cleanup: use bool argument in BLI_noise
November 7, 2020, 10:53 (GMT)
Cleanup: follow our code style for float literals
November 7, 2020, 10:53 (GMT)
Cleanup: use string APPEND/PREPEND

Replace 'set' with 'string(APPEND/PREPEND ...)'.
This avoids duplicating the variable name.
November 7, 2020, 10:52 (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
November 7, 2020, 10:52 (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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021