Commit: 6324e9bae811422ca5cf7a776659d627e9241ad9 Author: Jeroen Bakker Date: Mon Feb 15 11:07:11 2021 +0100 Branches: sculpt-dev https://developer.blender.org/rB6324e9bae811422ca5cf7a776659d627e9241ad9
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) _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
