📋 Metadata

💬 Content

oct:

This is my attempt to create a command for Knife Tool with cut through and angle constraint parameters, but my piece meal technique failed. haha. Can you show me how to create a such command for pie menu editor? Thanks.

It seems you can only change the cut through option (use_occlude_geometry=False):

bpy.ops.mesh.knife_tool(<i>use_occlude_geometry=False</i>, <i>only_selected=False</i>)

🔗 View on Blender Artists