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); _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
