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
2022-06-30Cleanup: fix various typosBrecht Van Lommel
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2022-02-11Revert "Split io_scene_obj into separate io_import_obj and io_export_obj."Howard Trickey
2022-02-03Split io_scene_obj into separate io_import_obj and io_export_obj.Howard Trickey
2022-01-10Fix T94516: OBJ/MTL Material Roughness imported and exported inaccurately.Bastien Montagne
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
2020-12-15Fix T83671: OBJ Import: Ignore invalid lines (with 'command' but no data).Jens
2020-12-09Fix T84328: Correct errors caused by renamingRobert Guetzkow
2020-09-17Shaders: update OBJ and FBX for for Principled BSDF emission strengthBrecht Van Lommel
2019-12-16Fix T72148: OBJ import could fail with spaces in filenamesPhilipp Oeser
2019-12-08Fix T72241: error importing OBJ with NURBS curveBrecht Van Lommel
2019-12-03Cleanup: io_scene_obj, unused imports, varsCampbell Barton
2019-11-18Fix T71618: Can't import OBJs that have single-value colors in their MTL file.Bastien Montagne
2019-10-10Fix T70666: OBJ IO: Add support for new Emission option of Principled BSDF.Bastien Montagne
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
2019-08-05Fix T68249: Obj import will error if texture coordinates do not have 2 values.Bastien Montagne
2019-07-31Fix T66087: OBJ file import does not show edges until entering edit mode.Bastien Montagne
2019-07-30Fix T67889: Object Importer Error.Bastien Montagne
2019-07-26Fix T67673: Import .obj with more than one unnamed object fails.Bastien Montagne
2019-07-22Fix T67266: .obj import error with mtllib name in quotes - regression from 2....Bastien Montagne
2019-06-03Fix T65326: OBJ import is broken when no material is in OBJ file.Bastien Montagne
2019-05-28Fix T65215: export/import a simple cube to/from wavefront (.obj) format fails...Bastien Montagne
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2019-05-15OBJ IO: Use Principled BSDF's Alpha new setting.Bastien Montagne
2019-03-18Fix T62695: OBJ mtllib fails when filename contains spacesCampbell Barton
2019-03-05OBJ importer: do not do 'smart' init of new UV layers.Bastien Montagne
2019-02-07Cleanup OBJ debug prints from recent own commit.Bastien Montagne
2019-02-07Fix T61254: Import OBJ error:Bastien Montagne
2019-02-05Don't split groups by default when importing .obj filesJacques Lucke
2019-02-05Fix T61179: Import OBJ groups bug.Bastien Montagne
2019-01-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2019-01-25import_obj: Comment why getting an int as a float is neededCampbell Barton
2019-01-11Fix T60387: Blender 2.8 OBJ file format not work in import mode.Bastien Montagne
2019-01-11Fix second part of T60381: OBJ import of textures would fail when map scale/o...Bastien Montagne
2019-01-10Fix first part of T60381: OBJ import broken in case of multiple OBJ objects n...Bastien Montagne
2019-01-04OBJ Import: better handling for metallicPhilipp Oeser
2019-01-04OBJ Import: Fix finalize material code not being performed on last material.Bastien Montagne
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
2018-11-28Fix T58094: Failure to import .obj files without material data.Bastien Montagne
2018-11-20OBJ Import: Improve mesh building performances (over 20% speedup).Bastien Montagne
2018-11-20OBJ Import: Improve parsing performances (overall 5% speedup).Bastien Montagne
2018-11-20OBJ import: minor cleanup and optimizations.Bastien Montagne
2018-11-15OBJ import: Fix specPhilipp Oeser
2018-11-08Update for changes in Blender's APICampbell Barton
2018-11-06Updates for change in ViewLayer RNA API.Bastien Montagne
2018-11-05OBJ import: fix (remove) deprecated viewlayer handling code.Bastien Montagne
2018-11-01Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Update for changes to Blender's APICampbell Barton
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel