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:
authorCampbell Barton <ideasman42@gmail.com>2022-03-10 05:19:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-03-10 05:20:20 +0300
commitb12dd385eb428f51d33f4b447a746835e4fd697a (patch)
tree009ed8037aad30383f68c19c63bf1770512539de /viewport_vr_preview
parent1cf57247c7ca13c5dc185baae2201f554f85df50 (diff)
Cleanup: trailing space
Diffstat (limited to 'viewport_vr_preview')
-rw-r--r--viewport_vr_preview/action_map_io.py2
-rw-r--r--viewport_vr_preview/defaults.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/viewport_vr_preview/action_map_io.py b/viewport_vr_preview/action_map_io.py
index c4e04581..072947b8 100644
--- a/viewport_vr_preview/action_map_io.py
+++ b/viewport_vr_preview/action_map_io.py
@@ -69,7 +69,7 @@ def ami_args_as_data(ami):
def ami_data_from_args(ami, args):
ami.type = args["type"]
-
+
for path in args["user_paths"]:
ami.user_paths.new(path)
diff --git a/viewport_vr_preview/defaults.py b/viewport_vr_preview/defaults.py
index fe253e10..b8e76743 100644
--- a/viewport_vr_preview/defaults.py
+++ b/viewport_vr_preview/defaults.py
@@ -93,7 +93,7 @@ def vr_defaults_action_add(am,
ami = am.actionmap_items.new(name, True)
if ami:
- ami.type = 'FLOAT'
+ ami.type = 'FLOAT'
for path in user_paths:
ami.user_paths.new(path)
ami.op = op