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
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-10-17Potential fix for T57280 (OBJ import: typo in material handling code).Bastien Montagne
2018-10-16OBJ IO: Change specular IO conversion.Bastien Montagne
2018-10-15Merge branch 'master' into blender2.8Philipp Oeser
2018-10-15Fix T57113: OBJ material import int conversionPhilipp Oeser
2018-10-12Update for node_shader_utils changes.Brecht Van Lommel
2018-10-04Merge branch 'master' into blender2.8Bastien Montagne
2018-10-04Fix T57055: Import wavefront OBJ does not correctly parse the '-bm' parameter.Bastien Montagne
2018-09-28OBJ IO: Initial support for modern shaders.Bastien Montagne
2018-09-26OBJ: Cleanup: remove 'use_cycles' option.Bastien Montagne
2018-09-21Initial porting of OBJ (wavefront) IO add-on to 2.8.Bastien Montagne
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-04-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-19Fix object importer in blender 2.8Dalai Felinto
2018-01-08Fix T53702: OBJ MTL fails w/ negative numbersCampbell Barton
2017-12-19Fix for Fix (c): T52945: OBJ import - load_material_image - map_options not p...Bastien Montagne
2017-10-10Fix T52945: OBJ import - load_material_image - map_options not parsed correctly.Bastien Montagne
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-05-27OBJ import: Add basic support for Cycles shaders.Bastien Montagne
2016-09-15Fix T49357: OBJ importer cannot deal with texture names with spaces.Bastien Montagne
2016-03-29OBJ Import: prevent loading an image many timesCampbell Barton
2016-03-19Fix T47831: Obj_Import_Problem.Bastien Montagne
2016-01-22Fix T47219: OBJ import merges faces incorrectlyCampbell Barton
2016-01-15Fix T47018: OBJ fails images search on win32Campbell 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-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-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 Importer: Rework/cleanup of mesh generation code.Bastien Montagne
2015-01-04OBJ import: follow up to previous commit: correct fix.Bastien Montagne