When limit surface is disabled OpenSubdiv generate set of linear patches which are only C0 continuous, not C1.
This makes it impossible to evaluate derivatives at vertices which, in this mode, are by definition put at boundaries of patches. Normals are calculated from those derivatives.
Solution is to disable normal calculation and let it be done downstream, as for other modifiers.
This limitation is also the reason that non feature adaptive subdivision is bad suited for gpu evaluation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender