fix kf jump rare refresh problem

1.3.1:

- fix: native refresh error that rarely happen that doesn't completely refresh the scene on keyframe jump.
  - Use a double frame change to ensure refresh.
This commit is contained in:
Pullusb
2021-05-25 11:32:47 +02:00
parent 6cf22b81e8
commit e22b91265b
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ bl_info = {
"name": "GP toolbox",
"description": "Set of tools for Grease Pencil in animation production",
"author": "Samuel Bernou",
"version": (1, 3, 0),
"version": (1, 3, 1),
"blender": (2, 91, 0),
"location": "sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
"warning": "",