May 23, 2019, 20:37 (GMT) |
fix unreported Collada exporter Regression: Added back minimal support for Maya bindpose |
May 23, 2019, 20:04 (GMT) |
Fix T65043: Make sure that final mesh geometry gets initialized |
May 23, 2019, 19:34 (GMT) |
AssetEngines: fix memleaks in append case... |
May 23, 2019, 19:28 (GMT) |
Merge branch 'master' into filebrowser_redesign |
May 23, 2019, 19:12 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/blenkernel/intern/library.c source/blender/blenkernel/intern/library_remap.c source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/versioning_defaults.c source/blender/editors/space_file/space_file.c source/blender/makesdna/DNA_space_types.h source/blender/windowmanager/WM_api.h source/blender/windowmanager/intern/wm_files_link.c source/blender/windowmanager/intern/wm_init_exit.c |
May 23, 2019, 18:52 (GMT) |
VSE: minimal cache invalidation |
May 23, 2019, 18:50 (GMT) |
VSE: remove lazy loading for strip crop and transform Lazy loading prevented showing values in UI. Now we just gray them out if not used. |
May 23, 2019, 16:42 (GMT) |
[Fast import/export] Added option to disable deduplicating UVs and normals and small refactoring |
May 23, 2019, 16:13 (GMT) |
Industry Compat Keymap: Support Transform tool Using the T key, which is after WER |
May 23, 2019, 16:12 (GMT) |
UI: Move Transform tool to be after Move, Rotate, Scale in the toolbar |
May 23, 2019, 15:38 (GMT) |
3D View: add back transform tool Further changes are planned in T64928, this is just the initial basic version. |
Revision 68174cf by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 23, 2019, 15:27 (GMT) |
Merge branch 'master' into functions |
Revision ef22ff0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 23, 2019, 15:01 (GMT) |
GPencil: Redesign Grab evaluation transform calculation Still problems with single points strokes |
May 23, 2019, 14:57 (GMT) |
Depsgraph: Ensure DOF object is always in the graph Related in T60961. Unfortunately, doesn't fix it yet. Needs deeper investigation. |
May 23, 2019, 14:45 (GMT) |
Eevee: Ignore COW tag when deciding on auto-bake This is too generic flag, and it might be used by anything, starting from changes in transform ending with changes in ID properties. The check here is to be as specific as possible. If that is not possible the decision must be documented. Related on T63111. Reviewers: brecht Differential Revision: https://developer.blender.org/D4923 |
May 23, 2019, 14:45 (GMT) |
Depsgraph: Don't tag original IDs for recalc Tagging original ID introduces a conflict of interest when a separate graph is created and is tagging objects to be re-evaluated with its context. This is part of the problem in T63111: tags within a temporary dependency graph affects viewport and vice versa, which makes logic to wrongly consider that something did change in the scene and that baking is to be redone. This effectively reverts db3bfd0, but this time everything seems to be updating fine in the viewport. |
May 23, 2019, 14:37 (GMT) |
Fix several issues with recent node selection changes. Root of the issue (beside lack of control over operators evaluation in keymaps, since tools always get tried first), is that wurrent WM code only allows one modal op to start from a single event (returning `PASSTHROUGH` in that case is useless, WM code still considers event as consumed and does not try any further handling of it). Solution is then to change trigger events of resize/link operators from `LEFTMOUSE` to `EVT_TWEAK_L`, which makes more sense anyway, imho, for drag operations... Fix T64693: Can't resize selected node. Fix T64933: "Dots" in node editor can no longer be selected by just clicking on them. Fix T64660: no access to node connectors when a node is inside a layout frame. |
May 23, 2019, 14:37 (GMT) |
Revert "Fix T64660: no access to node connectors when a node is inside a layout frame." This reverts commit 59b7f3a16463f2286a8349028f15e7e7a3be06dc, which was causing T64933. |
May 23, 2019, 14:37 (GMT) |
Cleanup: Nodes: make it clear that SOCK_IN/_OUT are bitflags. |
May 23, 2019, 14:34 (GMT) |
Fix T65035: Wokbench Material Alpha When using texture drawing the material alpha was not set correctly, It used the `shading.xray_alpha` as this was the default set in the forward renderer. |
|
|
|


Master Commits
MiikaHweb | 2003-2021