Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Fix/strand attribute mismatch #71

Closed JenusL closed 5 years ago

JenusL commented 5 years ago

I added checks to make sure we always export the same number of varying ICE strand attributes as the number of points we have on the strand. I also added a warning if there's mismatch between attributes and position counts so the user know when something isn't right and can fix it in the scene. If, the number if values are less than the number of points, the following will be added in place of the missing values:

I didn't update test_0025 because that passes now with this fix, but with warnings about the mismatch.

This fixes #70