summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-03-31Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4Rémi Verschelde
2021-03-31Fixes editor crash on closingAndreaCatania
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-21Tweak the 3D editor grid default to not go below subdivisions of 1 meterHugo Locurcio
2021-03-13Fix hardcoded Maya style navigation pan key modifierjmb462
2021-02-28Fix gizmo namesAndy Maloney
2021-02-26Merge pull request #46452 from hilfazer/click_mesh_instance_crash_40Rémi Verschelde
2021-02-26Prevent crash when clicking Mesh in MeshInstance when is scene roothilfazer
2021-02-24Allow CollisionObject3D to show collision shape meshestrollodel
2021-02-23Apply minor visual enhancements to the Sun/Env PreviewMichael Alexsander
2021-02-22Add preview Sun and Environmentreduz
2021-02-21Prevent selecting hidden nodes in 3D and Canvas Item editorshilfazer
2021-02-18Reorganize Project Settingsreduz
2021-02-13Fix editor always redrawingreduz
2021-02-02Fix swapped front/rear viewTom Langwaldt
2021-02-01Merge pull request #45594 from JFonS/improve_3d_gridRémi Verschelde
2021-02-013D editor grid improvementsjfons
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-31Add viewport resolution to the 3D editor's View Information paneHugo Locurcio
2021-01-26Fix zero scaling and material mappings being mapped to wrong fieldsGordon MacPherson
2021-01-24Shadow map rendering optimizationreduz
2021-01-19Added GPU based cluster builderreduz
2021-01-18Hide the rotation gizmo when editor cinematic preview is enabledHugo Locurcio
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-08Merge pull request #44283 from jeffuntildeath/fix-stf-offsetRémi Verschelde
2021-01-04Fix Leak with Gradient in Node3DEditorViewportRafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Merge pull request #44709 from Calinou/editor-frame-time-colorRémi Verschelde
2020-12-29Add an editor setting for the 3D selection box colorHugo Locurcio
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Merge pull request #44434 from madmiraal/rename-camera3d-near-and-farRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-27Merge pull request #44500 from Calinou/editor-gizmo-hover-brightness-variableRémi Verschelde
2020-12-27Move the brightness factor for highlighted 3D gizmos to a variableHugo Locurcio
2020-12-26Color 3D editor frame time labels depending on the performance levelHugo Locurcio
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-20Rename Camera3D near and far getters and settersMarcel Admiraal
2020-12-19Merge pull request #44521 from madmiraal/rename-rect2-clipRémi Verschelde
2020-12-19Increase the default Camera Zfar to 4000Hugo Locurcio
2020-12-19Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-12-16Changed the rotation gizmo handle to use the active axis colorMarcus Brummer
2020-12-15Merge pull request #44384 from Calinou/increase-manipulator-gizmo-opacityRémi Verschelde
2020-12-14Increase the default 3D manipulator gizmo opacity for better visibilityHugo Locurcio
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-10Snap To Floor improperly offsets nodejeffuntildeath
2020-12-10Merge pull request #44234 from jeffuntildeath/masterRémi Verschelde
2020-12-09fix for snap to floor editor crash bugjeffuntildeath
2020-12-09Fix trying to set grid visibility on an invalid instanceAaron Franke
2020-12-09Static analyzer fixes:bruvzg