Blender Git Loki

Blender Git commits from all branches.

Page: 725 / 2888

August 22, 2020, 12:02 (GMT)
Fixed an error and warning on Linux from previous commit.
August 22, 2020, 11:30 (GMT)
Addressed comments of reviewers on D8623.

Almost all changes asked for by Campbell and Jacques have been
addressed. The clang-tidy fixes will happen in the next commit.
August 22, 2020, 11:11 (GMT)
Merge branch 'master' into lanpr-under-gp
August 22, 2020, 11:10 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 22, 2020, 11:10 (GMT)
Merge branch 'master' into greasepencil-object
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, 20:09 (GMT)
Fix after merging master
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:39 (GMT)
Merge branch 'master' into fcurve-modifier-panels
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_`.
August 21, 2020, 16:45 (GMT)
Cleanup: Comments, clang-format.
August 21, 2020, 16:01 (GMT)
Remove unused uv vertex index offset.
August 21, 2020, 15:36 (GMT)
Edit FaceElem list outside polygon creating code.

`new_faces` was a lie after it was extended. Better is all_faces.
August 21, 2020, 15:21 (GMT)
Merge branch 'master' into soc-2020-testing-frameworks
August 21, 2020, 15:19 (GMT)
Removed cloth Pressure and Self Collision tests
August 21, 2020, 14:52 (GMT)
added warning and disable self collisions for non closed meshes
August 21, 2020, 14:16 (GMT)
Cleanup: move break statements into case body, or remove if follwing a return.
August 21, 2020, 14:09 (GMT)
fixed bug when switching mesh types
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021