Blender Git Commit Log

All Blender Git commits.

Page: 1423 / 8462

July 29, 2020, 07:45 (GMT)
Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.

Simply remove that check ob userdef's themes, we are never read any
userdef from startup file anymore, so this check makes no more sense.

To be backported to 2.83.
July 29, 2020, 07:28 (GMT)
Fix T78306: Weight Transfer Operator target mesh doesn't update when transforming bones.

Data transfer operator was missing tagging DEG for relations updates.

Should be portable to 2.83 as well.
July 29, 2020, 07:25 (GMT)
Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting doesn't work.

Some modes were working by mere chance in that ugly 'reversed' case, but
the to/from selection modes were not properly swapped...

Should also be safe for 2.83.
July 29, 2020, 07:24 (GMT)
Fix T79180: Object disappears when scaled, set origin etc after applying smooth modifier.

Very dummy mistake in modifier code would generate invalid number
(divisions by zero)...

Should also be ported to 2.83.
July 29, 2020, 07:13 (GMT)
Version bump: Blender 2.83.4 Beta
July 29, 2020, 07:09 (GMT)
LineArt: Fix long line not registering bug.
July 29, 2020, 07:06 (GMT)
Fix T79355: switch to texture paint workspace changes image in other workspaces

Only automatically change image in editor to follow texture paint editors and
workspaces that are visible.
July 29, 2020, 06:29 (GMT)
LineArt: Adjacent triangle hack.
July 29, 2020, 05:43 (GMT)
LineArt: Do not offset near-clip in culling stage.
July 29, 2020, 04:11 (GMT)
LineArt: Obsolete functions clean up.
July 29, 2020, 04:11 (GMT)
LineArt: Use linear W for back-transform.
July 29, 2020, 03:18 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/editors/space_buttons/buttons_context.c
July 29, 2020, 02:05 (GMT)
Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'

Use 'emboss' instead of 'draw_type' as enum, layout & functions use
the term emboss.

This issue was noted by @Poulpator in D8414, as `dt` is also an
abbreviation for delta-time.
July 29, 2020, 01:00 (GMT)
Cleanup: quiet possible comma misuse warning in feestyle PyAPI
July 29, 2020, 00:50 (GMT)
Clanup: unused return
July 29, 2020, 00:50 (GMT)
Cleanup: correct assert in GPU_offscreen_read_pixels
July 29, 2020, 00:50 (GMT)
Cleanup: declare static variables
July 29, 2020, 00:45 (GMT)
Fix incorrect flag check in overlay relationship lines
July 29, 2020, 00:14 (GMT)
cleanup
July 29, 2020, 00:01 (GMT)
Docs: add translation keyword argument default for msgctxt
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021