📋 Metadata
- Author: iceythe
- Date: 2019-04-27 23:26:30
- Type:
answer - Reply to: post_02222
💬 Content
Wrap the operator in exec and use the invoke argument.
cmd = "bpy.ops.view3d.view_selected('INVOKE_DEFAULT')"
exec(cmd)
❤️ 1 likes
answerWrap the operator in exec and use the invoke argument.
cmd = "bpy.ops.view3d.view_selected('INVOKE_DEFAULT')"
exec(cmd)
❤️ 1 likes