July 17, 2019, 13:16 (GMT) |
Fix T59713: Moving bones between layers in edit mode doesn't show the dot icon in the layers UI |
Revision 151fb12 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 17, 2019, 12:51 (GMT) |
Fix for previous commit, accidental call to xrDestroySwapchain |
Revision 165c5a5 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 17, 2019, 12:05 (GMT) |
Fix possible OpenXR swapchain leak by using new unique_oxr_ptr |
Revision 2b17ee6 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 12:03 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
July 17, 2019, 11:51 (GMT) |
Fix T67001: Studio and Flat lightning in single color do not respect clipping region `DRW_STATE_CLIP_PLANES` has to be enabled independent of the workbench material. Reviewers: fclem, jbakker Differential Revision: https://developer.blender.org/D5278 |
Revision 74fc1db by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 17, 2019, 11:35 (GMT) |
Add helper class to RAII manage OpenXR handles Adds generic unique_oxr_ptr to wrap xrCreate and xrDestroy functions of OpenXR handles into a unique_ptr like RAII interface. While for most cases, OpenXR resources can be freed by their owning object, sometimes errors may occor before final ownership is established. E.g. swapchain ownership is only transfered to the session object once its swapchain-images are created - which may fail. With this RAII wrapper, the swapchain would be freed on error (as this triggers stack unwinding through an exception), no matter who holds ownership to it currently. There are other solutions to this problem, e.g. by establishing final ownership right after/upon creation, or by explicit freeing in case an error is spotted; it's too easy to make mistakes here though. Plus, we may want to experiment with using this API for all OpenXR resources, to entirely avoid the possibility of them leaking. |
July 17, 2019, 11:30 (GMT) |
Fix T67115: Changing the Shape of a Force Field object does not refresh the animation |
July 17, 2019, 11:19 (GMT) |
Undo System: replace with simpler binary diffing buffer storage Applying/undoing incremental changes didn't fit well when mixed with periodic snapshots from mem-file undo. This moves to a much simpler undo system. - Uses array storage with de-duplication from `BLI_array_store`. - Loads the buffer into existing text data, for better performance on large files. - Has the advantage that Python operators can be supported since we don't depend on hard coded undo operations. Solves T67045, T66695, T65909. |
July 17, 2019, 10:22 (GMT) |
Cloth: fix bug in sewing v5v1 may not always exist (eg. cube with loose edges when triangulated can have different triangulation, may not be perfectly mirrored). This is now taken into account. |
Revision 03ff2a8 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 17, 2019, 09:29 (GMT) |
Fix compile error with USE_FORCE_WINDOWED_SESSION enabled At least get it to compile, this is still kinda broken though. |
Revision 09bc3a0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 17, 2019, 09:20 (GMT) |
Revert "use evaluated node tree" This reverts commit eddb4d0af423b094d89266064e66b4133546ce7a. Sometimes the evaluated node trees are not updated when the real node tree changes. Use original trees until this is fixed. |
Revision 7f1acb3 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 09:15 (GMT) |
Merge branch 'master' into greasepencil-object |
July 17, 2019, 08:39 (GMT) |
Fix T66949: Can't select bones from multiple objects in wpaint mode |
July 17, 2019, 07:56 (GMT) |
Fix T67047: Can't jump to frame when using jack in A/V sync mode Similar fix to 495aff7. Reviewers: brecht Reviewed By: brecht Maniphest Tasks: T67047 Differential Revision: https://developer.blender.org/D5268 |
July 17, 2019, 06:57 (GMT) |
Fix object selection when in pose mode The new selected object was activated but not selected. |
Revision e2a7fca by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 06:40 (GMT) |
GPencil: Make sample modifier a part of simplify modifier. |
Revision 01e91a4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 06:18 (GMT) |
LANPR: Feature line modifier UI consistensy with the rest. |
Revision 9573481 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 06:12 (GMT) |
GPencil: Renamed modifier "Length". |
Revision c7156dd by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 06:08 (GMT) |
GPencil: Renamed modifier into "MultiStroke". |
Revision 93c4a93 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 17, 2019, 05:57 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021