Export to GLB with objects data from GH Rhino 7 via GHpython

Greetings,

I want to export to GLB from grasshopper using ghpython ! any ideas

Hi @user883,

RhinoCommon has a Rhino.FileIO.FileGltf class.

You can also just script the _-SaveAs command.

– Dale