Blender Git Commits

Blender Git "soc-2020-io-performance" branch commits.

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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021