From 80f396c1a53ec290c4a5ec1b8fd88441a8739227 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 1 Apr 2026 00:14:20 +0200 Subject: [PATCH] Add animation selection and autoplay options in App.tsx --- src/app/App.tsx | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index bdaaee52..1697c942 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3550,6 +3550,48 @@ export function App({ store, initialStatusMessage }: AppProps) { + {selectedModelAssetRecord !== null && selectedModelAssetRecord.metadata.animationNames.length > 0 && ( +
+
Animation
+ + +
+ )} +