I have this simple script and Ive stuck at… how to actualy change mesh for certain obj.
import bpy
list = [‘obj1’, ‘obj2’, ‘obj3’]
for obj in list:
mesh = bpy.data.meshes[‘meshToReplace’]
PS I know there is Ctrl+L but what when “restrict selection” is used.