Blender Git Commit Log

All Blender Git commits.

Page: 3245 / 8462

May 28, 2018, 18:25 (GMT)
Ugly Hacky Fix: Clear Loc/Rot/Scale + Autokey now works for bones

This is a hacky fix so that animators can use this tool again with autokey enabled
(which they do all the time). The issue here is that the tool writes the new (0)
values to the original data, but insertkey now reads from evaluated data (so that
keying interpolated values works). However, the cleared values do not get re-evaluated
or flushed before insertkey gets to it (via auto keying), meaning that the wrong values
get keyed.

There may be better solutions for this, but for now, this is the simplest fix that
I can get working.
May 28, 2018, 18:24 (GMT)
sparse volumes initial commit
May 28, 2018, 18:19 (GMT)
Cleanup: rename color members in gpencil style

It reads like a bug to store alpha in variables named 'rgb'

Also remove some redundant casts.
May 28, 2018, 17:35 (GMT)
EEVEE: lookdev default materials
May 28, 2018, 17:28 (GMT)
Cleanup: remove gp_ prefix from variable names

These are already in a grease pencil struct.
May 28, 2018, 16:52 (GMT)
Fix T55231: Setting bone.select from RNA didn't tag for copy on write

This was causing problems with addons such as the Selection Sets addon used
in studio by the animators.
May 28, 2018, 16:47 (GMT)
CoW: Skip pointers that are used in Lattice edit mode.
May 28, 2018, 16:47 (GMT)
Cleanup: Fix typo: updata -> update
May 28, 2018, 16:47 (GMT)
CoW: Skip used pointers in MetaBall edit mode.
May 28, 2018, 16:47 (GMT)
CoW: Skip pointers used in Text edit mode.
May 28, 2018, 16:16 (GMT)
Tool System: workaround psys cursor conflict

This needs to be solved properly, for now add cursor-click tool
which can co-exist w/ particle paint.
May 28, 2018, 16:16 (GMT)
RNA: re-enable property notifiers

While these will be removed eventually,
it makes tracking down COW buts a hassle.
May 28, 2018, 16:06 (GMT)
Depsgraph: preserve memory caches for particles when creating Copy-on-Write

Solves issue with particle memory cache ignored.

Thanks Bastien for review!
May 28, 2018, 15:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 28, 2018, 15:27 (GMT)
Workbench: Fix uninitialized variable usage.
May 28, 2018, 15:18 (GMT)
EEVEE: LookDev storage list wrongly used
May 28, 2018, 15:10 (GMT)
Fix T55226: outliner glitch with item open/close, after recent optimization.
May 28, 2018, 15:07 (GMT)
EEvEE: LookDev
May 28, 2018, 14:54 (GMT)
Fix: Action/Graph editor UI's didn't update when channel properties were changed

More MessageBus-related silliness to resolve issue with toggling visibility/mute/locking
status of F-Curves/Groups/etc., as well as other things like modifying active keyframe's
values, or changing properties of F-Modifiers.

I've now ended up just whitelisting in the region subscribers all the animation-related
structs in RNA. But still, that may not be enough to deal with potential issues later
with the property sliders (shown per channel, optionally), which can come from anywhere.

(Spring bug)
May 28, 2018, 14:49 (GMT)
UI: Option to layout properties in two columns

Needed for proposed alternate layout, see T54951.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021