Blender Git Commit Log

All Blender Git commits.

Page: 2020 / 8462

November 30, 2019, 12:47 (GMT)
GPencil: Object mode always use Vertex Paint mix
November 30, 2019, 12:32 (GMT)
GPencil: Transform thickness when transform Scale in Edit mode
November 30, 2019, 12:30 (GMT)
initial Get Position on Surface node
November 30, 2019, 10:55 (GMT)
GPencil: Fix versioning code after merge

November 30, 2019, 10:49 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
November 30, 2019, 10:46 (GMT)
GPencil: Fix unreported thickness does not scale when layer is parented

The thickness was using the object scale always, but when the layer is parented, must use the parented object scale.
November 30, 2019, 08:21 (GMT)
UI: group NDOF XYZ invert options
November 30, 2019, 08:20 (GMT)
NDOF: invert axes by default

Matches 3D Connexion's reference software.
November 30, 2019, 07:52 (GMT)
Cleanup: remove unused NDOF icons
November 30, 2019, 06:08 (GMT)
UI: allow to hide markers region per editor

Instead of having the option to show marker lines,
make the marker region optional.

- Added a Show Markers entry in the View menu of the animation editors.
- If the markers region is not active then the Marker menu gets hidden.
- Removed marker menu from the driver editor
and don't allow to use marker operators.
November 29, 2019, 22:51 (GMT)
GPencil: Update when shading mode changes
November 29, 2019, 22:48 (GMT)
GPencil: Don't disable Vertex paint if Material mode
November 29, 2019, 22:15 (GMT)
Merge branch 'master' into greasepencil-object
November 29, 2019, 21:51 (GMT)
GPencil: Fix error when parent a layer to Bone and don't scale thickness
November 29, 2019, 16:09 (GMT)
Fix T72000: Key shortcuts unavailable in popovers
November 29, 2019, 15:58 (GMT)
Undo: initial attempt to use ID swap to address pointers remapping issue.

Not really working right now...
November 29, 2019, 15:55 (GMT)
Cleanup: Alembic: avoid unused parameter warning
November 29, 2019, 15:31 (GMT)
Alembic export: assume that transforms are always animated

This is a partial rollback of f18ad385dffe70f5e57df00ff9bbb7b42fa05be0. It
turned out to be more tricky to determine animatedness of an object.

This fixes T71986.
November 29, 2019, 15:27 (GMT)
Merge branch 'master' into greasepencil-object
November 29, 2019, 15:27 (GMT)
GPencil: Fix error when interpolate sequence strokes with weights

When the final stroke was smaller than original stroke, the weights array must be resized, but by error the function used the original stroke pointer instead of the new stroke pointer and this corrupted the pointers.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021