Blender Git Commit Log

All Blender Git commits.

Page: 832 / 8462

March 14, 2021, 16:18 (GMT)
Cleanup: Compositor anti-aliasing: rename and delete unused variables
March 14, 2021, 16:08 (GMT)
GPencil: Move to layer for curves
March 14, 2021, 16:05 (GMT)
GPencil: Extrude curves

Just use the new macro to check if the stroke is of type bezier.
March 14, 2021, 15:57 (GMT)
GPencil: Add copy & past for curves

Some refactoring of the copy & paste code was also done.
Mainly replacing for loops with `LISTBASE` macros and making
use of built-in functions.
March 14, 2021, 14:21 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
Revision 448cb5d by Ankit Meel (master)
March 14, 2021, 12:41 (GMT)
CMake/guardedalloc: add header file to TEST_SRC
March 14, 2021, 12:40 (GMT)
Remove extra assert
March 14, 2021, 12:31 (GMT)
Tests: add script_validate_keymap

This checks the generated key-map data matches the result of
re-exporting and re-importing.

This shows up various inconsistencies, including:

- Unused keymaps.
- Unknown/unused data in the keymap.
- Event arguments that don't make sense.
- Event values that don't match the event type
(tweak direction on keyboard event for example).
March 14, 2021, 12:27 (GMT)
Merge branch 'master' into geometry-nodes-mesh-primitives
March 14, 2021, 10:54 (GMT)
Fix warnings on Linux / gcc
March 14, 2021, 10:14 (GMT)
Merge branch 'master' into xr-actions-D9124
March 14, 2021, 10:02 (GMT)
XR: Cleanup after actionmap refactoring

Aside from general cleanup, changed that only user actionconfigs and
the builtin user config can be saved to blend files (the builtin
default and addon configs are excluded).
March 14, 2021, 09:07 (GMT)
Merge branch 'master' into temp-gpencil-io
Revision 2919c4b by Campbell Barton (master)
March 14, 2021, 07:08 (GMT)
Cleanup: use explicit check for WM_KEYMAP_UPDATE_RECONFIGURE

A block of code ran when `wm_keymap_update_flag` was non-zero,
replace this with explicit flag check since it wasn't
immediately obvious which flag needed to be set.
March 14, 2021, 07:08 (GMT)
Cleanup: unused argument warnings
March 14, 2021, 07:08 (GMT)
Cleanup: avoid risky list as default argument in keymap
March 14, 2021, 07:08 (GMT)
Cleanup: remove redundant keymap arguments

Also add missing space-type argument, while not required
this is used by convention elsewhere in the key-map.
March 14, 2021, 07:08 (GMT)
Cleanup: remove invalid repeat argument
March 14, 2021, 07:08 (GMT)
Cleanup: remove unused "Gizmo" & "Header" keymaps
March 14, 2021, 07:00 (GMT)
WM: support loading keymaps in background mode

While this still isn't done by default on startup,
activating a key-config will load it as expected.

Needed to perform key-map loading tests in background mode.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021