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-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
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-29correct recent error, missed these changes in last commitCampbell Barton
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-04-15option to apply scale on export. also add global scale options for exporters....Campbell Barton
2013-04-15options to scale x3d and obj on exportCampbell Barton
2013-04-05fix [#34864] Save&Load - Relative Paths ticked, Obj Import and Textures tab u...Campbell 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-10add NGon importer supportCampbell 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
2013-01-22fix for api change with importerCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-12-19formatting edits for bl_infoCampbell Barton
2012-12-16don't overwrite alpha with material `illum` setting, or when using an alpha t...Campbell 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 [#32637] OBJ Import Alpha Map ProblemCampbell 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-10-18fixes suggested by kromar5959 on irc.Campbell Barton
2012-10-183ds max writes 'map_refl' in materials. add support for reading this.Campbell Barton
2012-10-16OBJ now reads MTL using the float_func(), so materials can use commas in floa...Campbell Barton
2012-10-01minor edit to OBJ clamp tooltip.Campbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-15Fix for [#32102] Saving obj extends the material name by texture nameBastien Montagne
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy