[Bf-blender-cvs] [9eef07c44cb] cycles_procedural_api: small comment correction

Kévin Dietrich noreply at git.blender.org
Mon Nov 16 13:10:40 CET 2020


Commit: 9eef07c44cb3e726722750d61995e529e61333d3
Author: Kévin Dietrich
Date:   Tue Nov 10 13:43:09 2020 +0100
Branches: cycles_procedural_api
https://developer.blender.org/rB9eef07c44cb3e726722750d61995e529e61333d3

small comment correction

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

M	intern/cycles/render/shader.cpp

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

diff --git a/intern/cycles/render/shader.cpp b/intern/cycles/render/shader.cpp
index 82b72e417a7..e5789261306 100644
--- a/intern/cycles/render/shader.cpp
+++ b/intern/cycles/render/shader.cpp
@@ -355,7 +355,7 @@ void Shader::tag_update(Scene *scene)
   }
 
   /* compare if the attributes changed, mesh manager will check
-   * need_update_geometry, update the relevant meshes and clear it. */
+   * need_update_attribute, update the relevant meshes and clear it. */
   if (attributes.modified(prev_attributes)) {
     need_update_attribute = true;
     scene->geometry_manager->tag_update(scene, GeometryManager::SHADER_ATTRIBUTE_MODIFIED);



More information about the Bf-blender-cvs mailing list