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
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-07Fix T40069: PLY import vertex colour scaling.Bastien Montagne
2014-02-04Fix T38462: error importing PLY with leading spaceCampbell Barton
2013-09-05patch [#36653] Tiny patch that extends import_ply.py to read edges (and allow...Campbell Barton
2013-08-10patch [#36407] Triangle strip support in PLY file importerCampbell Barton
2013-04-15option to apply scale on export. also add global scale options for exporters....Campbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get acces...Campbell Barton
2013-03-22only apply modifiers if the mesh has modifiersCampbell Barton
2013-03-21only calculate normals if there being exported.Campbell Barton
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-03-21export PLY with object transformation applied.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-10-09remove sticky coordinates use.Campbell Barton
2012-09-08Fix [#32511] blender hangs on importing malformed ply fileBastien Montagne
2012-07-29style cleanupCampbell Barton
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03Spell and typo fixes.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-27patch from Chris Want to make ply script more useful when imported from other...Campbell Barton
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-27Turned out only raw exporter had same bug...Bastien Montagne
2012-05-27Fix [#31612] PLY exporter: data.tessfaces is empty.Bastien Montagne
2012-04-23update for change in blender apiCampbell Barton
2012-04-14Minor fix to UI messages.Bastien Montagne
2012-04-10own patch [#30877] ply exporter to use shared faces when not exporting the no...Dalai Felinto
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-19'bugfix' .ply import/export scripts flip V texture coordinateDalai Felinto
2012-03-16PLY importer - support for texturesDalai Felinto
2012-03-15bmesh fix for ply i/o addon - using tessface_Dalai Felinto
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
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
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