Skip to content

Commit 7a707c9

Browse files
committed
Remove redundant camera path animation update before USD export
1 parent 952b070 commit 7a707c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsd/src/tsd/ui/imgui/Application.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ void Application::uiMainMenuBar()
206206
ImGui::Separator();
207207

208208
if (ImGui::MenuItem("Export as USD...")) {
209-
m_core.updateCameraPathAnimation();
210209
io::export_SceneToUSD(m_core.tsd.scene,
211210
"scene.usda",
212211
m_core.view.pathSettings.framesPerSecond);

0 commit comments

Comments
 (0)