Post #2769: When using this script in2.8, I get this error:

๐Ÿ“‹ Metadata

๐Ÿท๏ธ Tags

v1-18-8 macro scripting intermediate unsolved

  • Macro Editor
  • Python Scripting
  • Custom Scripts

๐Ÿ’ฌ Content

When using this script in2.8, I get this error:
Traceback (most recent call last):
File โ€œC:\Users********\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\pie_menu_editor\ui_utils.pyโ€, line 176, in execute_script
exec(marshal.load(f), exec_globals)
File โ€œC:\Users*_ **********\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\pie_menu_editor\scripts\command_area_join.pyโ€, line 37, in
join_area()
File โ€œC:\Users***********_\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\pie_menu_editor\scripts\command_area_join.pyโ€, line 33, in join_area
max_x=rect[2], max_y=rect[3]):
File โ€œD:\blender-2.81-c8df6f2cf9df-windows64\2.81\scripts\modules\bpy\ops.pyโ€, line 199, in call
ret = op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
TypeError: Converting py args to operator properties: : keyword โ€œmin_xโ€ unrecognized

In 2.79 I just had โ€˜bpy.ops.area.joinarea()โ€™ and it worked.


๐Ÿ”— View on Blender Artists