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
2019-01-06Fix T60238: Error in OBJ exporter if material has a normal map.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-21Rename user_preferences -> preferencesCampbell Barton
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
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
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-12Fixes for tessface removal.Brecht Van Lommel
2018-10-10Update for removal of tessfaces.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-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-05-24Fix OBJ exporter for 2.8Dalai Felinto
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-09-25Fix T52833: OBJ triangulate doesn't match viewportCampbell Barton
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