summaryrefslogtreecommitdiffstats
path: root/editor/plugins/material_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add quad mesh to material previewtetrapod002024-11-011-20/+73
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* Add a material preview to visual shader editorYuri Rubinsky2024-08-171-2/+31
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Move 3D-only resources to their own folderAaron Franke2024-02-261-2/+2
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-5/+5
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-1/+1
* Improve material and mesh preview buttonsMewPurPur2023-08-041-49/+45
* Use a SubViewport for CanvasItem inspector previewTetane2023-04-281-1/+11
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+6
* Add EditorUndoRedoManager singletonkobewi2023-01-161-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-9/+9
* Enable material editor preview to be rotated.Anilforextra2022-09-071-13/+33
* Merge pull request #65210 from YuriSizov/control-customizable-cache-p3Rémi Verschelde2022-09-021-21/+25
|\
| * Fix theme propagation in various parts of the editorYuri Sizov2022-09-021-21/+25
* | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-18/+18
|\ \ | |/ |/|
| * Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-18/+18
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+5
|/
* Merge pull request #63003 from Geometror/msaa-2dRémi Verschelde2022-08-301-1/+1
|\
| * Implement MSAA for 2D [Vulkan only]Hendrik Brucker2022-08-131-1/+1
* | Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-2/+2
|\ \
| * | Rename `str2var` to `str_to_var` and similarMicky2022-08-261-2/+2
* | | Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-6/+6
|/ /
* / Add per-scene UndoRedokobewi2022-08-221-4/+3
|/
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-18/+18
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* Merge pull request #62888 from Calinou/editor-material-preview-improve-appear...Hugo Locurcio2022-07-271-3/+5
|\
| * Improve appearance of the material editor previewHugo Locurcio2022-07-101-3/+5
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-3/+3
|/
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-19/+21
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Fix typos with codespellRémi Verschelde2022-01-071-1/+1
* Move metallic and roughness automated assignment to an inspector UndoRedoSaracenOne2022-01-061-0/+39
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixup last commit, change misleading CodeEditor for consistencyRémi Verschelde2021-12-091-1/+1
* Fix mid-air conflict between #55299 and #55692Rémi Verschelde2021-12-091-1/+1
* Add CanvasItem mode support to the MaterialEditorYuri Roubinsky2021-12-071-10/+41
* Added convertor from `ORMMaterial3D` to `ShaderMaterial`Yuri Roubinsky2021-10-291-0/+46
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+38
* Conversion now includes "Local to scene" flag and nameManuel Dun2021-09-151-0/+12
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-20/+20