📋 Metadata

💬 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