Blender Git Commit Log

All Blender Git commits.

Page: 2367 / 8462

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.
July 10, 2019, 12:35 (GMT)
take event execute interface out of action interface
July 10, 2019, 12:32 (GMT)
Cleanup: make format.
July 10, 2019, 12:28 (GMT)
LANPR: use ED_ functions for SVG export.
July 10, 2019, 12:21 (GMT)
more centralized solution to getting an array ref for a range
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
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.
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
Revision 956d384 by Campbell Barton (master)
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
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021