blender/release/scripts/bpymodules
Campbell Barton 71843bf103 Updating JMS's SVG Importer script from 0.5.6 to 0.5.9b
Changelog

0.5.7 : - Wash down of some handle problems.

0.5.8 : - 2007/3/9
        Wash down of the last exec and correction of a
        problem with the curve's first beztriple handle
        which was not recorded at first time .
       - Added some units managements
       - Correction of the  rotate matrix
       - Correction of the  skew  matrix
       - change in the wash_DATA function suggested by cambo
       - added __slot__ in class Bez, ITEM and CURVE suggested by cambo
       - remove unused properties in class ITEM and CURVE

0.5.9 : - 2007/3/28
        -  many improvements for faster and clearer code suggested by cambo and martin.
           replacement of "%s" statement by str function.
        -  correction of an error in the scale transform management
        -  correction in the management of the stack transformation that rise an error
           under python 2.5 but curiously not with  python 2.4

.5.9a : - 2007/3/29
        -  Again a lot of minors corrections
        -  Backward to 0.5.8 of the function that manages float numbers exported
           by the  Adobe Illustrator's SVG.  After a lot of tests it seems that this oldest
           version is also faster too .
        -  correction (bad) on handle management with V and H commands.
.5.9b : - 2007/3/31
       -  one or two minor corrections :
          now the new object curve is added in the current layer.
          short modif in the scale menu...
2007-03-31 11:19:18 +00:00
..
ai2obj.py Gui: 2006-07-07 18:39:51 +00:00
boxpack2d.py made python 2.3 compat again. 2007-01-07 07:33:40 +00:00
BPyBlender.py A few leftover py2.3 -> py2.4 changes: 2005-10-30 19:19:38 +00:00
BPyCurve.py Adding a function that gets a list of polylines from a curve object 2006-12-07 15:22:55 +00:00
BPyImage.py py api 2007-03-27 14:49:37 +00:00
BPyMathutils.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
BPyMesh_octree.py Added a octree implimentation for doing fast locational vertex lookups. 2006-07-31 13:28:00 +00:00
BPyMesh_redux.py py api 2007-03-26 19:44:44 +00:00
BPyMesh.py py api 2007-03-26 19:44:44 +00:00
BPyMessages.py added messages to scripts, stopping them from modifying multires meshes. 2007-02-06 11:16:49 +00:00
BPyNMesh.py BPython: 2005-05-17 07:17:52 +00:00
BPyObject.py added a BPyObject.py with 1 function- getDerivedObjects, gets all dupliObjects and can optionaly get a mesh generated from the objects particles. 2006-10-01 14:02:51 +00:00
BPyRegistry.py BPyRegistry was throwing errors with blank config files. made it check for this and be quiet. 2006-05-15 07:29:28 +00:00
BPyRender.py updated render settings to support recent changes. 2007-01-30 03:02:58 +00:00
BPyWindow.py fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the mouse direction correctly. 2006-12-14 09:56:56 +00:00
defaultdoodads.py Scripts updated: 2005-10-11 19:05:56 +00:00
dxfColorMap.py ==dxf import script == 2007-01-05 00:51:12 +00:00
dxfImportObjects.py standard set of minor improvements, tho this is a good script and not much to change. 2007-01-05 03:49:54 +00:00
dxfReader.py = dxf update = 2007-01-10 11:37:19 +00:00
eps2obj.py Gui: 2006-07-07 18:39:51 +00:00
gimp2obj.py Gui: 2006-07-07 18:39:51 +00:00
mesh_gradient.py fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the mouse direction correctly. 2006-12-14 09:56:56 +00:00
meshtools.py simple change, made 2006-12-12 10:38:43 +00:00
svg2obj.py Updating JMS's SVG Importer script from 0.5.6 to 0.5.9b 2007-03-31 11:19:18 +00:00