Post #5089: I’m not sure why there are two properties, snap_elements_base and `snap_elemen

📋 Metadata

🏷️ Tags

scripting intermediate

  • Python Scripting

💬 Content

I’m not sure why there are two properties, snap_elements_base and snap_elements_individual, but both seem to be under snap_elements. Therefore, you can store the desired settings in a Set like this:

bpy.context.scene.tool_settings.snap_elements = {'VERTEX', 'FACE_PROJECT'}

ToolSettings.snap_elements


❤️ 2 likes


🔗 View on Blender Artists