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-03-26 07:50:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-26 07:50:59 +0300
commitcae59a78d84b1d61974d942538b4707a9565bb67 (patch)
treea463b34416ddaa83f0b61d3fcdea04dd931d7ef1 /release/scripts/templates
parent04e32be958bb90be2824c083eba8f983d9133f76 (diff)
print guarded-alloc memory leaks on blenderplayer exit.
Diffstat (limited to 'release/scripts/templates')
-rw-r--r--release/scripts/templates/background_job.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/templates/background_job.py b/release/scripts/templates/background_job.py
index 90ddba8a91d..5cc2e04db0b 100644
--- a/release/scripts/templates/background_job.py
+++ b/release/scripts/templates/background_job.py
@@ -84,8 +84,6 @@ def main():
usage_text = "Run blender in background mode with this script:"
usage_text += " blender --background --python " + __file__ + " -- [options]"
- print(usage_text)
-
parser = argparse.ArgumentParser(description=usage_text)
# Example background utility, add some text and renders or saves it (with options)