2 new timeoffset buttons in the animation panel "Ofs" and "Rand"

Useful when animating many objects falling at different times (for instance).
This commit is contained in:
2008-01-18 12:20:28 +00:00
parent 9d13e08331
commit 9afc417bed
6 changed files with 70 additions and 5 deletions

View File

@@ -725,7 +725,7 @@ enum {
#define B_EFFECTSBUTS 3500
#define B_AUTOTIMEOFS 3403
#define B_AUTOTIMEOFS 3403 /* see B_OFSTIMEOFS, B_RANDTIMEOFS also */
#define B_FRAMEMAP 3404
#define B_NEWEFFECT 3405
#define B_PREVEFFECT 3406
@@ -760,6 +760,8 @@ enum {
#define B_PART_EDITABLE 3435
#define B_PART_REKEY 3436
#define B_PART_ENABLE 3437
#define B_OFSTIMEOFS 3438 /* see B_AUTOTIMEOFS too */
#define B_RANDTIMEOFS 3439
#define B_MODIFIER_BUTS 3600