J-Andersen-UvA / BabylonSignLab

1 stars 1 forks source link

FBX Export vanuit UE voor BabylonJS op signCollect #45

Open J-Andersen-UvA opened 1 month ago

J-Andersen-UvA commented 1 month ago

Im creating a little python script that simply listens in a folder, if there are files added to the folder it will send out the files to a specified server.

J-Andersen-UvA commented 1 month ago

With this script we have the following pipeline: we export new fbx animation out of Unreal into a folder --> the python script spots the new file and sends it to the server --> the server converts to glb and displays it on our babylon web-app

Therefore, we still need the following: [] receive and listen to this file ping client on server

@rem0g has the server code locally and will send the related parts in a new repo soon