Cleanup: move imbuf .h files to .hh

This commit is contained in:
Aras Pranckevicius 2024-01-18 22:50:23 +02:00 committed by Aras Pranckevicius
parent 487adcb992
commit a705259b4b
324 changed files with 662 additions and 740 deletions

View File

@ -9,8 +9,8 @@
#pragma once
#include "GHOST_Event.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
/**
* Drag & drop event

View File

@ -28,8 +28,8 @@
#include "utf_winfunc.hh"
#include "utfconv.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "GHOST_DisplayManagerWin32.hh"
#include "GHOST_EventButton.hh"

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
struct ColorSpace;
struct ImBuf;

View File

@ -30,7 +30,7 @@
#include "BLF_api.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
#include "GPU_matrix.h"
#include "GPU_shader.h"

View File

@ -14,7 +14,7 @@
#include "BLI_math_vector.h"
#include "BLI_math_vector_types.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
namespace blender::bke::image {

View File

@ -13,7 +13,7 @@
#include "BKE_image.h"
#include "BKE_image_wrappers.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
namespace blender::bke::pbvh::pixels {

View File

@ -7,7 +7,7 @@
/** \file
* \ingroup bke
*/
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#ifdef __cplusplus
extern "C" {

View File

@ -18,8 +18,8 @@
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"
#include "IMB_moviecache.h"
#include "IMB_imbuf.hh"
#include "IMB_moviecache.hh"
#include "BKE_addon.h"
#include "BKE_blender.h" /* own include */

View File

@ -21,8 +21,8 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"
#include "IMB_moviecache.h"
#include "IMB_imbuf.hh"
#include "IMB_moviecache.hh"
#include "BKE_blender_copybuffer.h" /* own include */
#include "BKE_blendfile.hh"
@ -40,7 +40,7 @@
#include "BLO_readfile.h"
#include "BLO_writefile.hh"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
/* -------------------------------------------------------------------- */
/** \name Copy/Paste `.blend`, partial saves.

View File

@ -27,7 +27,7 @@
#include "BLI_time.h"
#include "BLI_utildefines.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
#include "BKE_addon.h"
#include "BKE_appdir.h"

View File

@ -36,9 +36,9 @@
#include "BKE_preview_image.hh"
#include "BKE_texture.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "RE_texture.h" /* RE_texture_evaluate */

View File

@ -26,8 +26,8 @@
#include "BKE_curve.hh"
#include "BKE_fcurve.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf_types.hh"
#include "BLO_read_write.hh"

View File

@ -66,8 +66,8 @@
#include "DEG_depsgraph_query.hh"
/* for image output */
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "RE_texture.h"

View File

@ -23,8 +23,8 @@
#include "BLT_translation.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
/* Allow using deprecated functionality for .blend file I/O. */
#define DNA_DEPRECATED_ALLOW

View File

@ -32,8 +32,8 @@
#include "BLI_sys_types.h" /* for intptr_t support */
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
/**
* Only allow non-managed icons to be removed (by Python for eg).

View File

@ -12,8 +12,8 @@
#include "BLI_math_geom.h"
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_icons.h"

View File

@ -28,12 +28,12 @@
#include "MEM_guardedalloc.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_metadata.h"
#include "IMB_moviecache.h"
#include "IMB_openexr.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_metadata.hh"
#include "IMB_moviecache.hh"
#include "IMB_openexr.hh"
/* Allow using deprecated functionality for .blend file I/O. */
#define DNA_DEPRECATED_ALLOW

View File

@ -15,9 +15,9 @@
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_colortools.hh"
#include "BKE_image_format.h"

View File

@ -15,8 +15,8 @@
#include "BKE_image.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BLF_api.h"

View File

@ -18,9 +18,9 @@
#include "DNA_image_types.h"
#include "DNA_userdef_types.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_global.h"
#include "BKE_image.h"

View File

@ -54,8 +54,8 @@
#include "DNA_image_types.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BLI_listbase.h"
#include "BLI_vector.hh"

View File

@ -12,8 +12,8 @@
#include "BKE_image_partial_update.hh"
#include "BKE_main.hh"
#include "IMB_imbuf.h"
#include "IMB_moviecache.h"
#include "IMB_imbuf.hh"
#include "IMB_moviecache.hh"
#include "DNA_image_types.h"

View File

@ -21,10 +21,10 @@
#include "MEM_guardedalloc.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_openexr.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_openexr.hh"
#include "BKE_colortools.hh"
#include "BKE_global.h"

View File

@ -13,7 +13,7 @@
#include "RE_engine.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "CLG_log.h"

View File

@ -26,7 +26,7 @@
#include "BKE_object.hh"
#include "BKE_scene.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "ED_node.hh"

View File

@ -35,8 +35,8 @@
#include "BKE_main_namemap.hh"
#include "BKE_report.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
static CLG_LogRef LOG = {"bke.main"};

View File

@ -58,10 +58,10 @@
#include "BKE_node_tree_update.hh"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_moviecache.h"
#include "IMB_openexr.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_moviecache.hh"
#include "IMB_openexr.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"

View File

@ -49,7 +49,7 @@
#include "BLI_vector_set.hh"
#include "BLT_translation.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "BKE_anim_data.h"
#include "BKE_animsys.h"

View File

@ -30,8 +30,8 @@
#include "BKE_ocean.h"
#include "ocean_intern.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "RE_texture.h"

View File

@ -37,8 +37,8 @@
#include "BKE_vfont.hh"
#include "BKE_volume.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BLO_read_write.hh"

View File

@ -14,7 +14,7 @@
#include "BKE_material.h"
#include "BKE_paint.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include <sstream>

View File

@ -10,8 +10,8 @@
#include "BLI_task.hh"
#include "BLI_vector.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_image_wrappers.hh"
#include "BKE_pbvh_api.hh"

View File

@ -5,8 +5,8 @@
#include "BLI_math_vector_types.hh"
#include "BLI_vector.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_image_wrappers.hh"
#include "BKE_pbvh.hh"

View File

@ -31,8 +31,8 @@
#include "GPU_texture.h"
#include "IMB_imbuf.h"
#include "IMB_thumbs.h"
#include "IMB_imbuf.hh"
#include "IMB_thumbs.hh"
#include "atomic_ops.h"

View File

@ -110,8 +110,8 @@
#include "engines/eevee/eevee_lightcache.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "DRW_engine.hh"

View File

@ -25,9 +25,9 @@
#include "DNA_listBase.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_openexr.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_openexr.hh"
#include "GPU_texture.h"

View File

@ -36,7 +36,7 @@
#include "DNA_object_types.h"
#include "DNA_particle_types.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "BKE_main.hh"

View File

@ -46,8 +46,8 @@
#include "BKE_scene.h"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "RNA_access.hh"
#include "RNA_prototypes.h"

View File

@ -25,8 +25,8 @@
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "libmv-capi.h"
#include "tracking_private.h"

View File

@ -16,7 +16,7 @@
#include "BKE_tracking.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "libmv-capi.h"

View File

@ -20,8 +20,8 @@
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "libmv-capi.h"
#include "tracking_private.h"

View File

@ -29,9 +29,9 @@
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "MEM_guardedalloc.h"
/* == Parameterization constants == */

View File

@ -29,9 +29,9 @@
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_moviecache.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_moviecache.hh"
#include "tracking_private.h"

View File

@ -38,7 +38,7 @@
# include "BKE_sound.h"
# include "BKE_writeffmpeg.hh"
# include "IMB_imbuf.h"
# include "IMB_imbuf.hh"
/* This needs to be included after BLI_math_base.h otherwise it will redefine some math defines
* like M_SQRT1_2 leading to warnings with MSVC */

View File

@ -13,8 +13,8 @@
#include "BLI_math_color.h"
#include "BLI_sys_types.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include <type_traits>

View File

@ -42,7 +42,7 @@
#include "BLI_string.h"
#include "BLI_string_utils.hh"
#include "../imbuf/IMB_imbuf.h"
#include "../imbuf/IMB_imbuf.hh"
/*
* Ordering function for sorting lists of files/directories. Returns -1 if

View File

@ -4,7 +4,7 @@
#include "testing/testing.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "BLI_fileops.h"
#include "BLI_path_util.h"

View File

@ -77,7 +77,7 @@
# include "BKE_writeffmpeg.hh"
#endif
#include "IMB_imbuf.h" /* for proxy / time-code versioning stuff. */
#include "IMB_imbuf.hh" /* for proxy / time-code versioning stuff. */
#include "NOD_common.h"
#include "NOD_composite.hh"

View File

@ -100,8 +100,8 @@
#include "NOD_shader.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "DEG_depsgraph.hh"

View File

@ -63,7 +63,7 @@
#include "BKE_multires.hh"
#include "BKE_node.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "MEM_guardedalloc.h"
#include "RNA_access.hh"

View File

@ -33,7 +33,7 @@
#include "DNA_genfile.h" /* for DNA_sdna_current_init() */
#include "DNA_windowmanager_types.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "ED_datafiles.h"

View File

@ -27,7 +27,7 @@
#include "BKE_appdir.h"
#include "IMB_thumbs.h"
#include "IMB_thumbs.hh"
#include "DNA_userdef_types.h"

View File

@ -9,8 +9,8 @@
#include "BLI_string.h"
#include "BKE_appdir.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "COM_ExecutionGroup.h"
#include "COM_ReadBufferOperation.h"

View File

@ -6,8 +6,8 @@
#include "COM_MemoryProxy.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf_types.hh"
#define ASSERT_BUFFER_CONTAINS_AREA(buf, area) \
BLI_assert(BLI_rcti_inside_rcti(&(buf)->get_rect(), &(area)))

View File

@ -11,7 +11,7 @@
#include "DNA_movieclip_types.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "COM_ExecutionSystem.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "COM_ExecutionSystem.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -4,7 +4,7 @@
#include "COM_ColorCorrectionOperation.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -10,7 +10,7 @@
#include "BKE_image.h"
#include "BKE_scene.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "RE_pipeline.h"

View File

@ -4,7 +4,7 @@
#include "COM_ConvertColorProfileOperation.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "COM_ConvertColorSpaceNode.h"
#include "COM_MultiThreadedOperation.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "BLI_color.hh"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -4,7 +4,7 @@
#include "COM_GlareThresholdOperation.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -6,9 +6,9 @@
#include "BKE_scene.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
namespace blender::compositor {

View File

@ -15,8 +15,8 @@
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
namespace blender::compositor {

View File

@ -6,8 +6,6 @@
#include "BLI_math_vector.hh"
#include "BLI_math_vector_types.hh"
#include "IMB_colormanagement.h"
#include "COM_KuwaharaClassicOperation.h"
#include "COM_SummedAreaTableOperation.h"

View File

@ -4,7 +4,7 @@
#include "COM_LuminanceMatteOperation.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -7,7 +7,7 @@
#include "BLI_listbase.h"
#include "COM_MultiThreadedOperation.h"
#include "DNA_mask_types.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
/* Forward declarations. */
struct MaskRasterHandle;

View File

@ -7,7 +7,7 @@
#include "BKE_image.h"
#include "BKE_movieclip.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
namespace blender::compositor {

View File

@ -7,7 +7,7 @@
#include "BLI_listbase.h"
#include "COM_MultiThreadedOperation.h"
#include "DNA_movieclip_types.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "BLI_string.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
namespace blender::compositor {

View File

@ -5,8 +5,8 @@
#include "COM_PreviewOperation.h"
#include "BKE_node.hh"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
namespace blender::compositor {

View File

@ -1,4 +1,4 @@
/* SPDX-FileCopyrightText: 2017 Blender Authors
/* SPDX-FileCopyrightText: 2024 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
@ -7,7 +7,7 @@
#include "COM_SMAAAreaTexture.h"
extern "C" {
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
}
namespace blender::compositor {

View File

@ -6,7 +6,7 @@
#include "COM_ExecutionSystem.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
namespace blender::compositor {

View File

@ -7,9 +7,8 @@
#include "BKE_scene.h"
#include "COM_ExecutionSystem.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
namespace blender::compositor {

View File

@ -4,7 +4,7 @@
#include "BLI_assert.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
#include "GPU_shader.h"
#include "GPU_texture.h"

View File

@ -15,8 +15,8 @@
#include "GPU_shader.h"
#include "GPU_texture.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_image.h"
#include "BKE_lib_id.hh"

View File

@ -13,7 +13,7 @@
#include "BLI_math_vector_types.hh"
#include "BLI_vector.hh"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "DNA_defaults.h"
#include "DNA_movieclip_types.h"

View File

@ -15,8 +15,8 @@
#include "MEM_guardedalloc.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "DNA_scene_types.h"
#include "DNA_windowmanager_types.h"

View File

@ -11,8 +11,8 @@
#include "BLI_task.hh"
#include "BLI_utildefines.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "DNA_node_types.h"

View File

@ -24,8 +24,6 @@
#include "DRW_render.hh"
#include "IMB_colormanagement.h"
#include "COM_context.hh"
#include "COM_domain.hh"
#include "COM_evaluator.hh"

View File

@ -46,7 +46,7 @@
#include "DNA_modifier_types.h"
#include "DNA_particle_types.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "eevee_private.h"

View File

@ -22,7 +22,7 @@
#include "GPU_context.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf.hh"
#include "eevee_private.h"

View File

@ -31,7 +31,7 @@
#include "RE_pipeline.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "eevee_private.h"

View File

@ -17,7 +17,7 @@
#include "DNA_ID.h"
#include "DNA_lightprobe_types.h"
#include "DNA_modifier_types.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "RE_pipeline.h"
#include "eevee_engine.h"

View File

@ -18,7 +18,7 @@
#include "GPU_uniform_buffer.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "gpencil_engine.h"

View File

@ -22,7 +22,7 @@
#include "GPU_capabilities.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "RE_pipeline.h"

View File

@ -17,7 +17,7 @@
#include "RE_pipeline.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "gpencil_engine.h"

View File

@ -10,9 +10,9 @@
#include "BLI_vector.hh"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
namespace blender::draw::image_engine {

View File

@ -10,7 +10,7 @@
#include "BKE_image_partial_update.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "BLI_math_matrix_types.hh"
#include "BLI_math_vector_types.hh"

View File

@ -20,8 +20,8 @@
#include "DNA_camera_types.h"
#include "DNA_screen_types.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "ED_image.hh"

View File

@ -12,7 +12,7 @@
#include "DNA_image_types.h"
#include "DNA_scene_types.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "BKE_image.h"

View File

@ -27,7 +27,7 @@
#include "ED_image.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "GPU_batch.h"

View File

@ -23,7 +23,7 @@
#include "ED_view3d.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "overlay_private.hh"

View File

@ -14,7 +14,7 @@
#include "ED_paint.hh"
#include "ED_view3d.hh"
#include "GPU_capabilities.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "draw_common.hh"
#include "draw_sculpt.hh"

View File

@ -5,7 +5,7 @@
#include "../eevee_next/eevee_lut.hh" /* TODO: find somewhere to share blue noise Table. */
#include "BKE_studiolight.h"
#include "BLI_math_rotation.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "workbench_private.hh"

View File

@ -20,8 +20,6 @@
#include "BKE_colortools.hh"
#include "IMB_colormanagement.h"
#include "draw_color_management.h"
namespace blender::draw::color_management {

View File

@ -20,7 +20,7 @@
#include "BKE_colorband.hh"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement.hh"
#include "GPU_texture.h"

View File

@ -65,8 +65,6 @@
#include "GPU_uniform_buffer.h"
#include "GPU_viewport.h"
#include "IMB_colormanagement.h"
#include "RE_engine.h"
#include "RE_pipeline.h"

View File

@ -61,7 +61,7 @@
#include "UI_interface_icons.hh"
#include "UI_resources.hh"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf_types.hh"
#include "gpencil_intern.h"

Some files were not shown because too many files have changed in this diff Show More