Post #3601: Hi.roaoao.

📋 Metadata

  • Author: anminmakura
  • Date: 2020-09-30 04:15:21
  • Type: bug_report
  • Quality Score: 7/10
  • Replies (1): post_03606

🏷️ Tags

v1-18-8 macro macro-operators intermediate unsolved

  • Macro Operator
  • Macro Editor
  • Redo parameter operation

💬 Content

Hi.roaoao.

I have been using the Macro Operator to make a Macro, but after a lot of experimentation, the Redo parameter operation of Subdivide doesn’t work.
I also get the following error.

Traceback (most recent call last):
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\pie_menu_editor\operators.py”, line 2106, in invoke
return self.execute_menu(context, event)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\pie_menu_editor\operators.py”, line 1943, in execute_menu
execute_macro(pm)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\pie_menu_editor\macro_utils.py”, line 243, in execute_macro
op(‘INVOKE_DEFAULT’, True, **props)
File “C:\~\blender-2.80rc3-windows32\2.80\scripts\modules\bpy\ops.py”, line 199, in call
ret = op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Operator bpy.ops.pme.macro_arch_face.poll() failed, context is incorrect

location: :-1

How do I modify the Subdivide menu so that the screen.redo_last parameter manipulation can reflect the menu registered after it?
Arch Face.json (1.8 KB)

By the way, this is the Macro I make.
I would like to eventually generate something like this …

2020-09-30 13_41_47-Blender2020-09-30 13_41_47-Blender722×399 50.9 KB


❤️ 1 likes


🔗 View on Blender Artists