Added x-ray bones support (sgefant ended up

doing the bulk of the work when he added the button).
The new x-ray button is added in the edit buttons when
the armature is selected. (suggested by ztonzy)
This commit is contained in:
Chris Want
2003-01-28 05:16:41 +00:00
parent e36159ce85
commit 9ca562765b
2 changed files with 11 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ typedef struct bArmature {
enum {
ARM_RESTPOSBIT = 0,
ARM_UNUSED1BIT, /* Free for use */
ARM_DRAWXRAYBIT,
ARM_DRAWAXESBIT,
ARM_DRAWNAMESBIT,
ARM_POSEBIT,
@@ -84,7 +84,7 @@ enum {
enum {
ARM_RESTPOS = 0x00000001,
ARM_UNUSED1 = 0x00000002, /* Free for use */
ARM_DRAWXRAY = 0x00000002,
ARM_DRAWAXES = 0x00000004,
ARM_DRAWNAMES = 0x00000008,
ARM_POSEMODE = 0x00000010,