Post #1148: Heya, So I am using:
📋 Metadata
- Author: Way2Close
- Date: 2017-12-07 17:22:52
- Type:
question - Quality Score: 6/10
- Replies (1): post_01149
🏷️ Tags
macro scripting intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 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)