Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-11-09 09:03:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-09 09:03:28 +0300
commitaf4c389f9955c5975058733858017da68792f509 (patch)
tree2b2f4751ad632ca7aeb292ae7065a1f1ea9475d4 /source/blender/imbuf/intern/filetype.c
parente118426e4695a97d67e65d69677f3c4e2db50a56 (diff)
Cleanup: imbuf callback naming
Use `is_a` & `is_a_filepath` in callback names.
Diffstat (limited to 'source/blender/imbuf/intern/filetype.c')
-rw-r--r--source/blender/imbuf/intern/filetype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/filetype.c b/source/blender/imbuf/intern/filetype.c
index 5aa588da36d..667027ebfeb 100644
--- a/source/blender/imbuf/intern/filetype.c
+++ b/source/blender/imbuf/intern/filetype.c
@@ -114,7 +114,7 @@ const ImFileType IMB_FILE_TYPES[] = {
#ifdef WITH_CINEON
{NULL,
NULL,
- imb_is_dpx,
+ imb_is_a_dpx,
NULL,
imb_ftype_default,
imb_load_dpx,
@@ -126,7 +126,7 @@ const ImFileType IMB_FILE_TYPES[] = {
COLOR_ROLE_DEFAULT_FLOAT},
{NULL,
NULL,
- imb_is_cineon,
+ imb_is_a_cineon,
NULL,
imb_ftype_default,
imb_load_cineon,
@@ -211,7 +211,7 @@ const ImFileType IMB_FILE_TYPES[] = {
{NULL,
NULL,
NULL,
- imb_is_a_photoshop,
+ imb_is_a_filepath_photoshop,
imb_ftype_default,
NULL,
imb_load_photoshop,