Blender Git Commit Log

All Blender Git commits.

Page: 2369 / 8462

July 10, 2019, 08:08 (GMT)
Fix T66571: Unable to change input color space of PSD

Image reader must not override file's color space specification if it
is already specified.
July 10, 2019, 07:56 (GMT)
Alembic export: avoid BLI_assert() failure when object is not in depsgraph

When the object we iterate over is not part of the depsgraph, we cannot
get the evaluated copy to export. This workaround is temporary to avoid
a BLI_assert() failure getting the evaluated mesh of this object.

This will be handled more elegantly in the new AbstractHierarchyIterator
that I'm working on, but that requires a bigger change than we should
allow this close to the 2.80 release candidate.

This fixes a problem described in T58686.
July 10, 2019, 06:57 (GMT)
Cloth: remove uv islands from bmesh
July 10, 2019, 05:43 (GMT)
LANPR: SVG export callbacks.
July 10, 2019, 04:41 (GMT)
Cleanup: avoid line breaks from trailing comments
July 10, 2019, 04:01 (GMT)
Cleanup: avoid accessing same vars multiple times
July 10, 2019, 03:48 (GMT)
UI: use a label for strip 'frame_final_end'

This is intended for Python access and allows temporary negative frames
which is a problem when accessed from the UI.

This allows:

seq.frame_final_start, seq.frame_final_end = frame_range

However it allows invalid sequence strips,
using a label is fine since there is a duration property here which
can change the length.
July 10, 2019, 03:41 (GMT)
Merge branch 'master' into soc-2019-bevel-profiles
July 10, 2019, 03:39 (GMT)
Cleanup: reserve single quotes for enums
July 10, 2019, 03:38 (GMT)
Updated debug orientation drawing.

This will make it easier to debug issues with the orientation calculations.
It's now easier to tell which edge_half each marked profile start boundvert belongs to.
July 10, 2019, 03:35 (GMT)
Profile Widget added to global ToolSettings struct and edit mode bevel tool.

Now the same profile widget should be accessible everywhere, so the changes
should carry over from one call to the next.

The tool settings for bevel are now drawn in a custom callback which also enables
some fancier hiding of properties when they're not being used, which I've also
taken advantage of in this commit.

There are still a couple bugs with the new redo panel but the bulk of the work is
finished for making the bevel tool work with custom profiles.
July 10, 2019, 03:08 (GMT)
LANPR: Added operator for exporting svg. (Not functioning)
July 10, 2019, 02:49 (GMT)
Merge branch 'greasepencil-object' into soc-2019-npr
July 10, 2019, 02:48 (GMT)
Gpencil: Basic SVG export callback is running OK.
July 10, 2019, 01:55 (GMT)
Gpenci: Fix missing path end markings in writesvg.c
July 10, 2019, 01:45 (GMT)
Gpencil: Renamed GPencilSVGWriter into GPencilSVGIterator.
July 10, 2019, 01:31 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 10, 2019, 00:42 (GMT)
Merge branch 'master' into soc-2019-outliner
July 10, 2019, 00:40 (GMT)
Outliner: Fix setting active when in edit mode

Fixes some small issues with setting active elements
July 9, 2019, 22:45 (GMT)
Revert strip start property to strip_start

Using strip_final_start affects strip offset while not moving content.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021