.
This commit is contained in:
		
							parent
							
								
									cf0418327b
								
							
						
					
					
						commit
						8ff956c885
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -51,7 +51,9 @@ def setup_project_snap_settings(scene: Scene):
 | 
			
		|||
    scene.tool_settings.use_snap_selectable = True
 | 
			
		||||
    scene.tool_settings.use_snap_align_rotation = False
 | 
			
		||||
    scene.tool_settings.use_snap_backface_culling = True
 | 
			
		||||
    scene.tool_settings.use_snap_project = True
 | 
			
		||||
    # Blender 3.X
 | 
			
		||||
    # scene.tool_settings.use_snap_project = True
 | 
			
		||||
    scene.tool_settings.snap_elements_individual = {"FACE_PROJECT"}
 | 
			
		||||
    scene.tool_settings.use_snap_translate = True
 | 
			
		||||
    scene.tool_settings.use_snap_rotate = True
 | 
			
		||||
    scene.tool_settings.use_snap_scale = True
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue