Blender Git Commit Log

All Blender Git commits.

Page: 1243 / 8462

September 28, 2020, 10:30 (GMT)
Merge branch 'master' into mesh-to-volume-modifier
September 28, 2020, 10:06 (GMT)
UI Code Quality: Clear layout pointer on layout destruction

The layout pointer is quite ugly, but currently needed to work around
design issues. At least it should be cleared to avoid use-after-free.
September 28, 2020, 10:03 (GMT)
Cleanup: Animation, remove unused parameter from anim tagging function

Remove `bool flush` parameter from `rna_tag_animation_update()`, as every
call uses `true` anyway.

No functional changes.
September 28, 2020, 09:42 (GMT)
EEVEE AOV: Added test case
September 28, 2020, 09:23 (GMT)
Fix T81214: Crash on Action constraint without action

A `NULL` pointer check was missing.
September 28, 2020, 09:00 (GMT)
Cleanup: animation, simplify `anim_flush_channel_setting_up()`

Simplify `anim_flush_channel_setting_up()` by flipping conditions and
returning early. This makes it easier to understand what is actually
happening in the code.

No functional changes.
September 28, 2020, 09:00 (GMT)
Cleanup: animation, split up ANIM_flush_setting_anim_channels()

Split up `ANIM_flush_setting_anim_channels()` into smaller functions. This
makes it easier to understand how it works, and makes future improvements
also easier.

No functional changes.
September 28, 2020, 08:57 (GMT)
Merge branch 'master' into greasepencil-edit-curve
September 28, 2020, 08:56 (GMT)
GPencil: Remove unused function
September 28, 2020, 07:57 (GMT)
Libmv: Fix NukeCameraIntrinsics copy constructor

Copy the appropriate parameter

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D9014
September 28, 2020, 07:09 (GMT)
Fix typo in UI messages.
September 28, 2020, 06:49 (GMT)
EEVEE AOV: Do not render/show conflicting AOVs
September 28, 2020, 06:32 (GMT)
EEVEE AOV: Validate AOV Names
September 28, 2020, 06:13 (GMT)
Merge branch 'master' into tmp-eevee-aov
September 28, 2020, 04:28 (GMT)
Fix T79275: Missing redraw for pinned active tool settings panels

In the 3D view sidebar, the active tool settings panel can be pinned to other
categories, and in those other categories it doesn't redraw when the active
tool changes. This commit checks for pinned panels from the "Tool" category
when checking whether to redraw.

Note that the relatively expensive string comparison is only done for
currently visible pinned panels.

Differential Revision: https://developer.blender.org/D9012
September 27, 2020, 21:54 (GMT)
first pass at reading arbitrary attributes

For now, we only read vertex colors.
September 27, 2020, 11:15 (GMT)
LineArt: 2d Intersection function ratio check improvements.
September 27, 2020, 11:02 (GMT)
Resolved a merge conflict related to the threshold of Weld modifier
September 27, 2020, 10:52 (GMT)
Added misisng space before parameter type in doc string
September 27, 2020, 07:13 (GMT)
LineArt: Deg representation of crease threashold.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021