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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-08-10 13:16:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-10 13:16:35 +0400
commit036077ebc6c70a50932d5e0fd9380580a38a4bc7 (patch)
treeb9569914ea0dc073cae812a8058004e26db68331
parent958c468b07655b83fb4bf884b2e650ab018fe216 (diff)
fix for error in template
-rw-r--r--release/scripts/templates/operator_modal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/operator_modal.py b/release/scripts/templates/operator_modal.py
index ed98c2cf50e..a428b097f82 100644
--- a/release/scripts/templates/operator_modal.py
+++ b/release/scripts/templates/operator_modal.py
@@ -47,4 +47,4 @@ if __name__ == "__main__":
register()
# test call
- bpy.ops.object.modal_operator()
+ bpy.ops.object.modal_operator('INVOKE_DEFAULT')