August 7, 2019, 15:43 (GMT) |
Select utils refactor: remove lagacy `ED_view3d_select_id_read_rect` `ED_view3d_select_id_read_rect` serves only as a bridge to `DRW_framebuffer_select_id_read`. Keeping these codes similar only increases the complexity of some functions. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5415 |
August 7, 2019, 15:28 (GMT) |
UV: select overlap operator New operator to select overlapping UV's, from all visible edit-mesh UV's. D5421 @deadpin with edits. |
August 7, 2019, 15:01 (GMT) |
GPencil: New Edit menu structure Changes by @mendio |
August 7, 2019, 13:13 (GMT) |
Refactor and clean up White Noise node. |
August 7, 2019, 12:52 (GMT) |
Cloth: attempt at fixing caching clmd->mesh was being changed when it was returned as mesh_result, so now we are creating a local copy of the same. This is introduced another problem of the mesh not being correct when the playback is stopped. Need to look into this. |
August 7, 2019, 12:40 (GMT) |
Refactor and clean ip hashing code. |
August 7, 2019, 12:17 (GMT) |
Pass outliner type as a pointer Also adjust if statements not to keep checking outliner types when that type has been disabled. |
August 7, 2019, 12:02 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 7, 2019, 11:31 (GMT) |
Merge branch 'soc-2019-openxr' into temp-vr-draw-thread |
August 7, 2019, 11:11 (GMT) |
GPencil: New operator merge by distance (WIP) This operator joins points separated by a distance lower than factor. The point is moved to the middle location, except extremes that keep extreme location. |
August 7, 2019, 11:08 (GMT) |
Fix T67623 Eevee: Modulo node making unexpected/inconsistent behaviour This was a precision error. Using a more robust approach |
August 7, 2019, 11:02 (GMT) |
August 7, 2019, 10:36 (GMT) |
Fix T68348: Hotkeys do nothing when over viewport gizmos This was done intentionally so mouse press events tools didn't prevent gizmos receiving click events before `USE_GIZMO_MOUSE_PRIORITY_HACK` was added. |
August 7, 2019, 10:36 (GMT) |
Fix tool-tips remaining after operators start It was possible for e.g. to have a header tooltip displayed, then start walk-navigation which didn't close the tool-tip. |
August 7, 2019, 10:16 (GMT) |
Merge branch 'master' into greasepencil-object |
August 7, 2019, 10:14 (GMT) |
GPencil: Fix error after merge |
Revision 8ef0c6b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 7, 2019, 10:02 (GMT) |
Merge branch 'master' into functions |
Revision b277709 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 7, 2019, 10:00 (GMT) |
comment some library functions |
Revision 5350015 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) August 7, 2019, 09:52 (GMT) |
Fix dark VR rendering on Windows Mixed Reality by appyling SRGB OETF Discussed this in length with @sobotka, and it seems WMR has an utterly broken pixel color pipeline. So we apply a SRGB OETF for this specific runtime to compensate. |
Revision f8909cf by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 7, 2019, 09:40 (GMT) |
only wrap intrusive listbases for now |
|
|
|


Master Commits
MiikaHweb | 2003-2021