You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example proposal: Custom operator to create GLTF files
This example specifically shows how to export scenes to GLTF by calling the pyvista GLTF export (see here) in a custom Python operator with dependency on pyvista.
This operator can thus take in a series of DPF objects, instantiate a Plotter, add the objects to the scene, and then export to GLTF.
📁 Files needed for running the example
Use available example file such as the static mixer.
The text was updated successfully, but these errors were encountered:
📝 Description of the example
Example proposal: Custom operator to create GLTF files
This example specifically shows how to export scenes to GLTF by calling the
pyvista
GLTF export (see here) in a custom Python operator with dependency onpyvista
.This operator can thus take in a series of DPF objects, instantiate a Plotter, add the objects to the scene, and then export to GLTF.
📁 Files needed for running the example
Use available example file such as the static mixer.
The text was updated successfully, but these errors were encountered: