Skip to content

Conversation

andrewkaufman
Copy link
Member

Subdivision meshes should not have normals, but they tend to get added accidentally when dealing with many meshes in a single SOP, as that would extend the normals attribute to all meshes. We force N to be excluded when converting subdiv (catmullClark) meshes directly in the FromHoudiniPolygonsConverter. I considered making an optional parameter to keep normals in this case, but since most uses of the converters take default parameter values, I thought it wasn't necessarily worth while. I can add the option of there are strong opinions otherwise though.

Subdivision meshes should not have normals, but they tend to get added accidentally when dealing with many meshes in a single SOP, as that would extend the normals attribute to all meshes. We force N to be excluded when converting subdiv (catmullClark) meshes.
johnhaddon added a commit that referenced this pull request Dec 3, 2013
Deleting normals on subdiv meshes converted from Houdini.
@johnhaddon johnhaddon merged commit 7c45851 into ImageEngine:master Dec 3, 2013
@andrewkaufman andrewkaufman deleted the deleteNormalsOnSubdiv branch December 3, 2013 17:07
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

Successfully merging this pull request may close these issues.

2 participants