Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31various style edits, no functional changesCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-09-24minor cleanup for ply exportCampbell Barton
2011-09-22minor cleanup for x3d, dont use str as variable name and remove unneeded checkCampbell Barton
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-25fix for some errors with recent commitsCampbell Barton
2011-07-25switch vector multiplication order & some style changes.Campbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-06-21pep8 compliance Campbell Barton
2011-06-21fix [#27691] PLY importer does not support float based vertex colorsCampbell Barton
2011-05-28update for changes in blenders apiCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-05-11fix [#27369] Import PLY fails with windows line endingsCampbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-14update for changes in rna apiCampbell Barton
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-16pep8 style warning corrections.Campbell Barton
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont ↵Campbell Barton
crash blender.
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-22write \n even on windows so files can be compared between windows and linux ↵Campbell Barton
(for testing). most editors (besides notepad) will open these files without trouble.
2011-01-21Some cosmetics fixesM Bouchard Guillaume
- Display the right docstring for ply files - Add a filter to *.stl on importing stl files
2011-01-21Allow importing of multiples ply files at onceM Bouchard Guillaume
2011-01-21PLY binary wasnt working from 2.4x port.Campbell Barton
2011-01-17fix for vertex color import, 0.0 - 1.0, not 0 - 255.Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton