To create animatable metaballs in various colors, you can use a combination of the BlobMesh modifier and materials with different colors applied to each blob. Here's a step-by-step guide:
1. Start by creating the base geometry for the metaballs. This can be done using primitive objects like spheres or any other 3D objects that you want to use as the starting shape for your metaballs.
2. Apply the BlobMesh modifier to the base geometry. The BlobMesh modifier allows you to convert the individual objects into metaballs.
3. Adjust the BlobMesh parameters to control the behavior and appearance of the metaballs. You can tweak settings like Blob Threshold, Blob Radius, and Blob Falloff to achieve the desired shape and smoothness.
4. Create multiple instances of the base geometry and apply the BlobMesh modifier to each instance separately. This will allow you to have multiple metaballs with different colors.
5. Assign different materials to each metaball instance. To do this, select a metaball object, go to the Material Editor, and create or assign a material with the desired color. Repeat this process for each metaball instance, assigning different materials or colors as needed.
6. To animate the metaballs, you can animate the position, scale, or other parameters of the base geometry objects. As the BlobMesh modifier is applied to these objects, any changes to their geometry will be reflected in the metaballs.
By using this approach, you should be able to create animatable metaballs in various colors. Remember to adjust the BlobMesh parameters and material settings to achieve the specific look and behavior you want for your metaballs.
As for your approach using boolean operations, it can be a valid method for creating complex shapes, but it might not be suitable for achieving animatable metaballs in various colors. Boolean operations combine objects by either adding or subtracting their volumes, which can result in a single color for the resulting geometry. Using the BlobMesh modifier and assigning materials to individual metaballs will give you more control over the colors of each metaball.
Regards;
David Johnson.