Cleanup: pep8 for examples

This commit is contained in:
2019-11-01 10:53:47 +11:00
parent 78ad368d12
commit 61bf51acb5
7 changed files with 19 additions and 9 deletions

View File

@@ -4,7 +4,9 @@ Run a Function in x Seconds
"""
import bpy
def in_5_seconds():
print("Hello World")
bpy.app.timers.register(in_5_seconds, first_interval=5)