"Finished" with the plant container, appreciate any feedback. I ended up changing the design a bit and some areas are still rough. For re binding the surface deform modifier of multiple objects, with some trial and error, I ended up with a simple script to operate on the surface deform modifier of all selected objects -…
Good job on the container. Clean baking results ! And awesome to see some scripting here aswell. You can optimize the script performance-wise by combining the two for loops since you already iterate through the same list in the first loop. It should be possible to select them already in there. You can also remove line 11,…