Post #2769: When using this script in2.8, I get this error:
๐ Metadata
- Author: Michael_Knubben
- Date: 2019-09-20 12:23:54
- Type:
bug_report - Quality Score: 7/10
- Reply to: post_00185
- Replies (1): post_02770
๐ท๏ธ Tags
v1-18-8 macro scripting intermediate unsolved
โ๏ธ Related PME Features
- 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.