📋 Metadata

💬 Content

Heya, So I am using:

overlay(“Add Cube”, duration=1.5); bpy.ops.mesh.primitive_cube_add()

and I just realized if I do this I can’t use redo afterwards, Is there a way to print to the overlay and be able to redo?
(the overlay() doesn’t work with modal operators either)


🔗 View on Blender Artists