We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Using maxscript to export GLTF

Home Forums Graphics / 3ds Max Using maxscript to export GLTF

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21603
    misterfriday
    Participant

    Hello,
    I’m writing a tool inside of 3ds Max and I would like to export GLTF files using maxscript. Is this currently possible with Verge3D? I could not find anything in the help. Also, I’m running the trial and I could not find anything.

    Thanks
    -misterfriday

    #21604
    misterfriday
    Participant

    Hello again,
    I’ve found the “::v3dManager” struct. So far so good! :)
    Is it possible though to export an object using a path as a parameter?
    like:

    ::v3dManager.exportGLTF @”C:\temp\mygltf.gltf”

    Thank you
    -misterfriday

    #21622

    Hi,

    I think you should try using exportGLTFPath() method –

    
    python.Execute("max_plugin.exportGLTFPath('path/exported_file.gltf')")
    

    Replace ‘path/exported_file.gltf’ by the actual path to the exported asset.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.