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-05-18 07:09:28 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-05-18 07:09:46 +0300
commit5e67dcf3d2c337c0d4b0fb71b3800bd219629e2e (patch)
tree23b7c1efefd358db29f51b093f8ae2bf8e8769df /intern
parent52e53d61f5e64d28910927807ac11c4e6528da14 (diff)
Cleanup: format
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/alembic.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/intern/cycles/render/alembic.cpp b/intern/cycles/render/alembic.cpp
index 420c66ad4dc..cf345ee075d 100644
--- a/intern/cycles/render/alembic.cpp
+++ b/intern/cycles/render/alembic.cpp
@@ -498,12 +498,8 @@ void AlembicObject::load_data_in_cache(CachedData &cached_data,
/* Use the schema as the base compound property to also be able to look for top level properties.
*/
- read_attributes(proc,
- cached_data,
- schema,
- schema.getUVsParam(),
- get_requested_attributes(),
- progress);
+ read_attributes(
+ proc, cached_data, schema, schema.getUVsParam(), get_requested_attributes(), progress);
cached_data.invalidate_last_loaded_time(true);
data_loaded = true;