Cleanup: Convert parameter comment into docstring

Pull Request: https://projects.blender.org/blender/blender/pulls/140318
This commit is contained in:
Sean Kim
2025-06-13 23:41:04 +02:00
committed by Sean Kim
parent 9bc98f304a
commit 3ef4a106b8

View File

@@ -30,8 +30,9 @@ bool eval_begin(Subdiv *subdiv,
OpenSubdiv_EvaluatorCache *evaluator_cache,
const OpenSubdiv_EvaluatorSettings *settings);
/* coarse_vertex_cos is an optional argument which allows to override coordinates of the coarse
* mesh. */
/**
* \param coarse_vert_positions optional span of positions to override the mesh positions
*/
bool eval_begin_from_mesh(Subdiv *subdiv,
const Mesh *mesh,
Span<float3> coarse_vert_positions,