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
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-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-04-24Fix T43487: Wavefront OBJ exporter should export more precise illum value in ...Bastien Montagne
2015-03-01OBJ IO: More cleanup (mostly from pep8).Bastien Montagne
2015-03-01OBJ import/export cleanup.Danilo Bargen
2014-05-12Fix T39879: extra UV seams where meshes overlap.Bastien Montagne
2014-03-28Fix T39487: Index Of Refraction when export to objBastien Montagne
2013-10-05reduce dict lookups for uv and normal exportCampbell Barton
2013-09-29Fix [#36848] .obj exporter messes objects normalsBastien Montagne
2013-09-13OBJ export: export split normals when "Include Normals" is checked (help keep...Bastien Montagne
2013-09-02Update to OBJ exporter: now you can choose wether to export smooth groups IDs...Bastien Montagne
2013-08-21fix [#36432] Exporting obj with normalmap creates opacity map in the mtl file...Campbell Barton
2013-06-14add support for writing smooth groups for OBJCampbell Barton
2013-06-14correct exporing of loose edges, obj spec defines faces as needing at least 3...Campbell Barton
2013-05-15attempted quick fix was quick bug.Campbell Barton
2013-05-15fix possible error referencing unknown varCampbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get acces...Campbell Barton
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-02-15add check for 'None' texturesCampbell Barton
2013-02-10skip calculating tessfaces for export. they are not needed.Campbell Barton
2013-02-10fix for UV exportCampbell Barton
2013-02-10triangulate works againCampbell Barton
2013-02-10OBJ now exports blenders ngons.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2012-12-12revert r4031, the user was incorrect about the bug.Campbell Barton
2012-12-09fix [#33453] OBJ Export, "d" Value is Invalid in ".mtl" FileCampbell Barton
2012-12-04fix for exporting OBJ files without a material - would get blank 'newmtl' ID'sCampbell Barton
2012-12-03fix regression in OBJ exportCampbell Barton
2012-11-12patch [#32914] wavefront (.obj) exportCampbell Barton
2012-11-05fix [#33086] Empty vertex group causes list index out of range error on expor...Campbell Barton
2012-07-15Fix for [#32102] Saving obj extends the material name by texture nameBastien Montagne
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-20Fix [#31039] Obj export adds blendfile name to the texture names (and [31040]...Bastien Montagne
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-08update obj import/export for BMesh api changes. (should now works as expected)Campbell Barton
2011-12-04patch [#29490] OBJ exporter with "write materrials" unchecked write a line "u...Campbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-10-04fix for various errors in scriptsCampbell Barton
2011-09-29remove comments, cache file write command.Campbell Barton
2011-09-29remove HQ normals export option which wasnt working, simplify polygroup expor...Campbell Barton