Blender Git Commit Log

All Blender Git commits.

Page: 1067 / 8462

December 8, 2020, 09:52 (GMT)
PyDoc: expanded documentation for bpy_struct.is_property_set

This patch expands on the `is_property_set` doc-string,
detailing the purpose of the `ghost` argument added in
d3bcbe10c20e8b418659d8fdca98fd6b4bfecdfe.

Reviewed By: sybren

Ref D9780
December 8, 2020, 09:49 (GMT)
PyDoc: avoid blank lines at the beginning of code-examples
December 8, 2020, 09:48 (GMT)
CMake: fix linking with WITH_SDL_DYNLOAD

While this was only needed in 'source/blender/python',
add to ghost to avoid problems in the future.
December 8, 2020, 09:44 (GMT)
Cleanup: use static declarations
December 8, 2020, 09:44 (GMT)
shaders_test: correct arguments to EEVEE_shaders_cryptomatte_sh_get
December 8, 2020, 09:22 (GMT)
Initial design
December 8, 2020, 08:48 (GMT)
Cleanup: LibOverride: Forgot to update comments in previous commit.
December 8, 2020, 08:40 (GMT)
LibOverride: Refactor collection items 'local' helper functions.

It's easier to read and less 'weird' to check that an item is non-local
in a liboverride data-block, than the other way around. Thanks to
@sybren for noticing it.
December 8, 2020, 07:44 (GMT)
Initial Commit
December 8, 2020, 06:27 (GMT)
UI: Update Clip Tracking menus

- Add operators that previously could only be found in panels
- Re order menus to match other menus
- Organize Code

Differential Revision: https://developer.blender.org/D9781
December 8, 2020, 04:09 (GMT)
Merge branch 'master' into cycles_procedural_api
December 8, 2020, 01:20 (GMT)
Fix T83117: Curve bevel not handle aligned at end-points

Caused by fix for T80742, 4987b7d347a885916916a888c18401ea2fe552f4.

Keep the fix that calculates the start/end direction
from adjacent points but only use it as a fallback.
December 7, 2020, 22:51 (GMT)
Spelling: Bit Depth Compound Modifiers

Correct usage of compound modifiers like '32-bit'.

Differential Revision: https://developer.blender.org/D9769

Reviewed by Julian Eisel
December 7, 2020, 21:46 (GMT)
UI: Correct Usage of 'Eevee' Name

Use accepted capitalization of Eevee, not 'EEVEE'.

Differential Revision: https://developer.blender.org/D9770

Reviewed by Julian Eisel
Revision e258dfa by William Reynish / Harley Acheson (master)
December 7, 2020, 21:35 (GMT)
UI: Add Heading to Curve Deform Toggles

Adds a heading to the three Properties Curve Deform toggles.

Differential Revision: https://developer.blender.org/D9766

Reviewed by Julian Eisel
Revision 2b3d85d by William Reynish / Harley Acheson (master)
December 7, 2020, 21:34 (GMT)
IC keymap: Properties and Modifier Changes

Updating Industry Compatible keymap for Property filtering and new Modifier behavior.

Differential Revision: https://developer.blender.org/D9765

Reviewed by Julian Eisel
Revision 6858065 by William Reynish / Harley Acheson (master)
December 7, 2020, 21:29 (GMT)
Userprefs: Tooltips Section Layout Tweaks

Small improvements to the layout of the Tooltips section in Preferences.

Differential Revision: https://developer.blender.org/D9772

Reviewed by Pablo Vazquez
December 7, 2020, 21:04 (GMT)
Merge branch 'master' into temp_bmesh_multires
December 7, 2020, 20:36 (GMT)
Fix T83307: Some modal keys of transform operators don't correspond to the expected effect

The transform modes `shrinkfatten` and `seq_slide` have a special way of
handling events.

They use modal events in a different way than expected.

Therefore, this commit adds special event handles for these modes and
removes the keymodal tips from the status bar.

These effects are already described in the header anyway.
December 7, 2020, 19:48 (GMT)
Commit before merge
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021