Blender Git Commit Log

All Blender Git commits.

Page: 1696 / 8462

April 21, 2020, 12:34 (GMT)
Merge branch 'blender-v2.83-release'
April 21, 2020, 12:33 (GMT)
Fix: Incorrect f-string in previews.py

Contributed by @deadpin

Differential Revision: https://developer.blender.org/D7458
April 21, 2020, 12:28 (GMT)
Fix Linux/GCC build error after recent changes
April 21, 2020, 12:20 (GMT)
UV: add Reset operator to menu in uv editor

Differential Revision: https://developer.blender.org/D7482
April 21, 2020, 12:15 (GMT)
Strengthen modifiers test validation, from D7397.

Submitting on behalf of Jesse Y (deadpin).
In test harness for modifier testing, now run mesh validation
on output mesh. Also, fix printing so it interleaves properly.
April 21, 2020, 11:24 (GMT)
Merge remote-tracking branch 'origin/blender-v2.83-release'
April 21, 2020, 11:24 (GMT)
Fix T75472 Crash on "Remove Empty Animation Data" in NLA editor

The `ANIMFILTER_NODUPLIS` option, to prevent duplicates in the list of
animation data to be freed, was missing. This caused a use-after-free.
April 21, 2020, 11:17 (GMT)
Merge branch 'blender-v2.83-release'
April 21, 2020, 11:16 (GMT)
Fix clang-format differences between version 6 and 9

Version 6 does not appear to respect clang-format off for header sorting.
April 21, 2020, 11:16 (GMT)
Cleanup: clang-format
April 21, 2020, 11:05 (GMT)
Merge branch 'master' into greasepencil-object
April 21, 2020, 10:55 (GMT)
Merge branch 'blender-v2.83-release'
April 21, 2020, 10:52 (GMT)
Fix T75920: Add object - Align to 3D cursor not working.

3DCursor is UI data (hence not expected to be affected by undo) that is
stored in actual data (Scene)... So it needs some special care during
undo.

New undo code now re-reads data into existing memory, which means
copying of 3DCursor data has to happen earlier in that case, when we
still have both old and newly read data available.
April 21, 2020, 10:49 (GMT)
Cleanup: Fix strict compiler warning
April 21, 2020, 10:32 (GMT)
Make buttons in constraint headers extpand to full layout width
April 21, 2020, 10:31 (GMT)
Fix typo in previous commit....
April 21, 2020, 10:28 (GMT)
Cleanup: Rename panel type flag from extend to expand

Not sure why I used extend, probably just because of brain dead
programming :)
Also, expose the flag to python panel options.
April 21, 2020, 10:25 (GMT)
Libmv: Cleanup, spelling and naming in bundle adjustment

Just more things which were discovered to be annoying on unclear when
adding more features to this code.
April 21, 2020, 10:23 (GMT)
GPencil: Fix Hue random to use full range

The value was clamped and the colors in the extreme was not working as expected.
April 20, 2020, 21:38 (GMT)
Fixed Newboolean bug: how face sides were tracked.

Also, being more paranoid about new BMesh elements changing
positions in their tables after creating new elements, so
copying them all first.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021