Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:26:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:26:18 +0300
commitaabf4d407695d0f2dbac0baa55bf1631e408eda9 (patch)
tree5ccb354f8f400cae37747f473dda6af6c15578d5 /source/blender/usd/intern
parent5c75c8d8d0bdc24fef1450a4e40c676977217fb6 (diff)
parent37889011070ff2ec52159690f652238d2b325185 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'source/blender/usd/intern')
-rw-r--r--source/blender/usd/intern/abstract_hierarchy_iterator.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/usd/intern/abstract_hierarchy_iterator.cc b/source/blender/usd/intern/abstract_hierarchy_iterator.cc
index 73124768696..a8ed2c5f2a5 100644
--- a/source/blender/usd/intern/abstract_hierarchy_iterator.cc
+++ b/source/blender/usd/intern/abstract_hierarchy_iterator.cc
@@ -449,8 +449,6 @@ void AbstractHierarchyIterator::make_writers(const HierarchyContext *parent_cont
unit_m4(parent_matrix_inv_world);
}
- const std::string &parent_export_path = parent_context ? parent_context->export_path : "";
-
for (HierarchyContext *context : graph_children(parent_context)) {
copy_m4_m4(context->parent_matrix_inv_world, parent_matrix_inv_world);