We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I wonder if anyone knows if it is possible to update single modifiers when using the dynamic mesh in he_mesh?
at the moment, using:
dynMesh.update();
updates all the modifiers at once, however I would like to somehow have it so that it does something like:
dynMesh.update(extrusionModifier);
So that I can update certain modifiers independently.
If anyone knows if this is possible then that would be great! Thanks!