mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	 bb20f230ad
			
		
	
	
		bb20f230ad
		
	
	
	
	
		
			
			-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/env python
 | |
| 
 | |
| Import('env')
 | |
| Import('env_modules')
 | |
| 
 | |
| env_hdr = env_modules.Clone()
 | |
| 
 | |
| # Godot's own source files
 | |
| env_hdr.add_source_files(env.modules_sources, "*.cpp")
 |