Open Vinc3r opened 4 years ago
cf https://blenderartists.org/t/polycount/1193257/4
use bm.from_object(obj, bpy.context.evaluated_depsgraph_get()) instead of bm.from_mesh(obj.data)
bm.from_object(obj, bpy.context.evaluated_depsgraph_get())
bm.from_mesh(obj.data)
cf https://blenderartists.org/t/polycount/1193257/4
use
bm.from_object(obj, bpy.context.evaluated_depsgraph_get())
instead ofbm.from_mesh(obj.data)