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:
authorClément Foucault <foucault.clem@gmail.com>2020-09-08 21:17:20 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-08 21:18:10 +0300
commit0006f78cb6eec3f0c17d2b071f0648edf3c2cbb9 (patch)
tree6e97ef05c1153bc611b2760847316ac977449def /source/blender/blenkernel/BKE_volume_render.h
parent9eba40b848bec0ba3f537ad9cadaa94aef6d955c (diff)
Revert "BKE: Fix compiling with clang-tidy and readability-non-const-parameter"
This reverts commit 637a5c964a01f5e8733e972cb8a30341eb91058e. I commited the previous commit because I wasn't building with openvdb. Compiling with openvdb fix the clang-tidy errror.
Diffstat (limited to 'source/blender/blenkernel/BKE_volume_render.h')
-rw-r--r--source/blender/blenkernel/BKE_volume_render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_volume_render.h b/source/blender/blenkernel/BKE_volume_render.h
index ac69b615c3f..a42f24a5312 100644
--- a/source/blender/blenkernel/BKE_volume_render.h
+++ b/source/blender/blenkernel/BKE_volume_render.h
@@ -46,7 +46,7 @@ void BKE_volume_grid_dense_voxels(const struct Volume *volume,
struct VolumeGrid *volume_grid,
const int64_t min[3],
const int64_t max[3],
- const float *voxels);
+ float *voxels);
/* Wireframe */