Cleanup: format

This commit is contained in:
Kévin Dietrich 2021-05-18 06:09:28 +02:00
parent 52e53d61f5
commit 5e67dcf3d2
Notes: blender-bot 2023-02-13 19:33:13 +01:00
Referenced by issue #88244, Eevee: Blender crashes when rendering complex scenes with Stereoscopy and Motion Blur
Referenced by issue #88161, Dragging nodes and objects are delayed in 2.93
Referenced by issue #87231, macOS: Glass shader is black in viewport
Referenced by issue #85708, White Noise Glitch using Value Attribute of Particle Instances
1 changed files with 2 additions and 6 deletions

View File

@ -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;