Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1267 / 8462

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)
Move MTLMaterial & float3_to_string to exporter files.

Keeping the branch in sync with D8754 and D8753.
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
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)
Install_deps: update to add pugixml and potrace new deps.

Also fixed OpenVDB maximum version, it appears that even 7.1 is not
compatible with 7.0?

Re T80818 and D8628.
September 16, 2020, 09:19 (GMT)
Fix T80800: Active UVMap Drawing

Regression introduced by D8234. In stead of using the active uv map, the
render uv map was drawn. This change will use the active uv map.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021