Skip to content

Missing trimesh import to convert .obj files into .exf #165

@0huitzil

Description

@0huitzil

Sample workflow picture attached at the end.

I am trying to convert an .obj file into .exf format, but the trimesh package is missing. Installing the package manually on my local mapclient installation seems to solve the issue, so it might just be a matter of adding the package into the requirements.

Exception caught while executing the workflow: name 'trimesh' is not defined

Traceback (most recent call last):
  File "mapclient\core\workflow\workflowdependencygraph.py", line 246, in execute
  File "mapclientplugins\convertdatatozincstep\step.py", line 61, in execute
  File "cmlibs\importer\main.py", line 44, in import_data
  File "cmlibs\importer\obj.py", line 16, in import_data
  File "cmlibs\importer\trimesh.py", line 99, in base_import_data
  File "cmlibs\importer\trimesh.py", line 28, in base_import_data_into_region
NameError: name 'trimesh' is not defined
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions