-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unsure how to use the Addon #2
Comments
Hi Paul, I figured that it works on command line, not dedicated UI. I was able to import a ply file. However, it seems like, after importing, Blender is using per-face normal, ignoring my per-vertex normal (image below shows non-smooth normals). Do you know how to force blender the use the per-vertex normal, and how do I make sure that the Blender has indeed successfully loaded my vertex normals? Thank you very much. |
I figured it out. It seems like we're using a different Blender version? At L66 of mesh_readply.py file I placed the following code:
` |
@jeongjoonpark what blender version are you using? |
@paulmelis using Blender 2.78c |
The fact that you need to use the inverted normal seems to suggest your 3D model is using a coordinate system with a different handedness from Blender. Does your data come from a left-handed coordinate system? If you attach the model you're trying to import I can test it myself with 2.79 |
Hi Paul, very nice work on writing the importer -- I was frustrated the blender native ply importer was ignoring my per-vertex normals.
However, since I'm quite new to Blender, I am exactly sure how to use this program. Could you maybe provide steps to install and use this addon in Blender?
Thank you very much!
The text was updated successfully, but these errors were encountered: