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
2016-02-02Fix T47299: Error writing MTL optionsCampbell Barton
2016-01-26Fix T47236: Error importing OBJCampbell Barton
2016-01-22Fix T47219: OBJ import merges faces incorrectlyCampbell Barton
2016-01-15Fix T47018: OBJ fails images search on win32Campbell Barton
2015-12-23Fix T47053: Problem while import/export of obj files.Bastien Montagne
2015-12-21Fix T47010: Blender OBJ UV's give issues with some appsCampbell Barton
2015-11-07Remove unused operator argumentCampbell Barton
2015-10-13OBJ IO: add (limited) support for options of textures in MTL files.Bastien Montagne
2015-10-10Fix T46437: Dupli objects should also export themselves, not only their dupli...Bastien Montagne
2015-08-13Fix T45766: Exported OBJ/MTL files do not include emissive lighting parameters.Bastien Montagne
2015-07-12Fix T45378: Import obj with "keep vertex order" option on does not work.Bastien Montagne
2015-07-11OBJ IO: add some progress report for user.Bastien Montagne
2015-07-11Fix T45403: Error on OBJ export.Bastien Montagne
2015-07-05Fix T45316: Obj loading/saving brightness inconsistency.Bastien Montagne
2015-07-05Fix T45315: Obj loader incorrectly loading specular maps.Bastien Montagne
2015-06-25Fix T45184: OBJ importer would add UV or clnor layers to all objects in split...Bastien Montagne
2015-06-05Fix T44947: OBJ importer adding dummy empty matslot (in non-split case).Bastien Montagne
2015-04-24Fix T43487: Wavefront OBJ exporter should export more precise illum value in ...Bastien Montagne
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-03-17Fix T44106: Obj importer broken.Bastien Montagne
2015-03-09Edit recent commit, no need to assign dummy varsCampbell Barton
2015-03-09Fix T43934: import obj file fails ( error )Bastien Montagne
2015-03-05Fix T43899: FBX and OBJ importers after new RNA API 'cleanup'.Bastien Montagne
2015-03-02Fix T43863: Some obj have three values per UV coordinate... sigh.Bastien Montagne
2015-03-01OBJ IO: More cleanup (mostly from pep8).Bastien Montagne
2015-03-01OBJ import/export cleanup.Danilo Bargen
2015-02-27OBJ import: single vectors (vloc/vnor/vtex) may also be multiline :(Bastien Montagne
2015-02-19OBJ Importer: revert adding 'rel_index_process' helper.Bastien Montagne
2015-02-19Fix own error in rBAc307a89e281a2e8 - OBJ importer *do* have to tessellate/un...Bastien Montagne
2015-02-18OBJ importer: some more minor cleanup.Bastien Montagne
2015-02-18OBJ importer: more cleanup/factorization/simplification of the code...Bastien Montagne
2015-02-18OBJ importer: add support for (custom) normals.Bastien Montagne
2015-02-18OBJ exporter: enable normal export by default.Bastien Montagne
2015-02-18OBJ Importer: Rework/cleanup of mesh generation code.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
2015-01-04OBJ import: follow up to previous commit: correct fix.Bastien Montagne
2015-01-04Fix T43116: Obj/mtl displace texture import error.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-12Fix T39879: extra UV seams where meshes overlap.Bastien Montagne
2014-05-06Add some versionning to obj and fbx addons.Bastien Montagne
2014-03-28Fix T39487: Index Of Refraction when export to objBastien Montagne
2014-01-15Fix T38231: Export/import separate vertices (bunch of points) via Wavefront O...Bastien Montagne
2014-01-15Fix OBJ import loading lines with tex coords (ignore them)Campbell Barton
2013-12-15OBJ export: Dont use the name "Loop" in blenders UICampbell Barton
2013-12-06Edit name and tip of the Normal option (now it exports loop normals, make thi...Bastien Montagne
2013-11-19T35358: Fix for addons using raise without Exception object. TODO: Find bette...CoDEmanX
2013-10-05reduce dict lookups for uv and normal exportCampbell Barton