Blender Git Commit Log

All Blender Git commits.

Page: 1404 / 8462

August 3, 2020, 15:34 (GMT)
CLOG: add function for checking usage of CLOG_DEBUG
August 3, 2020, 15:18 (GMT)
Convert printf to clog and simplify implementation
August 3, 2020, 15:15 (GMT)
Convert printf to clog and simplify implementation
August 3, 2020, 15:10 (GMT)
Convert printf to clog
August 3, 2020, 14:59 (GMT)
LineArt: use LISTBASE_FOREACH in lineart_chain.c
August 3, 2020, 14:24 (GMT)
Merge branch 'blender-v2.90-release'
August 3, 2020, 14:20 (GMT)
Fix T78536: Crash calling object.modifier_apply on an empty

Caused by rB6add0cc88a0d.

Maniphest Tasks: T78536

Differential Revision: https://developer.blender.org/D8440
August 3, 2020, 14:08 (GMT)
Ocean Modifier: Add viewport resolution

Following work done in 2.83, the resolution control is now a real
level-of-detail parameter. It is now useful to be able to set the
resolution for display independently from render. This is true for
both mesh generation and mesh deformation modes.

For compatibility with old scenes, resolution is retained and is the
render resolution. Old modifiers loaded have the value of resolution
also applied to viewport resolution. This allows newer modifiers to
be used in older versions without trouble

Differential Revision: https://developer.blender.org/D8336
August 3, 2020, 13:41 (GMT)
LineArt: cleanup function names.
August 3, 2020, 13:26 (GMT)
LineArt: Cleanup extra modifications caused by merging and stuff.
August 3, 2020, 13:15 (GMT)
Merge branch 'blender-v2.90-release'
August 3, 2020, 13:11 (GMT)
Fix T79222: Assert due to multiple building of same scene sequencer in depsgraph.

Just check and skip building if it has already been done before.

Thanks to @sergey for the help.
August 3, 2020, 12:21 (GMT)
Audaspace: port documentation bugfix from upstream.
August 3, 2020, 12:17 (GMT)
LineArt: Remove obsolete BKE_scene_ functions.
August 3, 2020, 11:14 (GMT)
Merge branch 'blender-v2.90-release' into master
August 3, 2020, 11:12 (GMT)
Fix T79482: Triangulate quads with 'Beauty' can make zero area faces
August 3, 2020, 11:01 (GMT)
Merge branch 'blender-v2.90-release'
August 3, 2020, 11:00 (GMT)
Fix T78428: Checkbox labels don't highlight on mouse-over in popovers

The text colors set by the general widget state function
(`widget_state()`) would always be overriden by the menu-back text
colors to avoid contrast issues. This would only respect the selected
state, not other states.

Address this now by changing the input theme colors to use the menu-back
ones, rather than overriding after the fact (calling `widget_state()`).
August 3, 2020, 10:41 (GMT)
GPencil: Comment debug SVG lines
August 3, 2020, 10:40 (GMT)
Merge branch 'blender-v2.90-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021