In rB3a3d9488a163 CustomData_get_layer is marked as const
which results in build failure on windows due to type conversion at
BKE_mesh_validate_all_customdata() function call
Details
Details
- Reviewers
Hans Goudey (HooglyBoogly)
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Would it not be better to make BKE_mesh_validate_arrays() take a const MFace * ? A validate function doesn't need to write to the faces I'd guess.
Or is that impossible?
edit: looking at the comments on that _validate() function that's probably impossible...
Comment Actions
In the chat @Hans Goudey (HooglyBoogly) mentioned this as the correct fix so I guess it could just be landed.