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 <campbell@blender.org>2022-08-30 09:20:07 +0300
committerCampbell Barton <campbell@blender.org>2022-08-30 09:22:49 +0300
commitc29d63aa5e22c202fd39c32ecd4e87b5704edfdd (patch)
tree6a1e39df1cf1c1867ad2ad645b1052893284a272 /source/blender/blenkernel/BKE_volume.h
parent24b8ccaa94a66a3552dc7100996d83d492a55ada (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenkernel/BKE_volume.h')
-rw-r--r--source/blender/blenkernel/BKE_volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_volume.h b/source/blender/blenkernel/BKE_volume.h
index 4215cad5858..8549cd14b3c 100644
--- a/source/blender/blenkernel/BKE_volume.h
+++ b/source/blender/blenkernel/BKE_volume.h
@@ -135,7 +135,7 @@ struct VolumeGrid *BKE_volume_grid_add(struct Volume *volume,
void BKE_volume_grid_remove(struct Volume *volume, struct VolumeGrid *grid);
/**
- * Openvdb crashes when the determinant of the transform matrix becomes too small.
+ * OpenVDB crashes when the determinant of the transform matrix becomes too small.
*/
bool BKE_volume_grid_determinant_valid(double determinant);