Upload new Mesh Files via Studio Live

Hello,

I tried uploaded some obstacle meshes with Studio Live using:

object = jacobi.Convex.load_from_file(mesh_path)
origin = jacobi.Frame.from_quaternion(*pose)
obstacle = jacobi.Obstacle(object, origin, "66C866")
studio.add_obstacle(obstacle)

but nothing showed up in Studio.

Thanks