📋 Metadata
- Author: iceythe
- Date: 2018-12-17 08:11:46
- Type:
answer - Reply to: post_01758
- Replies (1): post_01760
💬 Content
Use ‘EXEC_DEFAULT’ to execute a modal operator instead of invoking it.
bpy.ops.transform.tosphere('EXEC_DEFAULT', value=1.0)
answerUse ‘EXEC_DEFAULT’ to execute a modal operator instead of invoking it.
bpy.ops.transform.tosphere('EXEC_DEFAULT', value=1.0)