August 27, 2020, 18:08 (GMT) |
Removed extra import statement |
August 27, 2020, 17:52 (GMT) |
Fix T77382: zooming into adjust last operation panel clips contents This panel should not have zoom functionality at all, just like headers and many other regions don't have it either. |
August 27, 2020, 17:33 (GMT) |
Cleanup: Move panel category drawing to proper section Somehow the panel category drawing functions ended up in the middle of the region event handling code. This commit moves them to their own section next to the rest of the drawing code. |
August 27, 2020, 17:03 (GMT) |
Cleanup: Fix white space in versions.cmake |
August 27, 2020, 17:02 (GMT) |
Merge branch 'asset-metadata' into asset-browser |
August 27, 2020, 17:00 (GMT) |
Merge branch 'master' into asset-metadata |
August 27, 2020, 14:40 (GMT) |
Fix Outliner allowing to enter Pose Mode on linked armature If a different object was active, clicking on a linked armature's pose in the Outliner would enter Pose Mode for it. This would actually cause a failed assert, but in release builds the armature would just enter pose mode. Steps to reproduce were: * Link in armature object * Activate a different object * In the Outliner, un-collapse the armature object * Activate Pose Mode by clicking on its pose there |
August 27, 2020, 14:10 (GMT) |
Cleanup: Fix build warning on windows MSBuild on windows currently spews a warning about buildinfo.h_fake not being generated. For build info we use a non existing file to trigger a custom_command on every build, which has worked well for years now, however in recent versions of MSBuild it has started issuing warnings about files that should be generated but are not. CMake is actually aware of this being a problem and states in the documentation that "If the output of the custom command is not actually created as a file on disk it should be marked with the SYMBOLIC source file property." This change fixes the build warning by properly marking the buildinfo.h_fake as symbolic resolving the warning. |
August 27, 2020, 14:07 (GMT) |
Merge branch 'master' into soc-2020-testing-frameworks |
August 27, 2020, 14:03 (GMT) |
Merge branch 'master' into soc-2021-testing-frameworks |
Revision 7e063e0 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 27, 2020, 13:19 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
August 27, 2020, 13:16 (GMT) |
Changed from ModifierTest to RunTest |
August 27, 2020, 13:14 (GMT) |
Changed the interface, now operators,bevel and boolean use MeshTest, no helper class |
Revision 7b6e6ef by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 27, 2020, 13:13 (GMT) |
LineArt: Splitting limit for dense triangle situations. |
August 27, 2020, 13:12 (GMT) |
Removed OperatorTest and ModifierTest, added a generic RunTest |
August 27, 2020, 12:52 (GMT) |
Fix crash of alembic tests after recent depsgraph builder change Need to make sure node factories are initialized prior to the dependency graph allocation. The regression was initially introduced in 5b021dff4136 Thanks Brecht for testing! |
August 27, 2020, 12:49 (GMT) |
Fix: Mantaflow always builds openvdb statically This would lead to problems when we build a dynamic openvdb library. |
August 27, 2020, 09:55 (GMT) |
Fix: FindEmbree.cmake looking for non existing dynamic libraries and failing It is now possible to build against a shared embree library. Before it was only possible to build against static Embree libraries. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D8702 |
August 27, 2020, 08:53 (GMT) |
Cleanup: more spelling corrections |
August 27, 2020, 08:37 (GMT) |
Expand on solver descriptions |
|
|
|


Master Commits
MiikaHweb | 2003-2021