fix import syntax for export
This commit is contained in:
parent
768f372edc
commit
e00f39aa94
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ from .utils.object_transforms import apply_transforms
|
|||
from .material_generators import material_generator, black_material
|
||||
from .utils.object_converter import mesh_to_mesh
|
||||
from .export import dae, fbx, glb, ply
|
||||
import .export.obj as obj_export
|
||||
from .export.obj import obj_export
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue