Multires: Cleanup, clarify comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user