📋 Metadata
- Author: Veeeeex
- Date: 2025-09-17 20:50:37
- Type:
bug_report - Reply to: post_05599
- Replies (1): post_05602
💬 Content
For example, if I create a Python script
import bpy
scene = bpy.context.scene
scene.frame_set(scene.frame_end)
and call it through a macro, adding (False) at the end, then the Undo Flag will not be registered in the history. This works in version 1.18.8:
execute_script("E:/YandexDisk/#Settings/Blender Settings/#Custom scripts/Jump to End Frame.py")(False)
In Pie Menu Editor Fork this does not work.