Make Collision button breaks MultiRes figure

Issue #766 resolved
Edwin Cappelle created an issue

Hello,
I have a problem with the Make Collision button in the Simulation section. The same problem occurs with the Make Simulation button (which I guess also invokes the Make Collision code).
I am using a figure with MultiRes modifier.
After using the Make Collision button, a Collision Modifier is inserted above the MultiRes modifier.
As a result the MultiRes modifier no longer works. You can no longer set the resolution level higher than 0.
This is because the Collision modifier should be appended below the MultiRes modifier instead of above.
Now moving the Collision modifier by hand to below the MultiRes modifier does not correct the problem, the MultiRes levels can no longer be set to higher than 0.
As a result, the Make Simulation and Make Collision buttons break my MultiRes figure.
Could you change this?

Comments (3)

  1. Thomas Larsson repo owner

    Fixed in last commit. A subsurf modifier is still moved below the collision modifier, but that can be easily changed by hand if desired.

  2. Edwin Cappelle reporter

    Just tested the new commit and it works perfectly now.

    Thanks again for the fast fix.

  3. Log in to comment