Blender Git Loki

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

Page: 11 / 23

August 31, 2020, 16:38 (GMT)
Review update: fix UI text; add comments.

Variable type change for `forward_axis` and `up_axis`.
August 30, 2020, 14:56 (GMT)
Rename File menu item text.
August 30, 2020, 14:49 (GMT)
Rename files to shorten the name, remove ex/im.

Two letter abbreviations were not deemed good.
August 30, 2020, 14:01 (GMT)
Cleanup: Add description, rename conflicting name

max/min are also functions, so better not keep them as variables.
No functional change.
August 30, 2020, 13:51 (GMT)
Add transform options in the importer UI.
August 30, 2020, 13:28 (GMT)
Fix minor bugs in logging.
August 29, 2020, 17:09 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 28, 2020, 14:08 (GMT)
Fix face element import: index out of range crash
August 28, 2020, 12:09 (GMT)
Fix build error after merge; add logging.

Fix typo in the {rB0aeb338d1952725cfb8}: really turn off tessellation
this time.
August 28, 2020, 11:30 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 28, 2020, 11:22 (GMT)
Use unique_ptr for MTLMaterials Map.

Also, early return in `tessellate_polygons`. Turn off tessellation
for a while till valid/invalid options are added in parsing.
August 27, 2020, 21:43 (GMT)
Fix ngon_tessellate filling the holes.

Fix several issues from the commit {rBefab0bc704ece3a}.
Previously, `ngon_tessellate` was filling the holes instead of
triangulating around them by using the "triangle-fan" method.

Now it triangulates around the holes and doesn't fill them.
August 23, 2020, 19:09 (GMT)
Read multiple lines with \n line breaks.
August 23, 2020, 16:36 (GMT)
Cleanup: Mark unused variables.
August 23, 2020, 16:35 (GMT)
Silence mesh_validate verbose warnings.
August 22, 2020, 07:10 (GMT)
Silence some warnings; minor changes.

Since `map_bump_strength` was changed to have a
leading space, length should be increased too.

Pass by reference to avoid copy.

Release resources if not moved by the owner in Mesh and
Curve creation code.
August 22, 2020, 07:03 (GMT)
Cleanup: add r_ prefix.

No functional change.

r_offsets -> r_offset.
August 21, 2020, 19:51 (GMT)
Use blender::StringRef instead of std::string_view.

Context:
{rB9616e2ef78f0}
{rBc521b69ffb68}

In MTL parser, `Vector.first_index_of_try` result was being compared
with `string::npos` which gave correct results since `npos` is -1,
but is wrong semantically. So fix it.
August 21, 2020, 19:14 (GMT)
Use remove_prefix for easy transition to StringRef.

The relevant search functionality was added to StringRef in
{rBc521b69ffb68}
August 21, 2020, 17:36 (GMT)
Move object creation code from constructor.

Also add destructors with assert in case caller doesn't
own the object.

Rename `blender_object_` to `mesh_object_` to be like
`curve_object_`.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021