[Bf-blender-cvs] [6b5f323b901] microfacet_hair: Small modification to comment

Weizhen Huang noreply at git.blender.org
Thu Jan 5 18:28:09 CET 2023


Commit: 6b5f323b9015e6c08711f533b2d9b80dd057ea57
Author: Weizhen Huang
Date:   Thu Jan 5 18:27:57 2023 +0100
Branches: microfacet_hair
https://developer.blender.org/rB6b5f323b9015e6c08711f533b2d9b80dd057ea57

Small modification to comment

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

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

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

diff --git a/source/blender/blenkernel/intern/curve_catmull_rom.cc b/source/blender/blenkernel/intern/curve_catmull_rom.cc
index 9bf5a5f1708..b7930ade7fc 100644
--- a/source/blender/blenkernel/intern/curve_catmull_rom.cc
+++ b/source/blender/blenkernel/intern/curve_catmull_rom.cc
@@ -247,7 +247,7 @@ static float find_root_newton_bisection(float x_begin,
 }
 
 /* Calculate normals by minimizing the potential energy due to twist and bending. Global
- * estimation involves integration and is thus too costly. Instead, we start with the first
+ * optimization would involve integration and is too costly. Instead, we start with the first
  * curvature vector and propogate it along the curve. */
 void calculate_normals(const Span<float3> positions,
                        const bool is_cyclic,



More information about the Bf-blender-cvs mailing list