Blender Git Commit Log

All Blender Git commits.

Page: 1203 / 8462

October 19, 2020, 03:26 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
Revision 94364be by Hans Goudey (master)
October 19, 2020, 03:18 (GMT)
Fix ASAN warning after recent cleanup

rB78a5895c96 introduced a "use after scope" warning, where a buffer
from a lower scope was used later. The solution is to only use one
variable and store whether to use it more explicitely with a bool.
October 19, 2020, 02:46 (GMT)
Properly gray out modifiers when FCurve has them turned off
October 19, 2020, 01:44 (GMT)
Review feedback from Julian
October 19, 2020, 01:10 (GMT)
* Improved multires projection some more in bmesh_interp.c
October 19, 2020, 00:54 (GMT)
Merge branch 'master' into fcurve-modifier-panels
October 18, 2020, 23:12 (GMT)
COde cleanup
October 18, 2020, 22:10 (GMT)
USD importer: keep original UV map name.

Now keeping the USD UV primvar name as the Blender
UV map name. Currently, always using the default
name 'st', but this may be an arbitrary name in
the future.
October 18, 2020, 20:27 (GMT)
Fix Bevel percent mode, and clamping for it too (T79898).

The code for Bevel's percent (and absolute) modes were pretty bogus.
It assumed, like the rest of the modes, that the offset lines are
parallel to the beveled edge. Which is not true for these modes,
though it accidentally works sometimes if the legs are equilength.
Also the clamping code for those modes was completey wrong.
It is too hard to really fix the clamping code for absolute mode,
but it is a little better now. Percent mode clamping is fixed.
October 18, 2020, 20:13 (GMT)
Cleanup: clang-format
October 18, 2020, 20:13 (GMT)
main exporter file: create smaller functions.
October 18, 2020, 20:13 (GMT)
Cleanup: Remove unused function
October 18, 2020, 20:12 (GMT)
Writers: use NonMovable, and NonCopyable.
October 18, 2020, 20:12 (GMT)
Cleanup: edit comments as per policy, function and variable names.
October 18, 2020, 20:12 (GMT)
clang-tidy mismatched or missing arg names; else-after-return.

No functional change.
October 18, 2020, 20:12 (GMT)
Merge branch 'master' into soc-2020-io-performance
October 18, 2020, 18:35 (GMT)
Fluid: Fix for issues with external forces

A general refactor / fix commit that should clear out the issues that have been reported on external forces and moving effectors (e.g. T79537, T81660, T80088).
October 18, 2020, 18:35 (GMT)
Fluid: Add versioning for fluid particle physics type

Setting this type is required to prevent fluid particles from being treated like physics particles. The actual fix for this was made in rB11a8a6d0e6b5.
October 18, 2020, 17:31 (GMT)
Fix for T81400: Block Width Corrections

Scale widths of popovers and dialogs with Text Style font point changes.

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

Reviewed by Hans Goudey
October 18, 2020, 16:06 (GMT)
Merge branch 'master' into xr-actions-D9124
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021