Post #4116: I get a weird issue. On the Mac, all good. On Linux, when I try to execute that,
📋 Metadata
- Author: BlenderBob
- Date: 2021-10-29 17:32:16
- Type:
bug_report - Quality Score: 6/10
- Reply to: post_04115
- Replies (1): post_04117
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
I get a weird issue. On the Mac, all good. On Linux, when I try to execute that, I get an error message.
bpy.ops.object.mode_set(mode='EDIT');bpy.ops.transform.translate('EXEC_DEFAULT', True); bpy.ops.wm.tool_set_by_id(name='builtin.knife')
