Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPullusb <bernou.samuel@gmail.com>2021-02-11 00:55:23 +0300
committerPullusb <bernou.samuel@gmail.com>2021-02-11 00:55:23 +0300
commit393c978bad7193cd01827b45ae79b6407411d1df (patch)
tree2f6346af9ab8ff8fd4dbc431ff573aaad4cbd9f0 /greasepencil_tools/rotate_canvas.py
parent32adcd8c5928785e8be4ec64e86afd12f9551699 (diff)
GPencil Tools: timeline scrub frame snapping option
Add an addon-preference option to always snap on keyframes while scrubbing (Disabled by defaut). Invert the behavior of the snap modifier key. Disabled if there isn't any keyframe. fix: carriage return at the end of rotate_canvas.py
Diffstat (limited to 'greasepencil_tools/rotate_canvas.py')
-rw-r--r--greasepencil_tools/rotate_canvas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/greasepencil_tools/rotate_canvas.py b/greasepencil_tools/rotate_canvas.py
index b1b9e19a..12a71670 100644
--- a/greasepencil_tools/rotate_canvas.py
+++ b/greasepencil_tools/rotate_canvas.py
@@ -258,4 +258,4 @@ def register():
def unregister():
for cls in reversed(classes):
- bpy.utils.unregister_class(cls) \ No newline at end of file
+ bpy.utils.unregister_class(cls)