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

@@ -6,6 +6,7 @@ import bpy
counter = 0
def run_10_times():
global counter
counter += 1
@@ -14,4 +15,5 @@ def run_10_times():
return None
return 0.1
bpy.app.timers.register(run_10_times)