Multires: Cleanup, clarify comment

This commit is contained in:
Sergey Sharybin
2020-11-10 15:30:35 +01:00
parent 11c19c24bd
commit 75a2db5d97

View File

@@ -442,7 +442,7 @@ void BKE_subdiv_displacement_attach_from_multires(Subdiv *subdiv,
{
/* Make sure we don't have previously assigned displacement. */
BKE_subdiv_displacement_detach(subdiv);
/* It is possible to have mesh without MDISPS layer. Happens when using
/* It is possible to have mesh without CD_MDISPS layer. Happens when using
* dynamic topology. */
if (!CustomData_has_layer(&mesh->ldata, CD_MDISPS)) {
return;