Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/pbvh_pixels_copy.hh
- This file was added.
| /* SPDX-License-Identifier: GPL-2.0-or-later | |||||
| * Copyright 2022 Blender Foundation. All rights reserved. */ | |||||
| #include "BLI_math.h" | |||||
| #include "BLI_math_vector_types.hh" | |||||
| #include "BLI_vector.hh" | |||||
| #include "IMB_imbuf.h" | |||||
| #include "IMB_imbuf_types.h" | |||||
| #include "BKE_image_wrappers.hh" | |||||
| #include "BKE_pbvh.h" | |||||
| #include "BKE_pbvh_pixels.hh" | |||||
| #include "pbvh_uv_islands.hh" | |||||
| namespace blender::bke::pbvh::pixels { | |||||
| void BKE_pbvh_pixels_copy_update(PBVH &pbvh, | |||||
| Image &image, | |||||
| ImageUser &image_user, | |||||
| const uv_islands::MeshData &mesh_data); | |||||
| } // namespace blender::bke::pbvh::pixels | |||||