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-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
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