[Bf-blender-cvs] [e43fcc014a2] master: Cleanup: remove redundant assignment

Campbell Barton noreply at git.blender.org
Mon Oct 4 04:19:39 CEST 2021


Commit: e43fcc014a288706818d1fa19918511802ff98d9
Author: Campbell Barton
Date:   Mon Oct 4 13:12:39 2021 +1100
Branches: master
https://developer.blender.org/rBe43fcc014a288706818d1fa19918511802ff98d9

Cleanup: remove redundant assignment

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

M	source/blender/io/common/intern/abstract_hierarchy_iterator.cc

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

diff --git a/source/blender/io/common/intern/abstract_hierarchy_iterator.cc b/source/blender/io/common/intern/abstract_hierarchy_iterator.cc
index 3cda4d125d0..28d5eb59e5e 100644
--- a/source/blender/io/common/intern/abstract_hierarchy_iterator.cc
+++ b/source/blender/io/common/intern/abstract_hierarchy_iterator.cc
@@ -462,7 +462,6 @@ void AbstractHierarchyIterator::visit_dupli_object(DupliObject *dupli_object,
   context->weak_export = false;
   context->export_path = "";
   context->original_export_path = "";
-  context->export_path = "";
   context->animation_check_include_parent = false;
 
   copy_m4_m4(context->matrix_world, dupli_object->mat);



More information about the Bf-blender-cvs mailing list