Cleanup: remove redundant assignment

This commit is contained in:
Campbell Barton 2021-10-04 13:12:39 +11:00
parent 3c3669894f
commit e43fcc014a
1 changed files with 0 additions and 1 deletions

View File

@ -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);