summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.h
AgeCommit message (Expand)Author
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-01Use real_t in editor pluginsAaron Franke
2021-07-27Highlight context menu items at the top of the 2D/3D viewportsHugo Locurcio
2021-07-26Fix icon colors in 3d editor on theme changingYuri Roubinsky
2021-07-23Node3D gizmo improvementsjfons
2021-07-20Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde
2021-07-14Fix wrong behavior of alt+rmb and list tool for locked nodesfox
2021-07-07Add both preview sun and sky at the same time when holding ShiftHugo Locurcio
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-30Deprecate ImmediateGeometryreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Allow setting the preview sun angle with numbersAaron Franke
2021-06-16Remove GridMap's "Lock View" option and a related method.Riteo Siuga
2021-06-15Merge pull request #49310 from foxydevloper/add-drag-threshold-select-modeRémi Verschelde
2021-06-05Rename GI Classesreduz
2021-06-04Add threshold to dragging nodes with select to prevent accidental dragsfox
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-23Implement occlusion cullingjfons
2021-04-09Show a message when trying to zoom farther than the limitAaron Franke
2021-03-04Adding Raycast3D custom debug shape thickness and colorjmb462
2021-02-22Add preview Sun and Environmentreduz
2021-02-13Fix editor always redrawingreduz
2021-02-013D editor grid improvementsjfons
2021-01-19Added GPU based cluster builderreduz
2021-01-04Fix Leak with Gradient in Node3DEditorViewportRafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-26Color 3D editor frame time labels depending on the performance levelHugo Locurcio
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"Aaron Franke
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-26Put misc. 3D tool visible instances on their own layerPedro J. Estébanez
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-12Merge pull request #43408 from rcorre/path-gizmos-4.0Rémi Verschelde
2020-11-12Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent
2020-11-09Improve the 3D editor selection box appearanceHugo Locurcio
2020-10-17node_3d_editor_plugin.h: Update header guardYetizone
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-09-15Improve rotation gizmoJFonS
2020-07-10Add override keywords.Marcel Admiraal
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-17Restore previous mouse position when leaving the editor freelook modeHugo Locurcio
2020-06-07Change the default editor camera rotation to position it in +X +Y +ZAaron Franke
2020-05-22Dynamic infinite 3D gridAaron Franke
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-07Keep mouse inside 3D viewport rotation widgetJFonS
2020-04-21Update Joint gizmos automaticallyjfons
2020-04-18Add editor freelook navigation scheme settingsHugo Locurcio
2020-04-14Implement decalsJuan Linietsky