Revision 035b455 by Sergey Sharybin April 17, 2019, 15:32 (GMT) |
Tests: Fix ID properties test Simply adjust to Python API changes done in 2.8. |
Revision 5461a68 by Jacques Lucke 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. |
Revision 12aa9b2 by Ray molenkamp 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. |
Revision edde48f by Clément Foucault 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. |
Revision f3b7b7e by Jacques Lucke April 17, 2019, 11:49 (GMT) |
Fix T63673: Wrong api documentation for Quaternion.dot(other) |
Revision 6770f76 by Alexander Gavrilov 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 |
Revision f73255c by Campbell Barton April 17, 2019, 11:34 (GMT) |
editorconfig: correct indent size |
Revision c3a11a5 by Sebastian Parborg 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 |
Revision 43e84e3 by Bastien Montagne 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. |
Revision 1cb9612 by Bastien Montagne 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. |
Revision 8afb130 by Sergey Sharybin April 17, 2019, 08:54 (GMT) |
Cleanup: Silence compiler warning with release builds |
Revision 1961c61 by Campbell Barton April 17, 2019, 07:34 (GMT) |
ClangFormat: re-run (#if 0 caused noise) |
Revision ac2317f by Campbell Barton April 17, 2019, 07:28 (GMT) |
ClangFormat: remove '#if 0' to fix bmo_inset.c indent |
Revision 37c76a7 by Campbell Barton April 17, 2019, 07:17 (GMT) |
Cleanup: replace comments with meaningful variable names |
Revision 600f120 by Campbell Barton April 17, 2019, 06:58 (GMT) |
ClangFormat: adjust '#if 0' to fix gpu_buffers.c indent |
Revision a54bdd7 by Campbell Barton April 17, 2019, 06:52 (GMT) |
ClangFormat: format '#if 0' code Previous cleanups didn't account for space after '#'. |
Revision 223f931 by Campbell Barton April 17, 2019, 06:44 (GMT) |
Cleanup: comment length in transform |
Revision 6b26024 by Campbell Barton April 17, 2019, 06:44 (GMT) |
Cleanup: comment length in interface |
Revision 41d4a19 by Campbell Barton April 17, 2019, 06:24 (GMT) |
ClangFormat: format '#if 0' code in source/ |
|
|
|


Master Commits
MiikaHweb | 2003-2021