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
2014-04-09Backport revisions for the 2.70a releasev2.70aSergey Sharybin
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
2011-09-29remove all scenes optionCampbell Barton
2011-08-03move axis conversion check into blenders parent helper function.Campbell Barton
2011-08-02fix [#28146] OBJ fails when mehs has no materialCampbell Barton
2011-07-29fix for exporting dupli's, code assumed any dupli with a parent was a dupli v...Campbell Barton
2011-07-25reverse matrix, vector multiplication order,Campbell Barton
2011-07-11cleanupCampbell Barton
2011-06-10remove unused image copy function.Campbell Barton
2011-06-09fix [#27617] .obj export regression in 2.5, unable to export curves as edge-l...Campbell Barton
2011-06-06fix [#27593] Obj exporter errors reappearedCampbell Barton
2011-05-25axis conversion for X3D and OBJ operatorsCampbell Barton
2011-05-17fix [#27367] obj exportCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-05-10fix [#27332] Obj exporter doesent export bump, spec/ importer wrong shader se...Campbell Barton
2011-05-03minor pep8 editsCampbell Barton