Selecting all objects with the desired modifier in Blender
To select all objects in Blender with the desired modifier appended using the Blender Python API, we need to loop through all the objects in the scene, check for the presence of the desired modifier and set the object selection flag to True.
Selecting all objects with the desired modifier in BlenderRead More »