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-01-02 01:48:09 +0300
committerJoshua Leung <aligorith@gmail.com>2007-01-02 01:48:09 +0300
commit4f90a3a627713837b1967da41c4b4b5fa0e3efec (patch)
tree891d07219f53ddd7bf2c5660a89871fd3b0b0ead /source/blender/makesdna/DNA_armature_types.h
parente07a76ea3fd169b88b0be2ec354d7e07d3cf2cc5 (diff)
== Armatures - Bone Paths ==
* Shuffled a few bone-path buttons in the Armature Visualisation panel. * Added a new option for bone-paths drawing: Calculate/show the path travelled by the 'head' (fat end) of bone. By default, this option is off. * Also, I forgot to mention in last commit that I had added an option which specified the time-difference between each highlighted point on the curve.
Diffstat (limited to 'source/blender/makesdna/DNA_armature_types.h')
-rw-r--r--source/blender/makesdna/DNA_armature_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index 6225b018c8b..b3235fc71f3 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -117,6 +117,7 @@ typedef struct bArmature {
/* armature->pathflag */
#define ARM_PATH_FNUMS 0x001
#define ARM_PATH_KFRAS 0x002
+#define ARM_PATH_HEADS 0x004
/* armature->ghosttype */
#define ARM_GHOST_CUR 0