mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			576 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			576 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/3d/materials/qgsphongtexturedmaterialsettings.h
 | 
						|
try:
 | 
						|
    QgsPhongTexturedMaterialSettings.supportsTechnique = staticmethod(QgsPhongTexturedMaterialSettings.supportsTechnique)
 | 
						|
    QgsPhongTexturedMaterialSettings.create = staticmethod(QgsPhongTexturedMaterialSettings.create)
 | 
						|
    QgsPhongTexturedMaterialSettings.__overridden_methods__ = ['type', 'clone', 'equals', 'toExportParameters', 'readXml', 'writeXml']
 | 
						|
    QgsPhongTexturedMaterialSettings.__group__ = ['materials']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |