[x3d-public] Converting X3D to STL with chatGPT blender

John Carlson yottzumm at gmail.com
Fri Dec 23 12:04:21 PST 2022


Can any blender experts confirm whether this works?(replace file names).
Don’t overwrite your original STL file.


import bpy
bpy.ops.import_scene.x3d(filepath="file.x3d")
bpy.ops.object.select_all(action='SELECT')
bpy.ops.export_mesh.stl(filepath="file.stl")

So it looks like this might be possible!  Can we subtract this from Wish
List, or do we need a performant version?

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20221223/f9cf5274/attachment.html>


More information about the x3d-public mailing list