Post #144: oc

📋 Metadata

  • Author: roaoao
  • Date: 2016-05-02 02:55:59
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_00143

🏷️ Tags

macro configuration intermediate partially_solved

  • Macro Editor
  • Python Scripting

💬 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