Blender Git Loki
Git Commits -> Revision 32da114
Revision 32da114 by Sybren A. Stüvel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 13, 2021, 10:01 (GMT) |
Asset Browser: Apply a pose before rendering its preview icon When rendering the preview icon of an Action, apply it to the pose object first. This ensures that the "Refresh" button of a pose actually uses that pose. This splits some functions into two flavours, one that acts on all bones and one that acts on the selected bones only. Normal use of the pose library only acts on selected bones, but for the preview the entire pose from the library is applied, regardless of selection. |
Commit Details:
Full Hash: 32da1144a64d44fceb9d64349535e791bdcc9b0e
Parent Commit: a2841b2
Lines Changed: +107, -27
7 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+7, -3) (Diff)
/source/blender/blenkernel/intern/armature_pose.cc (+12, -3) (Diff)
/source/blender/editors/armature/pose_backup.c (+28, -15) (Diff)
/source/blender/editors/armature/pose_lib_2.c (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+5, -2) (Diff)
/source/blender/editors/util/ed_util_ops.cc (+53, -2) (Diff)
/source/blender/makesrna/intern/rna_pose_api.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature_pose.cc (+12, -3) (Diff)
/source/blender/editors/armature/pose_backup.c (+28, -15) (Diff)
/source/blender/editors/armature/pose_lib_2.c (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+5, -2) (Diff)
/source/blender/editors/util/ed_util_ops.cc (+53, -2) (Diff)
/source/blender/makesrna/intern/rna_pose_api.c (+1, -1) (Diff)