930f43bd96b6ec48e202bfb7b4d62731e9d10bfc
Issue was caused by MFACE layer adding for even DM without tessellated faces which lead to adding new layer but with NULL data. This causes issues when layer with faces (after extrude) was attempting to add because currently CD only checks if layer type exists but does not check for size of the layer. Solved by not adding MFACE layer if there's no tessellated faces.
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%