Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh must have normals and uvs #9

Closed
jst84 opened this issue Sep 5, 2018 · 4 comments
Closed

Mesh must have normals and uvs #9

jst84 opened this issue Sep 5, 2018 · 4 comments

Comments

@jst84
Copy link

jst84 commented Sep 5, 2018

Hi, I use this application to convert dicom files to obj file.
When I try to use it in a 3d application, something goes wrong with this message:
"Mesh must have normals and uvs"

Could you help me/there is any option that can I set on command line?

Thanks a lot,
Stefano.

@eidelen
Copy link
Owner

eidelen commented Sep 5, 2018

Hi Stefano,

Do you export the mesh as obj? Something like
dicom2mesh -i xxx/yyy -o myMesh.obj

If that is the case, please try to export the mesh as stl
dicom2mesh -i xxx/yyy -o myMesh.stl
We wrote the obj exporter ourself. It does not export uv coordinates. However, blender and meshlab are able to open our obj. What application do you use'

@jst84
Copy link
Author

jst84 commented Sep 5, 2018

Hi eidelen, thanks for the quick response.
Yes, I export the mesh as obj and then I use a custom software (something not famous) to view it.
I'm going to talk with the team about the stl format.
Thanks a lot,
Stefano.

@eidelen
Copy link
Owner

eidelen commented Oct 24, 2018

Hi Stefano,
Is this issue still active? If not, I suggest to close it. Fine for you?
Thanks, Adrian

@jst84
Copy link
Author

jst84 commented Nov 3, 2018

Hi Adrian,
yes, you do. I resolved by using a blender script that unwrap the mesh: bpy.ops.uv.cube_project().
Thanks a lot,
Stefano.

@jst84 jst84 closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants