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 (Expand)Author
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-06-16DXF-export update: dxfLibrary.py v1.33 - 2009.06.16Remigiusz Fiedler
2009-06-06DXF exporter: dxfLibrary.py updateRemigiusz Fiedler
2009-06-06DXF exporter: libraryRemigiusz Fiedler
2009-06-04bugfix and updates for DXF-Importer/Exporter scriptsRemigiusz Fiedler
2009-05-29bugfix and update DXF-Exporter scriptsRemigiusz Fiedler
2009-05-22Removed use of CrossVecs, DotVecs, CrossQuats and DotQuatsCampbell Barton
2009-05-20remove module that was never used.Campbell Barton
2009-05-06dxfLibrary.py - modif in POLYLINE classRemigiusz Fiedler
2009-05-06DXF export with a single nurbs curve failedCampbell Barton
2009-04-24patch for paths_svg2obj.py by author J.M.Soler:Remigiusz Fiedler
2009-04-15v1.29 - 2008.12.28 by Yorik van HavreRemigiusz Fiedler
2009-02-02patch for paths_svg2obj.py by author jms:Remigiusz Fiedler
2008-12-15DXF exporter, dxf-library.py updatedRemigiusz Fiedler
2008-12-14bugfix in pickMeshRayFaceWeight() in bpymodules/BPyMesh.pyRemigiusz Fiedler
2008-12-12VRML/X3DCampbell Barton
2008-12-03added a function to resolve case insensitive paths in BPySys and an option to...Campbell Barton
2008-10-08DXF-Exporter updateRemigiusz Fiedler
2008-09-11ScriptsKen Hughes
2008-08-30Fix for class variable parsing/listing bug.Ian Thompson
2008-08-18Missed parentheses from except clause, has a whole different meaning.Ian Thompson
2008-08-18Better class support with inheritance for text parsing.Ian Thompson
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
2008-08-12Speed improvements for reading text lines and the option to specify a range f...Ian Thompson
2008-08-10Added sys.path module search to BPyTextPlugin module and fixed IndentationErr...Ian Thompson
2008-08-08Typing 'from a import b' threw an error if b was not found. Accidentally move...Ian Thompson
2008-07-27TextPlugin update: Converted try-except blocks to use try-catch-else to allow...Ian Thompson
2008-07-21Oops, typo in rev. 15664 caused errorIan Thompson
2008-07-21BPyTextPlugin now has descriptors for variables, functions and classes (and t...Ian Thompson
2008-07-19Merged 15170:15635 from trunk (no conflicts or even merges)Ian Thompson
2008-07-18All parsing is now done in one sweep and cached to allow details to be obtain...Ian Thompson
2008-07-16Previously relying on import to run scripts didn't work every time and was no...Ian Thompson
2008-07-15Made suggestions case-insensitive which also puts _ prefixed items at the bot...Ian Thompson
2008-07-15Text plugin script updates: Better error handling, variable parsing, token ca...Ian Thompson
2008-07-15Created a BPy module BPyTextPlugin to centralize functions used across the te...Ian Thompson
2008-05-22remove module dxfImportObjects.py. It is obsolete since 2.43, then all functi...Remigiusz Fiedler
2008-05-16fix for [#11542] "Add -> Mesh -> Torus" adds corrupt meshCampbell Barton
2008-05-09need to recalc normals for meshes added in object modeCampbell Barton
2008-05-08DXF-importer prepared for ProE files, which are outside of DXF-specification.Remigiusz Fiedler
2008-05-06made python add mesh module respect blenders user settings for editmode and v...Campbell Barton
2008-04-28fix for [#9649] svg2obj.py needs a patch,Campbell Barton
2008-04-09Made aspx/y into floats so we can render precise regions (for apricot terrain...Campbell Barton
2008-04-08Potential fix for [#8113] Blender.Registry segfault when no permission to writeMartin Poirier
2008-03-29some fixes for python baking functionCampbell Barton
2008-03-27baking normals could crash in rare cases because the intersection data wasn't...Campbell Barton
2008-03-13wasnt returning the images in python bake apiCampbell Barton
2008-03-13French text was breaking python interpreters.Stephen Swaney
2008-03-12image render to billboard was rotating UV's incorrectly, also make use of tex...Campbell Barton
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton