Skip to content
Snippets Groups Projects
Commit a7c0f115 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix error reported [#29228] X3D exporter does not convert to mesh SURFACEs

parent 578a3700
No related branches found
No related tags found
No related merge requests found
......@@ -1369,7 +1369,7 @@ def export(file,
is_dummy_tx = True
ident += '\t'
elif obj_type in {'MESH', 'CURVE', 'SURF', 'FONT'}:
elif obj_type in {'MESH', 'CURVE', 'SURFACE', 'FONT'}:
if (obj_type != 'MESH') or (use_apply_modifiers and obj.is_modified(scene, 'PREVIEW')):
try:
me = obj.to_mesh(scene, use_apply_modifiers, 'PREVIEW')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment