Cleanup: format
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user