Cleanup: Move image.c to c++
Passing on all platforms: https://builder.blender.org/admin/#/builders/18/builds/329 Differential Revision: https://developer.blender.org/D13962
This commit is contained in:
@@ -486,7 +486,7 @@ bool BKE_image_is_dirty(struct Image *image);
|
||||
void BKE_image_mark_dirty(struct Image *image, struct ImBuf *ibuf);
|
||||
bool BKE_image_buffer_format_writable(struct ImBuf *ibuf);
|
||||
|
||||
bool BKE_image_is_dirty_writable(struct Image *image, bool *is_format_writable);
|
||||
bool BKE_image_is_dirty_writable(struct Image *image, bool *r_is_writable);
|
||||
|
||||
/**
|
||||
* Guess offset for the first frame in the sequence.
|
||||
|
||||
@@ -150,7 +150,7 @@ set(SRC
|
||||
intern/idprop_serialize.cc
|
||||
intern/idprop_utils.c
|
||||
intern/idtype.c
|
||||
intern/image.c
|
||||
intern/image.cc
|
||||
intern/image_partial_update.cc
|
||||
intern/image_gen.c
|
||||
intern/image_gpu.cc
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user