Post #4976: i think i found a bug in PIE (1.18.5)

📋 Metadata

  • Author: Adam_Szalai
  • Date: 2023-12-13 19:09:24
  • Type: bug_report
  • Quality Score: 7/10
  • Reply to: post_04975

🏷️ Tags

v1-18-5 macro macro-nesting advanced unsolved

  • Macro Editor
  • Nested macro execution
  • Operator context handling

💬 Content

i think i found a bug in PIE (1.18.5)
if i put
set Edit Mode (invoke)
Select All (exec)
Move (invoke)
py file (exec)
into a macro and i call that macro in a macro, then Move context menu assigning through to the object selected lastly (in the py file)
if i do the very same operations in a macro, but not as a macro called in, but directly putting those operations into slots, then Move(Scale, Rotate) operation kept on the object that was selected at activation of Move operator
The good news is if i call this macro (which contains all the ops directly in slots) in a regular menu, then it also works properly.
That means a lot of manual work but at least it works at the end :slight_smile:


🔗 View on Blender Artists