July 10, 2019, 12:51 (GMT) |
Fix release notes not showing in splash without recent files |
July 10, 2019, 12:44 (GMT) |
Fix T61770 Multiple Hair Systems Not visible while in particle edit mode The check was for the whole object instead of individual particle system. |
Revision 3d93967 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 12:35 (GMT) |
take event execute interface out of action interface |
Revision 6cbc913 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 12:32 (GMT) |
Cleanup: make format. |
Revision 16ddb6a by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 12:28 (GMT) |
LANPR: use ED_ functions for SVG export. |
Revision 8b13cd8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 12:21 (GMT) |
more centralized solution to getting an array ref for a range |
Revision 88c5c92 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 12:14 (GMT) |
Merge branch 'greasepencil-object' into soc-2019-npr |
July 10, 2019, 12:13 (GMT) |
Fix T66631: Crash when converting objects from Curve to Mesh When `BKE_mesh_new_from_object()` cannot convert an object to a mesh, it returns `NULL`. This case was not handled at all in `BKE_mesh_new_from_object_to_bmain()` or `curvetomesh()`, causing a segmentation fault. This commit fixes the segmentation fault, and leaves the curve object as a curve object. Reviewed By: mont29, brecht, sergey Differential Revision: https://developer.blender.org/D5217 |
July 10, 2019, 12:11 (GMT) |
Fix T66530: set_stereo_3d (pageflip) exists Blender Note: Although this fixes the issue (as in, it prevents a crash) BKE_reports are not working because of CTX_wm_window_set(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5210 |
Revision 222deee by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 12:10 (GMT) |
SVG: functions moved to editors/io for ease of external access. |
July 10, 2019, 12:04 (GMT) |
Fix T66627: Multiobject Edit UV constraint to image bounds This was broken since the original commit to handle multi-object editing: rBbfc9d426bb95. |
Revision ab0f8b4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 11:54 (GMT) |
use ParticleSets abstraction instead of emitter targets |
July 10, 2019, 11:46 (GMT) |
Fix T57489 Eevee: Texture coordinate object reference not working for world |
July 10, 2019, 11:42 (GMT) |
Undo System: ensure the text ID for each undo step is used In practice this wasn't causing errors, however it could be an issue in the future. |
July 10, 2019, 11:23 (GMT) |
Fix T65850 Sculpt: Vertices not hidden if using shape keys |
July 10, 2019, 11:14 (GMT) |
Cloth: fix rare infinite loop in split edges and some other issues |
July 10, 2019, 11:03 (GMT) |
Cloth: implemented independent edges |
Revision 8ea9f57 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 10:59 (GMT) |
simplify event execute interface |
July 10, 2019, 10:57 (GMT) |
Fix T66560 Sequencer: Shortcut keys no showing in menu for 'Move' and 'Refresh All' The menu shortcut context for 'Refresh All' was wrong and the actual operation exectuted in the menu for the 'Move' command was different from the shortcut. |
July 10, 2019, 10:56 (GMT) |
Cloth: improve edge flip condition |
|
|
|


Master Commits
MiikaHweb | 2003-2021