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
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-12-27 14:20:37 +0300
committerJoshua Leung <aligorith@gmail.com>2007-12-27 14:20:37 +0300
commitc020b9b14666d1648a0bf79276ae8420c532ac14 (patch)
treefaa14b87552ac793870848c372b473969a020e68 /source/blender/include/butspace.h
parentd06dc00af908584a02291cffb8704ac61caa12df (diff)
== PoseLib - Bugfixes ==
* Fixed crash using Interactive Preview, on an armature without a PoseLib * Cancelling Interactive Preview now correctly restores the original Pose * Interactive Preview now sets the correct active pose after it is run * Interactive Preview now also updates the buttons window after it is run * Clicking on the "New PoseLib" button now creates a new PoseLib action, even when one existed before * Poses can be applied using the Pose browsing menu (i.e. when a menu item from that list is clicked, that pose is assigned)
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 052da648770..f3058ceb6e6 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -512,10 +512,12 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_ARM_CLEARPATHS 2304
#define B_POSELIB_NEW 2310
-#define B_POSELIB_ADDPOSE 2311
-#define B_POSELIB_REPLACEP 2312
-#define B_POSELIB_REMOVEP 2313
-#define B_POSELIB_VALIDATE 2314
+#define B_POSELIB_VALIDATE 2311
+#define B_POSELIB_ADDPOSE 2312
+#define B_POSELIB_REPLACEP 2313
+#define B_POSELIB_REMOVEP 2314
+#define B_POSELIB_APPLYP 2315
+
/* *********************** */
#define B_CAMBUTS 2500