feat : keyframe jump type filter

1.0.6:

- feat: Keyframe jump filter by type. User can now choose if the shortcut should jump on a specific keyframe type (All by default)
This commit is contained in:
Pullusb
2021-05-02 15:25:37 +02:00
parent 6d43064f0b
commit 801235c760
3 changed files with 29 additions and 9 deletions
+5 -1
View File
@@ -31,7 +31,7 @@ Note about palette : For now the importer is not working with linked palette as
### Passive action
Add an "on save" Handler that trigger relative remap of all path.
Add an "on save" Handler that trigger relative remap of all path (can be disabled in addon prefs).
### function
@@ -112,6 +112,10 @@ Panel in sidebar : 3D view > sidebar 'N' > Gpencil
## Changelog:
1.0.6:
- feat: Keyframe jump filter by type. User can now choose if the shortcut should jump on a specific keyframe type (All by default)
1.0.5:
- GP copy-paste : Pasted stroke are now selected (allow to use it to quickly rip/split strokes with cut/paste on the same layer)