jasperges / pose-thumbnails

Blender add-on that adds thumbnails to a pose library.
GNU General Public License v2.0
67 stars 11 forks source link

What to do when mixing a pose and auto keyframe insertion is on? #29

Closed jasperges closed 8 years ago

jasperges commented 8 years ago

What should be keyed when auto keyframe insertion is on when mixing a pose? It seems that the standard 'apply pose' operator uses the 'Available' keying set. But isn't it better to respect the active keying set and default to 'Available' when there is no active keying set? Other options?

TheDuckCow commented 8 years ago

Hmmm that's a hard question to answer. I can see it either way. Definitely respecting the a rice set would be most in line with what blender normally does, but would be frustrating if the user selects a pose and sees it moving but then not save the key frames. How does the built in pose library behave with auto key on and applying to selected bones that aren't keyed? Mixing poses should probably just reflect the same behavior whichever way that is imo

jasperges commented 8 years ago

Thanks for your opinion. I completely agree. I just did some more investigating and I think I now know what happens. Just implemented this.