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
path: root/intern
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-08-12 10:59:18 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-08-12 10:59:18 +0300
commit759955c48a45768fbae7d57fc828487a0ba19168 (patch)
tree7d0774c4465f991845500c77e79b6b04cb17d62b /intern
parent2875995efe0f99b22ccf8e60087251d59d6814f1 (diff)
Cleanup: format
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/alembic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/render/alembic.cpp b/intern/cycles/render/alembic.cpp
index a2ace6d9054..61c1a1bab20 100644
--- a/intern/cycles/render/alembic.cpp
+++ b/intern/cycles/render/alembic.cpp
@@ -1276,7 +1276,8 @@ void AlembicProcedural::read_mesh(AlembicObject *abc_object, Abc::chrono_t frame
cached_data.shader.copy_to_socket(frame_time, mesh, mesh->get_shader_socket());
- const array<int3> *triangle_data = cached_data.triangles.data_for_time(frame_time).get_data_or_null();
+ const array<int3> *triangle_data =
+ cached_data.triangles.data_for_time(frame_time).get_data_or_null();
if (triangle_data) {
array<int> triangles;
array<bool> smooth;