Blender Git Commit Log

All Blender Git commits.

Page: 294 / 8462

August 26, 2021, 02:41 (GMT)
Cleanup: soft CMake file lists
August 26, 2021, 02:41 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
August 26, 2021, 02:39 (GMT)
Cleanup: sort struct blocks
August 26, 2021, 02:36 (GMT)
Cleanup: spelling in comments
August 26, 2021, 02:36 (GMT)
Cleanup: remove deprecated flag use in collada
August 26, 2021, 02:36 (GMT)
Cleanup: use C style comments for descriptive text
August 26, 2021, 02:36 (GMT)
Cleanup: warnings
August 26, 2021, 02:27 (GMT)
Cleanup: clang-format
August 26, 2021, 01:58 (GMT)
Cleanup.
August 26, 2021, 01:37 (GMT)
Fix T90915: outliner select behaves as if Ctrl is held

Error in 452cc0193255c9e80ca4f163a2d524ed6bb17ef1
August 25, 2021, 23:03 (GMT)
Merge branch 'master' into geometry-nodes-level-set-nodes
Revision 70fbdcb by Hans Goudey (master)
August 25, 2021, 23:03 (GMT)
Cleanup: Refactor proximity node to be more data type agnostic

Before, distances from each component were handled in the same loop,
making it more complicated to add support for more component types
in the future (and probably hurting performance by dealing with two
BVH trees at the same time, though I didn't test that).

Now each component is handled in a separate function, so that adding
support for another component type is much simpler.
August 25, 2021, 22:39 (GMT)
Experimental simplification: non-virtual multi-function-only fields

The stupidly simple test doesn't pass anymore.
August 25, 2021, 21:23 (GMT)
Basic constant input test passes
August 25, 2021, 20:30 (GMT)
BLF: Remove ASCII-only Code Paths

Remove redundant code for drawing text strings that contain only ASCII.

See D12293 for much more detail.

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

Reviewed by Campbell Barton
August 25, 2021, 19:28 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields--fields
August 25, 2021, 16:55 (GMT)
Windows/Ninja: Optimize linker performance

The /Zc:inline flag is by default off in the MSVC
compiler however when you build with msbuild it adds
it to the build flags on its own.

Ninja however does not decide on its own to add
flags you didn't ask for and was building without
this flag.

This change explicitly adds the compiler flag so
msbuild and ninja builds are once more building
with the same build flags leading to smaller .obj
files when building with ninja and lightening the
workload for the linker.

This flag is available starting MSVC 2013 update 2
so does not need to be guarded with version checks.
August 25, 2021, 16:30 (GMT)
Cleanup: clarify code comments, use same logic for future GPU device
August 25, 2021, 16:01 (GMT)
Fix wrong length value in the header of the Move operator

Missed in {rB0d36439f95c0}.
August 25, 2021, 16:00 (GMT)
Fix T90248: missing depsgraph update tag for node group

The code assumed that when a node group is is at the highest
level in the node editor, then it is embedded into another data
block and can't be referenced by other node groups. This is true
for shader and compositor nodes, but not for geometry nodes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021