Post #5089: I’m not sure why there are two properties, snap_elements_base and `snap_elemen
📋 Metadata
- Author: Pluglug
- Date: 2024-04-09 12:32:33
- Type:
answer - Quality Score: 7/10
- Reply to: post_05088
- Replies (1): post_05090
🏷️ Tags
⚙️ Related PME Features
- 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'}
❤️ 2 likes