keyframe jump global UI filter
1.0.8: - feat: Keyframe jump filter added in UI to change general behavior. Keymap own jump filter can override this new global settings if specified
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ bl_info = {
|
||||
"name": "GP toolbox",
|
||||
"description": "Set of tools for Grease Pencil in animation production",
|
||||
"author": "Samuel Bernou",
|
||||
"version": (1, 0, 7),
|
||||
"version": (1, 0, 8),
|
||||
"blender": (2, 91, 0),
|
||||
"location": "sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
|
||||
"warning": "",
|
||||
@@ -235,7 +235,7 @@ class GPTB_prefs(bpy.types.AddonPreferences):
|
||||
## KF jumper
|
||||
kfj_use_shortcut: BoolProperty(
|
||||
name = "Use Keyframe Jump Shortcut",
|
||||
description = "Auto bind shotcut for keyframe jump (else you can bien manually using 'screen.gp_keyframe_jump' id_name)",
|
||||
description = "Auto bind shotcut for keyframe jump (else you can bind manually using 'screen.gp_keyframe_jump' id_name)",
|
||||
default = True)
|
||||
|
||||
kfj_prev_keycode : StringProperty(
|
||||
|
||||
Reference in New Issue
Block a user