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>2006-10-07 08:56:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-10-07 08:56:36 +0400
commit30d207e650333bf052faf003b405c1a9122e2aff (patch)
treef9f986aff34997746e78320fe44fcef8b306423f /release/scripts/image_edit.py
parentdda63a9dde8600f85e43bc4d654cbe80d07cab6e (diff)
Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)
updated archimap and cookie cutter to use it, removed python version from BPyMathutils archimap island merging is noticibly faster
Diffstat (limited to 'release/scripts/image_edit.py')
-rw-r--r--release/scripts/image_edit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/image_edit.py b/release/scripts/image_edit.py
index e9c264b4bef..4e78b201ad8 100644
--- a/release/scripts/image_edit.py
+++ b/release/scripts/image_edit.py
@@ -119,6 +119,7 @@ def main():
# -------------------------------
appstring = appstring.replace('%f', imageFileName)
+ print '\tediting image with command "%s"' % appstring
os.system(appstring)
if __name__ == '__main__' and os != None: