[Bf-blender-cvs] [853c4e74ee2] master: Cleanup: Grammar in comments

Jeroen Bakker noreply at git.blender.org
Mon Feb 15 11:12:01 CET 2021


Commit: 853c4e74ee27cfc5d876b8d8bd5cdcc283556406
Author: Jeroen Bakker
Date:   Mon Feb 15 11:07:11 2021 +0100
Branches: master
https://developer.blender.org/rB853c4e74ee27cfc5d876b8d8bd5cdcc283556406

Cleanup: Grammar in comments

===================================================================

M	source/blender/blenkernel/intern/cryptomatte.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/cryptomatte.cc b/source/blender/blenkernel/intern/cryptomatte.cc
index ef7f5963bee..477c7c34d06 100644
--- a/source/blender/blenkernel/intern/cryptomatte.cc
+++ b/source/blender/blenkernel/intern/cryptomatte.cc
@@ -182,7 +182,7 @@ uint32_t BKE_cryptomatte_asset_hash(CryptomatteSession *session, const Object *o
  * https://github.com/Psyop/Cryptomatte/blob/master/specification/cryptomatte_specification.pdf.
  *
  * The conversion uses as many 32 bit floating point values as possible to minimize hash
- * collisions. Unfortunately not all 32 bits can be as NaN and Inf can be problematic.
+ * collisions. Unfortunately not all 32 bits can be used as NaN and Inf can be problematic.
  *
  * Note that this conversion assumes to be running on a L-endian system. */
 float BKE_cryptomatte_hash_to_float(uint32_t cryptomatte_hash)



More information about the Bf-blender-cvs mailing list