Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2018-05-28 21:24:53 +0300
committerJoshua Leung <aligorith@gmail.com>2018-05-28 21:25:03 +0300
commitcf60939a597147eede02a944c9320efcde054801 (patch)
treef265387a91328440dff03673c51929375276967f /intern
parent69d3a08557d7fc3078c8fcb8caead1aedcdab791 (diff)
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.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions