keyframe jump autobind

0.9.3:

- feat: keyframe jump keys are now auto-binded
- UI: added keyframe jump customisation in addon pref
- code: split keyframe jump in a separate file with his new key updater
This commit is contained in:
Pullusb
2021-01-19 01:11:18 +01:00
parent 3bb7cd5690
commit 6774484226
5 changed files with 282 additions and 82 deletions
+17 -3
View File
@@ -29,6 +29,12 @@ Set path to the palette folder (there is a json palette IO but you an also put a
Note about palette : For now the importer is not working with linked palette as it's not easy for animator (there are properties of the material you cannot access and the link grey-out fade the real color in UIlist preview)
### Passive action
Add an "on save" Handler that trigger relative remap of all path.
### function
- Mirror flip : If in cam view flip the camera X scale value (you can see and draw mnirrored to see problems)
<!-- - Overlay toggle : (toggle pref and overlay) -->
@@ -43,9 +49,10 @@ Note about palette : For now the importer is not working with linked palette as
- can auto launch and/or auto open folder at finished (option in addon preferences)
- jump to GP keyframe operator
- Jump to GP keyframe :
- you need to set two keymap shortcut in _windows_ or _screen(global)_ with indentifier `screen.gp_keyframe_jump`
- Choose key to Auto bind in addon prefs (since 0.9.3).
> Manual setup: Add two keymap shortcut in _windows_ or _screen(global)_ with indentifier `screen.gp_keyframe_jump`, one should have `next` toggled off to jump back
- Rotate canvas with a clic + modifier combo (default is `ctrl + alt + MID-mouse`), can be change in addon preferences.
@@ -96,10 +103,17 @@ Panel in sidebar : 3D view > sidebar 'N' > Gpencil
## Changelog:
0.9.3:
- feat: keyframe jump keys are now auto-binded
- UI: added keyframe jump customisation in addon pref
- code: split keyframe jump in a separate file with his new key updater
0.9.2:
- doc: Correct download link (important, bugged the addon install) + update
- updater: remove updater temp file, reset minimum version
- code: added tracker url
- updater: remove updater temp file, reset minimum version, turn off verbose mode
0.9.1: