Blender Git Commit Log

All Blender Git commits.

Page: 1192 / 8462

October 22, 2020, 07:48 (GMT)
Merge branch 'blender-v2.91-release'
October 22, 2020, 07:46 (GMT)
Fix T81949: Child Of Constraint can't assign inverse matrix

Caused by ad70d4b0956f5, assigning the matrix now
clears the flag that would reset it.
October 22, 2020, 06:30 (GMT)
Cleanup: centralize BLF default functions in the header
October 22, 2020, 06:24 (GMT)
Cleanup: split BLF default into own file

This avoids accidents using user-preferences in the main BLF API,
which could cause preferences to be used unintentionally
(such as stamping into renders or creating generated images).

As well as uses of BLF when preferences aren't loaded
such as animation playback.
October 22, 2020, 06:13 (GMT)
Merge branch 'blender-v2.91-release'
October 22, 2020, 06:07 (GMT)
Fix animation player initialization

Updates from 9d30fade3ea9b weren't applied to the animation player
causing an assert and missing call to IMB_init.
October 22, 2020, 05:07 (GMT)
LineArt: Use global vert index to detect share_edge
October 22, 2020, 05:01 (GMT)
LineArt: Fix vertex group name induced early return in modifier.
October 22, 2020, 05:00 (GMT)
Merge branch 'blender-v2.91-release'
October 22, 2020, 05:00 (GMT)
Merge branch 'blender-v2.91-release'
Revision 9f11cc0 by Joseph Eagar
October 22, 2020, 05:00 (GMT)
Made dyntopo collapse make nicer transitions between different densities
of verts
October 22, 2020, 04:58 (GMT)
Cleanup: remove '_' prefix from used argument
October 22, 2020, 04:55 (GMT)
Fix T81905: Active keyframe unavailable when handle selected

Selecting an F-Curve handle caused an assertion as well as treating
the key-frame as inactive.

Allow active the keyframe to be active when it's handle is selected,
as is done with bezier curves.
Revision a308607 by Hans Goudey (master)
October 22, 2020, 04:52 (GMT)
Cleanup: Use LISTBASE_FOREACH macro in curve code

These changes should result in more readable and undestandable code,
especially where while loops were use instead of for loops. They are
not comprehensive, and I skipped wherever the change was not obvious.
October 22, 2020, 04:28 (GMT)
Merge branch 'blender-v2.91-release'
October 22, 2020, 04:26 (GMT)
Fix T81939: crash calling bmesh.utils.vert_separate()

Missing NULL check in bmesh_kernel_vert_separate.
October 22, 2020, 03:29 (GMT)
LineArt: Hacked culling adjacent data
October 22, 2020, 03:08 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# release/scripts/addons
# release/scripts/addons_contrib
October 22, 2020, 03:08 (GMT)
Merge branch 'blender-v2.91-release'
October 22, 2020, 03:03 (GMT)
Fix out of bounds array access in mathutils.noise

Regression in 0b2d1badecc48.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021