summaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-02-01Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde
2019-02-01Fix gizmo errors on "Align with view"JFonS
2019-01-27Minor fixes and documentation for Spatial GizmosJFonS
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
2018-12-02Use filename as fallback instead of the class name for mesh instance loaded b...asheraryam
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-20Merge pull request #23813 from JFonS/change_gizmo_defaultRémi Verschelde
2018-11-18Change default gizmo visibility and iconsJFonS
2018-11-17EditorSettings: Rename invert_y-axis to invert_y_axis for consistencyRémi Verschelde
2018-11-02Merge pull request #21897 from Calinou/3d-display-camera-coordinatesRémi Verschelde
2018-10-25Merge pull request #23171 from capnm/fix-orthogonal-mode-freelookRémi Verschelde
2018-10-25Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustmentRémi Verschelde
2018-10-22Fix 'Align selection with view' in orthogonal modeMartin Capitanio
2018-10-21Readjust "Preview" button in Spatial editorMichael Alexsander Silva Dias
2018-10-20Disable 'freelook' in the orthogonal mode.Martin Capitanio
2018-10-18Make "Perspective" button look like a actual clickable buttonMichael Alexsander Silva Dias
2018-10-07Merge pull request #22752 from aaronfranke/equals-redundantRémi Verschelde
2018-10-06Make the 3D viewport menu button easier to readHugo Locurcio
2018-10-06Remove redundant "== true" codeAaron Franke
2018-10-02Merge pull request #22568 from dlasalle/#14959Rémi Verschelde
2018-10-02Merge pull request #21421 from YeldhamDev/mult_view_changesRémi Verschelde
2018-10-01Minor nit-picky tweaks in spatial_editor_plugin.cppAaron Franke
2018-09-30Explicitly show viewport 0 in the SpatialEditorPlugin if the container is lar...Dominique LaSalle
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
2018-09-20Merge pull request #22287 from Chaosus/fix_warningRémi Verschelde
2018-09-20Fix "This control can't grab focus." warning spamChaosus
2018-09-20fix branch on uninit in spatial_editor_pluginIbrahn Sahir
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-09-15Few unifications between canvas_item and spatial editorsChaosus
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-11Display camera coordinates in the 3D viewport's information paneHugo Locurcio
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-09-01Fix some editor shortcuts' default values not being set properlyHugo Locurcio
2018-08-29Merge pull request #21485 from JFonS/fix_selectionRémi Verschelde
2018-08-29Fix z-fighting on origin grid lines in spatial editorRémi Verschelde
2018-08-27Saner selection code for instanced scenes in 3D, should close #21447JFonS
2018-08-25Small improvements to the Spatial Editor's multiple viewport modeMichael Alexsander Silva Dias
2018-08-23Remove material errors after opening new project, fixes #21073JFonS
2018-08-20Merge pull request #18822 from QbieShay/masterJuan Linietsky
2018-08-18added spring arm node.QbieShay
2018-08-17Fix the 3D grid flickering when the origin is enabledHugo Locurcio