| 
									
										
										
										
											2020-12-21 07:39:32 -08:00
										 |  |  | def can_build(env, platform): | 
					
						
							| 
									
										
										
										
											2021-09-20 18:24:31 -07:00
										 |  |  |     return not env["disable_3d"] | 
					
						
							| 
									
										
										
										
											2020-12-21 07:39:32 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | def configure(env): | 
					
						
							|  |  |  |     pass | 
					
						
							| 
									
										
										
										
											2021-03-18 14:44:42 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | def get_doc_classes(): | 
					
						
							|  |  |  |     return [ | 
					
						
							| 
									
										
										
										
											2021-12-13 21:34:18 -08:00
										 |  |  |         "EditorSceneFormatImporterBlend", | 
					
						
							| 
									
										
										
										
											2021-12-13 21:34:18 -08:00
										 |  |  |         "EditorSceneFormatImporterFBX", | 
					
						
							| 
									
										
										
										
											2021-12-13 21:34:18 -08:00
										 |  |  |         "EditorSceneFormatImporterGLTF", | 
					
						
							| 
									
										
										
										
											2021-03-18 14:44:42 +01:00
										 |  |  |         "GLTFAccessor", | 
					
						
							|  |  |  |         "GLTFAnimation", | 
					
						
							|  |  |  |         "GLTFBufferView", | 
					
						
							|  |  |  |         "GLTFCamera", | 
					
						
							|  |  |  |         "GLTFDocument", | 
					
						
							| 
									
										
										
										
											2021-12-13 21:34:18 -08:00
										 |  |  |         "GLTFDocumentExtension", | 
					
						
							|  |  |  |         "GLTFDocumentExtensionConvertImporterMesh", | 
					
						
							| 
									
										
										
										
											2021-03-18 14:44:42 +01:00
										 |  |  |         "GLTFLight", | 
					
						
							|  |  |  |         "GLTFMesh", | 
					
						
							|  |  |  |         "GLTFNode", | 
					
						
							| 
									
										
										
										
											2022-11-22 09:29:56 -06:00
										 |  |  |         "GLTFPhysicsBody", | 
					
						
							| 
									
										
										
										
											2023-06-16 15:01:35 -05:00
										 |  |  |         "GLTFPhysicsShape", | 
					
						
							| 
									
										
										
										
											2021-03-18 14:44:42 +01:00
										 |  |  |         "GLTFSkeleton", | 
					
						
							|  |  |  |         "GLTFSkin", | 
					
						
							|  |  |  |         "GLTFSpecGloss", | 
					
						
							|  |  |  |         "GLTFState", | 
					
						
							|  |  |  |         "GLTFTexture", | 
					
						
							| 
									
										
										
										
											2021-10-04 10:49:42 -05:00
										 |  |  |         "GLTFTextureSampler", | 
					
						
							| 
									
										
										
										
											2021-03-18 14:44:42 +01:00
										 |  |  |     ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | def get_doc_path(): | 
					
						
							|  |  |  |     return "doc_classes" |