Move functions closely related to rendering images and proxies into
render.c and proxy.c files. render.h and proxy.h are created for
functions used internally.
There should be no functional changes.
Differential D9437
Cleanup: split sequencer.c file Authored by Richard Antalik (ISS) on Nov 3 2020, 3:40 PM. Tags Subscribers None
Details
Move functions closely related to rendering images and proxies into There should be no functional changes.
Diff Detail
Event TimelineComment Actions There is a big disconnect between the size of the patch and amount of description given. Some related links:
Surely, the links are more about features, but a lot of points is applicable for refactor as well. Basically it should be clear what to expect from the description.
Comment Actions @Sergey Sharybin (sergey) I guess I should not really even say "Refactor functions" because individual functions are not changed really. I forgot to ask question about copyright in licensing block. I have copied this block from sequencer.c, but I am not sure if I can or should change it. * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. * All rights reserved. * * - Blender Foundation, 2003-2009 * - Peter Schlaile <peter [at] schlaile [dot] de> 2005/2006 Comment Actions Ugh, tricky. Had a quick discussion with Ton. When splitting files keep the same copyright in all of them. If the change is limited splitting files and it compiles I don't think there is much to review really. Those files are to be split, and reviewing such changes is not adding a lot of value I think. P.S. One thing for the future, it would also nice to split the header. For example, instead of having /* render.c */ section in SEQ_sequencer.h we would have SEQ_render.h. Just to be clear: is better to do such split as a followup, no need to cram everything into one single change. Comment Actions Closing with rB0f43fe7fa66b
| ||||||||||||||||||