Blender Git Commits

Blender Git "master" branch commits.

Page: 1237 / 5574

April 17, 2019, 15:32 (GMT)
Tests: Fix ID properties test

Simply adjust to Python API changes done in 2.8.
April 17, 2019, 14:54 (GMT)
Avoid autosave name collisions

When the same .blend file was open in two instances of Blender,
the autosaved files would overwrite each other.

The solution is to put the pid into the filename.

The exact pattern is the result of a discussion with @pablovazquez.
April 17, 2019, 13:58 (GMT)
Fix T63678 Link error of tests with MSVC.

Ideally OCIO removes their log2 implementation from the global namespace
but for now this linker tweak will have to do.
April 17, 2019, 12:32 (GMT)
GPUBuffers: Remove wrong assert

The assert was not true if the pbvh node had no triangle.

Also update the comment to reflect that.
April 17, 2019, 11:49 (GMT)
Fix T63673: Wrong api documentation for Quaternion.dot(other)
April 17, 2019, 11:43 (GMT)
Fix T60982: don't allow editing group properties in linked actions.
April 17, 2019, 11:38 (GMT)
Fix T63674: Incorrect poll methods in node category classes

Differential Revision: https://developer.blender.org/D4697
April 17, 2019, 11:34 (GMT)
editorconfig: correct indent size
April 17, 2019, 10:33 (GMT)
Fix T63247: edbm_rip_invoke__edge rips unselected verts on mesh borders

Ripping edges would in some cases rip verts on unselected edges. This is now fixed so that we only rip verts from the actually selected edges.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D4646
April 17, 2019, 09:32 (GMT)
Fix Change when re-running clang-format 7.

This was the only broken case for me, hopefully we have nailed all of
those down now.
April 17, 2019, 09:23 (GMT)
Disable clang-format for objective-C bits in GHOST.

Pre-8 versions of clang-format do not handle objective-C very well,
leading to unwanted changes when re-running the edits.
April 17, 2019, 08:54 (GMT)
Cleanup: Silence compiler warning with release builds
April 17, 2019, 07:34 (GMT)
ClangFormat: re-run (#if 0 caused noise)
April 17, 2019, 07:28 (GMT)
ClangFormat: remove '#if 0' to fix bmo_inset.c indent
April 17, 2019, 07:17 (GMT)
Cleanup: replace comments with meaningful variable names
April 17, 2019, 06:58 (GMT)
ClangFormat: adjust '#if 0' to fix gpu_buffers.c indent
April 17, 2019, 06:52 (GMT)
ClangFormat: format '#if 0' code

Previous cleanups didn't account for space after '#'.
April 17, 2019, 06:44 (GMT)
Cleanup: comment length in transform
April 17, 2019, 06:44 (GMT)
Cleanup: comment length in interface
April 17, 2019, 06:24 (GMT)
ClangFormat: format '#if 0' code in source/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021