September 16, 2020, 11:00 (GMT) |
MTLWriter: overwrite the file instead of appending to it. |
September 16, 2020, 10:50 (GMT) |
Prepend importer_ to mesh_utils; parser_ to string_utils. |
September 16, 2020, 10:39 (GMT) |
September 16, 2020, 10:27 (GMT) |
Merge branch 'exporter_n' into soc-2020-io-performance |
September 16, 2020, 10:26 (GMT) |
Fix: add versioning to fix incorrectly written customdata Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D8903 |
September 16, 2020, 10:23 (GMT) |
Cleanup: use uint8_t for various flags in curves Previously, it was kind of a mess. In different places it was using `char`, `short` and `int`. The changed properties are flags that are operated upon using bit operations. Therefore, the integer type should be unsigned. Since we only use 2 bits of these flags, `uint8_t` is large enough. Especially note the change I had to make in `RNA_define.h` to make this work. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D8844 |
Revision 92104a8 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 16, 2020, 10:19 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # source/blender/makesdna/DNA_collection_types.h # source/blender/makesrna/intern/rna_collection.c |
September 16, 2020, 09:55 (GMT) |
Fix: Showing Meta Data Crash When Showing Meta data for an image where the buffer does not exist (missing file) it crashed. This patch removes the check on the image and only checks the availability of the buffer. |
September 16, 2020, 09:47 (GMT) |
Move vertex index Vector resize to OBJMesh. |
September 16, 2020, 09:47 (GMT) |
Corrections: correct wrong assert, remove cast. |
September 16, 2020, 09:45 (GMT) |
Simplify material group calculation. |
September 16, 2020, 09:43 (GMT) |
Simplify vertex group calculation. |
September 16, 2020, 09:30 (GMT) |
Add smooth group constants, use "0" instead of "off". |
September 16, 2020, 09:26 (GMT) |
Add polygon element writer selector to OBJWriter. |
September 16, 2020, 09:23 (GMT) |
September 16, 2020, 09:19 (GMT) |
September 16, 2020, 09:08 (GMT) |
Add polygon normal indices calculation method to OBJMesh. |
September 16, 2020, 08:59 (GMT) |
Remove depsgraph member variable; use const variables. |
September 16, 2020, 08:57 (GMT) |
Material: Disambiguate mat_nr + 1. |
September 16, 2020, 08:54 (GMT) |
Add method to free mesh; disambiguate triangulate method. |
|
|
|


Master Commits
MiikaHweb | 2003-2021