Blender Git Commit Log

All Blender Git commits.

Page: 1481 / 8462

July 10, 2020, 09:13 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 10, 2020, 09:13 (GMT)
Translation: convert print to clog

For now, I did not add log to msgfmt as it is standalone executable
July 10, 2020, 09:02 (GMT)
Fix T78756: White UV drawing is displayed as Dashed
July 10, 2020, 08:58 (GMT)
Fix UV rip failing to disable proportional edit-mode
July 10, 2020, 08:42 (GMT)
Interface: convert print to clog
July 10, 2020, 07:02 (GMT)
Revert "try fix warning"

This reverts commit 0f6b47c49d5a3ef6709d18f631b7771d2d535865.
July 10, 2020, 07:01 (GMT)
try fix warning
July 10, 2020, 06:59 (GMT)
Merge branch 'master' into experimental-build
July 10, 2020, 06:37 (GMT)
Cleanup: declaration and implementation function signature did not match
July 10, 2020, 06:04 (GMT)
Cleanup: spelling
July 10, 2020, 06:03 (GMT)
Cleanup: clang-format
July 10, 2020, 03:41 (GMT)
Fix UV path redo in vert/edge mode

Redo was only working in some situations,
some options were also not being forwarded.
July 10, 2020, 03:35 (GMT)
Fix BM_loop_at_index_find lookup
July 10, 2020, 03:01 (GMT)
UV: allow ripping face-regions

This changes the behavior of rip when entire faces are selected.
Now face regions are isolated and moved instead of ripping the edge-loop
extracted from the selection boundary.

This is a convenient alternative to separate selection & move.
Resolves T78751.
July 10, 2020, 02:44 (GMT)
Cleanup: face-center mesh calculation

Loop over faces and calculate their centers instead of zeroing the
face center array and accumulating all faces vertex corners.

Move subsurf face center extraction into it's own loop since it works
differently.
July 10, 2020, 02:19 (GMT)
Fix missing adjacent UV check for recent UV path select

Path selection could cross UV islands if the destination element was
on an island boundary.
July 10, 2020, 02:14 (GMT)
Cleanup: add BLI_linklist_find_last

This makes adding to the end of a linked list simpler,
In most cases we avoid this in favor of BLI_linklist_append.

For one off operations it's OK.
July 10, 2020, 01:58 (GMT)
Outliner: Fix modifier drop index

Make modifier drop more consistent.
July 10, 2020, 01:49 (GMT)
Cleanup: spelling
July 10, 2020, 01:49 (GMT)
Cleanup: use FLT_MAX for the maximum path selection cost

A large number below FLT_MAX was used to avoid overflow,
however this doesn't cause any problems.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021