Revision 338cef6 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 19, 2020, 11:26 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
July 19, 2020, 08:30 (GMT) |
Merge branch 'master' into soc-2020-info-editor # Conflicts: # source/blender/blenkernel/intern/cloth.c |
July 19, 2020, 03:49 (GMT) |
Outliner: Add generic UI Stack drop operator Replaces the modifier drop operator and works for modifiers, constraints, and shader fx. Because these three elements share common traits, it made the code simpler to combine the operator for all three. Three types of actions are supported depending on where the element is dropped: * Drop within the same list to reorder. * Drop on another object to copy. * Drop the base (parent) element to link all to another object. A few cases are yet unsupported but will be added to blenkernel. |
July 19, 2020, 00:53 (GMT) |
GHOST: Add barebone vulkan context for X11 The context does nothing. For now it always fail and will always fallback to opengl. |
July 19, 2020, 00:53 (GMT) |
Vulkan: Add CMake inclusion We need to bump minimum version to 3.7 for FindVulkan.cmake to be available. |
July 18, 2020, 23:58 (GMT) |
Fix a strange merge problem, and fix a couple of warnings. |
July 18, 2020, 22:43 (GMT) |
Outliner: Remove creation order sort method This was a placeholder while manual sort did not work. Manual sort changes the "creation order" in the database lists so creation order was the same ordering as manual. |
July 18, 2020, 20:06 (GMT) |
GPencil: deselect stroke after convert from curve |
July 18, 2020, 17:53 (GMT) |
Fix wrong curve indices: missing parentheses. |
July 18, 2020, 17:43 (GMT) |
Outliner: Add modifier copy with drag and drop Allow copying single modifiers with drag and drop between objects. The next step is to generalize the code for modifiers and use it for contraints, modifiers, and shaderfx. |
July 18, 2020, 14:40 (GMT) |
Merge branch 'master' into soc-2020-outliner |
July 18, 2020, 11:06 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
July 18, 2020, 11:05 (GMT) |
GPencil: WIP: convert to curve box/lasso select |
July 18, 2020, 10:58 (GMT) |
Merge branch 'master' into newboolean |
July 18, 2020, 10:02 (GMT) |
Fix build issues after merge: BKE_* -> NOD_* Also remove some extra paths from CMakeLists.txt. |
July 18, 2020, 09:24 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
July 18, 2020, 09:20 (GMT) |
Use MutableSpan instead of raw pointers Since nearly all but one use cases for `copy_string_to_int` is for single integer, MutableSpan only adds extra `{&integer ,1}` syntax at the caller. Better use `int &r_dst`. Also make exception `const` Add assert before casting `int` to `uint` for MEdge. |
Revision 8cdcc37 by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 18, 2020, 08:35 (GMT) |
Merge branch 'master' into lanpr-under-gp |
July 18, 2020, 08:34 (GMT) |
Merge branch 'master' into greasepencil-object |
July 18, 2020, 08:34 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
|
|
|


Master Commits
MiikaHweb | 2003-2021