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
AgeCommit message (Collapse)Author
2008-11-11attempt to make executing an external command work with python 2.4 & 2.5, it ↵Campbell Barton
seems that only py 2.6 wanted list args for subprocess.Popen
2008-11-07[#17958] Windows path fix for image_edit.py script.Campbell Barton
Modified to work in linux too, on my system subprocess.Popen(appstring) only works when appstring is a list. Blenders __import__ didnt support keywords like pythons causing the subprocess module to fail for me. added keywords to blenders c/api import to match pythons.
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ↵Campbell Barton
load factory settings and replaced elysiun with blenderartist.org in headers
2007-02-14Added GPL Headers to some of my scipts that were missing it. also changed ↵Campbell Barton
the header of a few others. Only code change is cookie cut from View now only uses 3d curves to cut.
2006-11-26minor change so other scripts can call image_edit.edit_extern(img) to edit ↵Campbell Barton
an image in the gimp, photoshop etc.
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
updated archimap and cookie cutter to use it, removed python version from BPyMathutils archimap island merging is noticibly faster
2006-09-15changed the defaults for image edit. will open the image instantly with no ↵Campbell Barton
options. hold shift for setting the application.
2006-07-28removed kloputils, was too old/broken/messy to maintain- functionality needs ↵Campbell Barton
to be split into a number of scripts. bvh2arm was for importing empties in a BVH, direct bvh armature import should be good for next release. and Iv removed the Old bvh importer anyway. Will add a slot in the imaeg meny for image scripts, renamed scripts to go there.
2006-05-16Win32 image opening was broken with the default settings.Campbell Barton
2006-01-27A little utility script I have been using for a long time but was recently ↵Campbell Barton
able to improve with 2.41's features. Edits the current image in an external application, esp usefull when dealing with projects that have lots of images. Basicaly-- a quck way to have the image in the gimp (using gimp-remote) without rooting around in your project tree. Added registry variable to save the external application... and some OS context for what app to run- could somebody test on macosx+win32. How about a python slot in the Image Menu?