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 (Expand)Author
2012-09-21fix [#32612] VRML import does not handle spaces in url's correctlyCampbell Barton
2012-09-20fix [#32599] VRML/X3D importer does not handle per vertex colorCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-22Bmesh fix for VRML/X3D importer, parameters changed. Patch by noiq.Sebastian Nell
2012-05-21fix for error in calling cylinder operatorCampbell Barton
2012-04-25add mesh validation to the x3d importerCampbell Barton
2012-04-25select new imported x3d objectsCampbell Barton
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-16x3d now works with BMesh updatesCampbell Barton
2012-01-02update for matrix row/col switchCampbell Barton
2011-11-25minor pep8 editsCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-09-26corrections for addons to update for trunk.Campbell Barton
2011-09-10cleanup unused varsCampbell Barton
2011-07-11cleanupCampbell Barton
2011-06-20fix [#27697] VRML Importing: Extra line segment added, orientation changedCampbell Barton
2011-06-09update for change in blender.Campbell Barton
2011-05-31fix for x3d import/export errors.Campbell Barton
2011-05-28update for changes in blenders apiCampbell Barton
2011-05-25axis conversion for X3D and OBJ operatorsCampbell Barton
2011-05-24use standard os.path functions instead of our own.Campbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-04-06update for changes in new apiCampbell Barton
2011-03-29work in progress addon: demo mode, use for easy setup for looping over blend ...Campbell Barton
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-13update for api changeCampbell Barton
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont cras...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-06fix for own changes in mathutils.Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-25patch [#25703] io_scene_x3d update for commit 34386Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton