Blender Git Statistics -> Branches -> soc-2020-io-performance

"Soc-2020-io-performance" branch

Total commits : 455
Total committers : 3
First Commit : May 21, 2020
Latest Commit : October 30, 2021


Commits by Month

DateNumber of Commits
October, 20214
September, 20213
August, 20215
July, 20213
June, 20214
May, 20211
April, 20215
March, 202110
February, 20216
January, 20210
December, 202012
November, 202041
October, 202018
September, 202083
August, 202090
July, 202087
June, 202075
May, 20208

Committers

AuthorNumber of Commits
Ankit Meel399
Howard Trickey35
Ankit Meel21

Popular Files

FilenameTotal Edits
wavefront_obj_im_file_reader.cc62
wavefront_obj_im_mesh.cc54
obj_export_file_writer.cc53
io_obj.c53
wavefront_obj_exporter.cc53
wavefront_obj_importer.cc51
wavefront_obj_file_handler.cc45
wavefront_obj_im_objects.hh40
obj_export_mesh.cc37
wavefront_obj_file_handler.hh31

Latest commits Feed

October 30, 2021, 19:37 (GMT)
Merge branch 'master' into soc-2020-io-performance
October 24, 2021, 12:31 (GMT)
Merge branch 'master' into soc-2020-io-performance
October 17, 2021, 20:17 (GMT)
Add more regression tests for new obj exporter.

This adds regression tests for exporting most of the blend files
in the io_tests/blend_geometry and io_tests/blend_scene tests.
A fix was necessary in the BlendfileLoadingBaseTest class to prevent
leakage of some global data generated when a loaded file has metaballs.
Also, had to fix the exporter to deal with empty curves.
October 14, 2021, 17:25 (GMT)
Merge branch 'master' into soc-2020-io-performance
September 19, 2021, 20:49 (GMT)
Merge branch 'master' into soc-2020-io-performance
September 18, 2021, 14:03 (GMT)
Merge branch 'master' into soc-2020-io-performance
September 18, 2021, 14:03 (GMT)
Fix mistake with last commit - it didn't compile.
August 29, 2021, 17:54 (GMT)
Change where new obj exporter writes temp files.

The code was writing relative to the test_release_dir flag,
but this didn't make a lot of sense.
Better to use Blender's tempdir mechanism, though since Blender
isn't fully initialized when using it for gtests, we have
to call the function to initialize the tempdir.
August 28, 2021, 11:25 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 22, 2021, 17:22 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 15, 2021, 20:23 (GMT)
Add framework to fast obj i/o to regression test whole files.

One tricky aspect is that we want to allow for the version string
part of the header to mismatch, so only check for file equality
after the first lines.
August 1, 2021, 00:57 (GMT)
Fix new obj exporter curve test.

Due to a previous fix I made to the transform matrix code,
the golden data for the curve coordinates were incorrect.
July 31, 2021, 19:40 (GMT)
Merge branch 'master' into soc-2020-io-performance
July 10, 2021, 13:38 (GMT)
Consistent var naming, function usage.
July 10, 2021, 13:34 (GMT)
Merge branch 'master' into soc-2020-io-performance
June 7, 2021, 03:16 (GMT)
Export transform was wrongly calculated.

Several mistakes fixed: Blender's axes convention was wrongly stated;
the mat3_from_axis_conversion in C returns a transposed matrix,
probably because it was copied from Python; the axis transformation
wasn't properly applied to the location part of an object transform.
June 6, 2021, 03:56 (GMT)
Fix crash when UVs are not asked to be exported.
June 5, 2021, 19:25 (GMT)
Fix (added argument) after master merge.
June 5, 2021, 18:33 (GMT)
Merge branch 'master' into soc-2020-io-performance
May 9, 2021, 13:25 (GMT)
Merge branch 'master' into soc-2020-io-performance

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021