Changed paths:
M Changes
M src/IECoreMaya/ToMayaMeshConverter.cpp
M test/IECoreMaya/ParameterisedHolder.py
M test/IECoreMaya/ToMayaMeshConverterTest.py
Log Message:
-----------
ToMayaMeshConverter : Reverts "ToMayaMeshConverter : No longer set normals"
Reverts changes to no longer set normals when reading from a Cortex
object to Maya mesh since by not reading the normals, we don't take
into account the difference between face and vertex normals meaning
Maya may not recompute the normals as expected. Also, SCCs
published from outside Maya are also likely to be read into Maya with
different than expected normals.
Changed paths:
M .gitignore
M Changes
M src/IECoreMaya/ToMayaMeshConverter.cpp
M test/IECoreMaya/ParameterisedHolder.py
M test/IECoreMaya/ToMayaMeshConverterTest.py
Log Message:
-----------
Merge pull request #1430 from chrisc-lee/revertNotSetNormalsForMesh
ToMayaMeshConverter: Revert "ToMayaMeshConverter : No longer set normals"