Commit Graph

55 Commits

Author SHA1 Message Date
AbstractConcept 648acb325f v1.0.4
- Fixed a bug which would cause keyframes to be pasted incorrectly in the later stages of an animation after loading an existing file
2023-01-12 22:55:47 -06:00
AbstractConcept ab53ed284f v1.0.3
- Fixed an issue where changing the order of actors in the animation was not being perpetuated across all animation stages
2023-01-11 22:36:57 -06:00
AbstractConcept b6d3df800d v1.0.2
- Removed 'None' as a user specified option for sex type. Animations will now be automatically assigned a sex type of 'None' if they have no other sex type or interaction def specified
- Minor UI improvements
2023-01-09 14:21:53 -06:00
AbstractConcept 279823a390 v 1.0.1
- Added option to scale the size of the UI (available under the View menu)
- Vertical scrolling has been added to left and right animation panels, so all the controls are accessible when using a lower resolution monitors
- The toggles for designating allowed races for actors now enforces the requirement that actor can either be a 'Human' (also includes all alien humanoids), or one or more types of animal
2022-12-18 00:08:37 -06:00
AbstractConcept 757cdd7f39 Delete quick_start.txt 2022-12-09 11:41:59 -06:00
AbstractConcept 2998865184 v 1.0.0 2022-12-09 11:40:08 -06:00
AbstractConcept 0828ecd037 Bug fix
- Keyframes will be removed from the animation if they have a duration of 0 ticks
2022-11-09 18:03:52 -06:00
AbstractConcept b15c046738 Added guard for 'None' SoundDef option 2022-11-06 18:12:06 -06:00
AbstractConcept 23f8d8cfec Bug fixes
- Animation keys should be better synced with the animation (fewer instance of missing keys)
- Copied keyframes and cloned stages should no longer be linked to each other
-If you delete the first keyframe in a clip, instead of denying you, it will reset the associated actor it to its default starting position
- You can now move keyframes over the first one in a clip and override it. If less than two keys remain, new keys will be generated to a minimum of a two
- Fixed error when cycling through actor body parts
2022-11-05 23:03:51 -05:00
AbstractConcept 39f771a720 Fixed bug with changing timeline length 2022-11-03 18:32:19 -05:00
AbstractConcept 876ffe65d0 Added audio 2022-11-01 16:38:31 -05:00
AbstractConcept 270c4cf55b Bug fixes
- Fixed issue where animation would not evaluate the clip percentage correctly
- Fixed pawn race selection drop down not updating
- Fixed issue that was stopping animations with floating points in integer fields from loading
2022-10-31 21:19:52 -05:00
AbstractConcept bb2cc29393 Squashed commit of the following:
commit af4dab5546
Author: AbstractConcept <abstract.concept@mail.com>
Date:   Mon Oct 31 19:58:41 2022 -0500

    Code refactor

commit e14a12f2ab
Author: AbstractConcept <abstract.concept@mail.com>
Date:   Mon Oct 31 00:44:53 2022 -0500

    Code refactor

commit 5ca7e486f8
Author: AbstractConcept <abstract.concept@mail.com>
Date:   Fri Oct 28 19:52:58 2022 -0500

    Code refactor

commit a55ba7b95b
Author: AbstractConcept <abstract.concept@mail.com>
Date:   Fri Oct 28 00:28:51 2022 -0500

    Code refactor

commit 757badf4f6
Author: AbstractConcept <abstract.concept@mail.com>
Date:   Thu Oct 27 00:56:04 2022 -0500

    Code refactor
2022-10-31 20:00:38 -05:00
AbstractConcept cd4711a8e5 Actor addons and animation
- Includes addons for hands and sex toys
- WIP and very buggy
2022-10-24 23:43:25 -05:00
AbstractConcept d9e6288e3a GUI update 2022-10-20 21:35:10 -05:00
AbstractConcept 2e50221118 GUI rearrangement 2022-10-20 00:32:13 -05:00
AbstractConcept 04f8c6a2e4 Appendage rotation is now absolute 2022-10-18 22:18:46 -05:00
AbstractConcept 2989d9a72c Bug fixes plus extra features
- Insert adds a new keyframe to the selected timeline
- New stages have frames cloned from the last frame of current stage
- Existing key are now replaced when another key is dropped on them
- Fixed bug where starting a new animation could result in errors
2022-10-18 21:57:43 -05:00
AbstractConcept ca22fa0c18 Added interaction defs 2022-10-16 23:04:48 -05:00
AbstractConcept c63e08b554 Bug fixes 2022-10-16 22:35:04 -05:00
AbstractConcept 721443592f Expanded menus and bug fixes 2022-10-15 01:00:47 -05:00
AbstractConcept cc28ac4bd4 Stage and anim lengths display 2022-10-14 14:00:57 -05:00
AbstractConcept ab5a2a4c02 Multi-drag and stretching for keyframes 2022-10-14 00:52:07 -05:00
AbstractConcept f449a9b4e2 New paste functions plus keyframe drag select 2022-10-13 00:33:18 -05:00
AbstractConcept 3d2c11f469 Bug fix for menu items 2022-10-12 01:16:08 -05:00
AbstractConcept 3d859555ad UI 2.0 2022-10-12 00:22:29 -05:00
AbstractConcept c3c0a05ac0 Extra keybinds 2022-10-08 21:15:28 -05:00
AbstractConcept e210923733 Updated custom tags list 2022-10-07 22:03:10 -05:00
AbstractConcept 4a2905c7fc Sex props plus quiver visuals 2022-10-07 21:52:27 -05:00
AbstractConcept f275ed90ae Key snapping 2022-10-03 21:45:52 -05:00
AbstractConcept 5436410162 Updated with keybind list 2022-10-02 17:43:58 -05:00
AbstractConcept 842c954455 Basic keybinds plus multi key selection 2022-10-02 17:39:03 -05:00
AbstractConcept 518a912ef1 Bug fixes (issues #1, 2, 3 and 6) 2022-10-02 00:42:07 -05:00
AbstractConcept 6b44db7400 Bug fixes
- Fixed bug where graphic paths would be repeated in the race settings menu
- The body type dropdown and offset fields will deactivate and no longer apply when an actor's race is changed to a non-humanoid
2022-09-27 19:07:18 -05:00
AbstractConcept 61c6c949d3 Bug fixes
- Fixed bug which cause body to skip around when body offsets were set
- Fixed bug where genital rotations were absolute rather than relative to body orientation
2022-09-27 18:29:08 -05:00
AbstractConcept 0e653f863a Bug fixes and build files 2022-09-27 00:56:35 -05:00
AbstractConcept 73f7e32e0c Bug fixes 2022-09-26 00:50:26 -05:00
AbstractConcept 7e1680a7fb Standalone exported 2022-09-25 23:10:41 -05:00
AbstractConcept 1e2c4fa6bf UI revisions 2022-09-25 01:15:27 -05:00
AbstractConcept 007e2dd513 Race offsets and keyframe cloning 2022-09-24 14:12:18 -05:00
AbstractConcept d3b676df06 Race customization and data saving 2022-09-24 02:17:40 -05:00
AbstractConcept 2f3f807911 Remove and save custom tags 2022-09-21 16:15:25 -05:00
AbstractConcept e36ef6a368 Improved undo redo function and timelines 2022-09-21 00:40:58 -05:00
AbstractConcept 1af7f41d63 Keyframe stretching plus appendage manipulation 2022-09-20 01:03:55 -05:00
AbstractConcept 18c0473f39 Bug fixes plus better layout 2022-09-19 00:35:34 -05:00
AbstractConcept b0a965e0b2 Ghost frames fix plus undo redo system 2022-09-18 19:07:44 -05:00
AbstractConcept 591b176924 Improvements to timeline 2022-09-18 01:52:54 -05:00
AbstractConcept d2ca61c61c Added editable stage lengths 2022-09-18 00:01:12 -05:00
AbstractConcept 8523abf957 Improved adding and removal of anim events 2022-09-17 19:06:33 -05:00
AbstractConcept f0d46df3d6 Stage cards and basic stage management 2022-09-17 02:17:26 -05:00