Cleanup: clang-format
This commit is contained in:
@@ -155,4 +155,3 @@ if(WIN32)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@@ -435,11 +435,8 @@ static void *seq_prefetch_frames(void *job)
|
|||||||
|
|
||||||
seq_prefetch_update_depsgraph(pfjob);
|
seq_prefetch_update_depsgraph(pfjob);
|
||||||
AnimData *adt = BKE_animdata_from_id(&pfjob->context_cpy.scene->id);
|
AnimData *adt = BKE_animdata_from_id(&pfjob->context_cpy.scene->id);
|
||||||
BKE_animsys_evaluate_animdata(&pfjob->context_cpy.scene->id,
|
BKE_animsys_evaluate_animdata(
|
||||||
adt,
|
&pfjob->context_cpy.scene->id, adt, seq_prefetch_cfra(pfjob), ADT_RECALC_ALL, false);
|
||||||
seq_prefetch_cfra(pfjob),
|
|
||||||
ADT_RECALC_ALL,
|
|
||||||
false);
|
|
||||||
|
|
||||||
/* This is quite hacky solution:
|
/* This is quite hacky solution:
|
||||||
* We need cross-reference original scene with copy for cache.
|
* We need cross-reference original scene with copy for cache.
|
||||||
|
@@ -562,7 +562,8 @@ short transform_orientation_matrix_get(bContext *C,
|
|||||||
orientation_index_custom = orientation - V3D_ORIENT_CUSTOM;
|
orientation_index_custom = orientation - V3D_ORIENT_CUSTOM;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ED_transform_calc_orientation_from_type_ex(C,
|
return ED_transform_calc_orientation_from_type_ex(
|
||||||
|
C,
|
||||||
r_spacemtx,
|
r_spacemtx,
|
||||||
/* extra args (can be accessed from context) */
|
/* extra args (can be accessed from context) */
|
||||||
t->scene,
|
t->scene,
|
||||||
|
Reference in New Issue
Block a user