Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-06-18 11:50:19 +0300
committerJacques Lucke <jacques@blender.org>2021-06-18 11:50:19 +0300
commit060d668ae6e6a1d0f89cea65b9d7c152c761350a (patch)
treea9d09e38c1c6309e599263c947fc13adef502696 /source/blender/blenkernel/BKE_mesh_sample.hh
parent6c1fdd52c12d0d8bc1e58873286c22d3693a042f (diff)
Cleanup: clang format
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh_sample.hh')
-rw-r--r--source/blender/blenkernel/BKE_mesh_sample.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_mesh_sample.hh b/source/blender/blenkernel/BKE_mesh_sample.hh
index c40d2e947e3..dc747ba5b42 100644
--- a/source/blender/blenkernel/BKE_mesh_sample.hh
+++ b/source/blender/blenkernel/BKE_mesh_sample.hh
@@ -82,8 +82,8 @@ class MeshAttributeInterpolator {
public:
MeshAttributeInterpolator(const Mesh *mesh,
- const Span<float3> positions,
- const Span<int> looptri_indices);
+ const Span<float3> positions,
+ const Span<int> looptri_indices);
void sample_attribute(const ReadAttributeLookup &src_attribute,
OutputAttribute &dst_attribute,