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
2017-07-14Fix T52054: Regression: Wavefront OBJ Import Fails With Current Builds.Bastien Montagne
2017-06-09Fix T51658: Exporting and Importing OBJ Files isn't working.Bastien Montagne
2017-06-06Fix T51700: OBJ exporter would have inverted normals in some cases.Bastien Montagne
2017-05-27OBJ import: Add basic support for Cycles shaders.Bastien Montagne
2017-03-19OBJ IO: remove usage of register_module.Bastien Montagne
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-01-17Fix T50453: Add option to OBJ export to apply render or preview modifiers.Bastien Montagne
2016-10-30Fix T49865: export .obj broke UVs.Bastien Montagne
2016-09-15Fix T49357: OBJ importer cannot deal with texture names with spaces.Bastien Montagne
2016-09-13Fix T49338: Export to OBJ add extra space to the texture file name on MTL fileSergey Sharybin
2016-04-05Avoid writing redundant zerosCampbell Barton
2016-03-29OBJ Import: prevent loading an image many timesCampbell Barton
2016-03-19Fix T47831: Obj_Import_Problem.Bastien Montagne
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