May 29, 2019, 09:19 (GMT) |
Sequencer: Fix box select using incorrect rectangles for sequences Reviewer: ISS Differential Revision: https://developer.blender.org/D4968 |
May 29, 2019, 08:44 (GMT) |
Fix T58251: Cycles ignores linked meshes when rendering The idea is to share a mesh data-block as a result across all objects which are sharing same original mesh and have no effective modifiers. This mesh is owned by an original copy-on-written version of object data. Tricky part is to make sure it is only initialized once, and currently a silly mutex lock is used. In practice it only locks if the mesh is not already there. As an extra bonus, even viewport memory is also lower after this change. Reviewers: brecht, mont29 Reviewed By: brecht, mont29 Differential Revision: https://developer.blender.org/D4954 |
May 29, 2019, 08:34 (GMT) |
Keymap: Add back support for Set/Add/Subtract for box selecting in the Sequencer. |
Revision dac6485 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 08:23 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr # Conflicts: # release/datafiles/locale # release/scripts/addons # release/scripts/addons_contrib |
Revision 66f09ee by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 08:21 (GMT) |
Clean up of lanpr_util stuff. |
May 29, 2019, 08:13 (GMT) |
UI: use matching distance checks & define for dragging |
Revision 6b9eb80 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 07:50 (GMT) |
Merge branch 'master' into greasepencil-object |
May 29, 2019, 06:59 (GMT) |
Correct error in last commit |
May 29, 2019, 06:51 (GMT) |
Correct error in last commit |
May 29, 2019, 04:30 (GMT) |
Keymap: add drag-only generic gizmo keymap Allows gizmos clicks to fall through for gizmos which only drag, currently unused. |
May 29, 2019, 04:02 (GMT) |
Fix T65027: Snap 3D cursor on hidden faces doesn't work in Edit Mode. I'm not very fond of adding new types of bvhtrees. But this is probably the most efficient solution. |
May 29, 2019, 03:40 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
May 29, 2019, 03:35 (GMT) |
Progress on sampling the 2D coords along the curve's length. Sampling dysfunctional at the moment, debugging next. (Day 2) |
May 29, 2019, 03:28 (GMT) |
Fix T65005: Missing "LINES_ADJ" and "TRIS_ADJ" in the GPU Python API. |
May 29, 2019, 03:28 (GMT) |
Possible fix for T63685: macOS edit mode selection not working on second display The idea is to force `glReadPixel` to run in the offscreen context. And don't rely on any rendering context. |
May 29, 2019, 03:01 (GMT) |
Cleanup: move gizmo keymap access into funcitons Existing functions were written to match the setup_keymap callback. Add versions that can be called with the window manager for convenience. |
May 29, 2019, 02:52 (GMT) |
Merge branch 'master' into soc-2019-outliner |
May 29, 2019, 02:47 (GMT) |
Outliner: Active element Initial implementation for active elements. Currently works for select and extend selection |
May 29, 2019, 01:33 (GMT) |
Cleanup: remove redundant sequencer under cursor check |
May 29, 2019, 01:16 (GMT) |
Cleanup: correct private function naming Use term 'glyph' instead of 'icon' since we already have event icons. |
|
|
|


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