Part of T68836
All functions that start with createTrans... and flushTrans... have been moved to the corresponding data type.
Functions in transform_conversions.c that are exposed in transform.h are now exposed in transform_conversion.h.
Differential D5677
Transform: Split `transform_conversions` into multiples files Authored by Germano Cavalcante (mano-wii) on Sep 4 2019, 6:16 PM. Tags None Subscribers None
Details Part of T68836 All functions that start with createTrans... and flushTrans... have been moved to the corresponding data type.
Diff Detail
Event TimelineComment Actions Looks good, think these kind of changes could be made in a branch, then committed at once (split up each type into its own file). Comment Actions
Comment Actions Would call transform_conversions_brush.c > transform_conversions_paintcurve.c, besides this LGTM. Comment Actions Suggestion, conversions made sense for many, we could call these: transform_convert_action.c, transform_convert_mesh.c, ... etc. Comment Actions
|