[Bf-blender-cvs] [87a2e9fb82a] cycles_procedural_api: clanup, avoid tagging for modifications manually

Kévin Dietrich noreply at git.blender.org
Fri Oct 9 17:56:04 CEST 2020


Commit: 87a2e9fb82a2c72ef8b5a38db33b5df8a732ad25
Author: Kévin Dietrich
Date:   Thu Oct 8 06:33:33 2020 +0200
Branches: cycles_procedural_api
https://developer.blender.org/rB87a2e9fb82a2c72ef8b5a38db33b5df8a732ad25

clanup, avoid tagging for modifications manually

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

M	intern/cycles/render/geometry.cpp

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

diff --git a/intern/cycles/render/geometry.cpp b/intern/cycles/render/geometry.cpp
index 262e1b90a74..4416a02da3e 100644
--- a/intern/cycles/render/geometry.cpp
+++ b/intern/cycles/render/geometry.cpp
@@ -247,8 +247,6 @@ bool Geometry::has_voxel_attributes() const
 
 void Geometry::tag_update(Scene *scene, bool rebuild)
 {
-  tag_modified();
-
   if (rebuild) {
     need_update_rebuild = true;
     scene->light_manager->need_update = true;



More information about the Bf-blender-cvs mailing list