April 25, 2021, 17:14 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
April 18, 2021, 20:13 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
April 18, 2021, 19:59 (GMT) |
Create test OBJ files in temporary place. |
April 17, 2021, 12:02 (GMT) |
Fix test to not use Ankit's directory name. |
April 11, 2021, 15:32 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
March 28, 2021, 22:15 (GMT) |
Progress towards making material output the same as the python exporter. The python exporter was stricter about what Principled BSDF node it would use -- it only wanted one directly attached to the Material Output. Also, the Python exporter sets the ambient to (1,1,1) if no reflections. And there was a mistake in how the C++ exporter set the illumination model. Also printed out the components in the same order as the python one, for easier comparison. |
March 28, 2021, 12:03 (GMT) |
Fixed problem of repeated same materials output in MTL file. The code was writing out all of the materials for each object. Refactored so that the materials for all objects are gathered together, deduping, and writing out at the end of a frame. |
March 27, 2021, 12:52 (GMT) |
Fix a bad default assignment and an unused parameter. |
March 26, 2021, 12:56 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
March 20, 2021, 19:57 (GMT) |
Put the blender file basename in comment in the header of the .mtl file. |
March 20, 2021, 17:30 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
March 14, 2021, 20:05 (GMT) |
Fixed up the TODOs re materials left when making it compile again. Also, fixed a place where a newline belonged in material output. |
March 14, 2021, 17:57 (GMT) |
Blender source doesn't yet permit modernize-use-override |
March 14, 2021, 17:47 (GMT) |
Current blender source hasn't modernized all string literals. |
March 14, 2021, 17:37 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
February 23, 2021, 16:03 (GMT) |
Get branch into compling state again. There are some changes in Materials in the exporter that make compiling the importer fail. I fixed one and several others are just ifdef'd out for now so that the branch compiles. TODO to fix the rest. |
February 23, 2021, 14:43 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
February 22, 2021, 18:03 (GMT) |
Cleanup |
February 22, 2021, 18:03 (GMT) |
Writer: some tests |
February 22, 2021, 18:03 (GMT) |
Cleanup: fix typos |
|