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
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