Revision c05ef14 by Jacques Lucke April 28, 2020, 14:41 (GMT) |
BLI: add Set.clear method |
Revision d575b72 by Jacques Lucke April 28, 2020, 14:35 (GMT) |
BLI: add Set.is_empty method |
Revision 69e8de4 by Jacques Lucke April 28, 2020, 13:56 (GMT) |
Depsgraph: use BLI::Map in RootPChanMap Reviewers: sergey, sybren Differential Revision: https://developer.blender.org/D7521 |
Revision 6278b48 by Bastien Montagne April 28, 2020, 13:40 (GMT) |
Merge branch 'blender-v2.83-release' Conflicts: source/blender/blenkernel/intern/lib_query.c source/blender/depsgraph/intern/builder/deg_builder_relations.cc |
Revision 37e08e5 by Bastien Montagne April 28, 2020, 13:31 (GMT) |
Depsgraph: Add IDProperties handling. Fix T75279: BLI_assert failed when deleting object in debug build (only). And all general cases of ID pointer idproperties that would use a data-block not referenced anywhere else in the depsgraph. This includes idproperties from: * All ID types; * Bones and pose bones; * Sequences; * Nodes and sockets. Differential Revision: https://developer.blender.org/D7551 |
Revision 9f090ba by Bastien Montagne April 28, 2020, 13:25 (GMT) |
IDProperties: add a foreach looper and use it in libquery code. Note: part of fix for T75279. Differential Revision: https://developer.blender.org/D7550 |
Revision 1c7317a by Jacques Lucke April 28, 2020, 12:05 (GMT) |
BLI: add library to simplify writing dot graph exporters See D6799 for some examples on how to use the library. Reviewers: sergey Differential Revision: https://developer.blender.org/D6799 |
Revision 9c65ac7 by Jacques Lucke April 28, 2020, 11:55 (GMT) |
BLI: add Map.lookup_or_add_default method |
Revision 7d85b64 by Brecht Van Lommel April 28, 2020, 11:50 (GMT) |
Fix T76044: update Cycles to build with OSL 1.11 master |
Revision 2c60221 by Sergey Sharybin April 28, 2020, 11:33 (GMT) |
Cleanup: Missing include directories after recent cleanup |
Revision 2010000 by Brecht Van Lommel April 28, 2020, 11:31 (GMT) |
Fix armature roll test failing on macOS |
Revision 7d1bb2e by Sergey Sharybin April 28, 2020, 11:31 (GMT) |
Cleanup: Strict compiler warning in release mode |
Revision 8da80e7 by Brecht Van Lommel April 28, 2020, 11:02 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 2db4a5b by Brecht Van Lommel April 28, 2020, 10:57 (GMT) |
Cleanup: remove unused string module This is legacy code that can simply be replaced by std::string. |
Revision 2580fa1 by Brecht Van Lommel April 28, 2020, 10:57 (GMT) |
Cleanup: remove STR_String usage from GHOST |
Revision 6cab53e by Brecht Van Lommel April 28, 2020, 10:50 (GMT) |
Tests: fix some tests passing even if there are Python errors Blender was not configured to exit with non-zero return code on Python errors. A bunch of tests worked around this but not all. This removes the need for such workarounds. |
Revision b21a3e7 by Jacques Lucke April 28, 2020, 10:49 (GMT) |
Depsgraph: Use BLI::Map in more places Reviewers: sergey Differential Revision: https://developer.blender.org/D7519 |
Revision a7bd835 by Brecht Van Lommel April 28, 2020, 10:48 (GMT) |
Fix Python bundled module test error We don't bundle cffi, rather the ffi library is used for ctypes. This test is currently passing even when there are errors, that will be fixed next. |
April 28, 2020, 10:29 (GMT) |
Tests: add physics tests cloth and softybody This uses the same framework as automated modifier tests. It adds a physics modifier, bakes and compares vertex coordinates on the end frame. Differential Revision: https://developer.blender.org/D7017 |
April 28, 2020, 10:27 (GMT) |
Strengthen modifiers test validation, from D7397. Submitting on behalf of Jesse Y (deadpin). In test harness for modifier testing, now run mesh validation on output mesh. Also, fix printing so it interleaves properly. |
|
|
|


Master Commits
MiikaHweb | 2003-2021