mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Organize existing code for editor plugins
This commit is contained in:
		
							parent
							
								
									6118592c6d
								
							
						
					
					
						commit
						1bcbbe96c4
					
				
					 96 changed files with 137 additions and 132 deletions
				
			
		|  | @ -90,7 +90,6 @@ | |||
| #include "editor/editor_log.h" | ||||
| #include "editor/editor_native_shader_source_visualizer.h" | ||||
| #include "editor/editor_paths.h" | ||||
| #include "editor/editor_plugin.h" | ||||
| #include "editor/editor_properties.h" | ||||
| #include "editor/editor_property_name_processor.h" | ||||
| #include "editor/editor_quick_open.h" | ||||
|  | @ -134,12 +133,12 @@ | |||
| #include "editor/inspector_dock.h" | ||||
| #include "editor/multi_node_edit.h" | ||||
| #include "editor/node_dock.h" | ||||
| #include "editor/plugin_config_dialog.h" | ||||
| #include "editor/plugins/animation_player_editor_plugin.h" | ||||
| #include "editor/plugins/asset_library_editor_plugin.h" | ||||
| #include "editor/plugins/canvas_item_editor_plugin.h" | ||||
| #include "editor/plugins/debugger_editor_plugin.h" | ||||
| #include "editor/plugins/dedicated_server_export_plugin.h" | ||||
| #include "editor/plugins/editor_plugin.h" | ||||
| #include "editor/plugins/editor_preview_plugins.h" | ||||
| #include "editor/plugins/editor_resource_conversion_plugin.h" | ||||
| #include "editor/plugins/gdextension_export_plugin.h" | ||||
|  | @ -148,6 +147,7 @@ | |||
| #include "editor/plugins/node_3d_editor_plugin.h" | ||||
| #include "editor/plugins/packed_scene_translation_parser_plugin.h" | ||||
| #include "editor/plugins/particle_process_material_editor_plugin.h" | ||||
| #include "editor/plugins/plugin_config_dialog.h" | ||||
| #include "editor/plugins/root_motion_editor_plugin.h" | ||||
| #include "editor/plugins/script_text_editor.h" | ||||
| #include "editor/plugins/text_editor.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke