Blender Git Loki

Git Commits -> Revision f3610a2

Revision f3610a2 by Sybren A. Stüvel (master)
July 15, 2021, 14:12 (GMT)
Animation: new pose library based on Asset Browser

Introduce new pose library, based on the Asset Browser. Contrary to the
old pose library (in `editors/armature/pose_lib.c`), which stored an
entire library of poses in an `Action`, in the new library each pose is
its own `Action` datablock. This is done for compatibility with the
asset browser, and also to make it easier to attach preview images,
share datablocks, etc. Furthermore, it opens the door to having
animation snippets in the pose library as well.

This commit contains the C code for the pose library; in order to fully
use it, an addon is required as well (which will be committed shortly).

Commit Details:

Full Hash: f3610a23d12bc9e490bb8d58120336de9a6cb196
Parent Commit: 28dc07a
Lines Changed: +802, -0

2 Added Paths:

/source/blender/editors/armature/pose_backup.c (+139, -0) (View)
/source/blender/editors/armature/pose_lib_2.c (+638, -0) (View)

4 Modified Paths:

/source/blender/editors/armature/armature_intern.h (+4, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+2, -0) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+16, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021