Generic attributes CD_PROP_* comparison is added in customdata_compare
Checks for built-in as well as user created attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/blenkernel/intern/mesh.c | ||
|---|---|---|
| 392 | There is no need to abbreviate the words here. | |
| 484 | Missing break, some in the cases below. | |
| 487 | This i shadows a previous declaration. You can remove the function-wide declaration of i and declare it in the for loops where it is used. | |
| 499 | Remove unnecessary newlines. | |
| 500 | This is missing [i], same below. | |