aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable snapping when control key pressedChaosus2018-02-211-0/+3
* Merge pull request #14433 from PJB3005/17-12-08-3d_grid_color_setting_updateRémi Verschelde2018-02-191-51/+72
|\
| * Makes 3D editor grid color update without restart.PJB30052017-12-091-54/+72
* | Add a function to remove controls from containersGeorge Marques2018-02-131-0/+5
* | 3DEditor: fix selecting node in viewport not update inspectorPoommetee Ketson2018-02-071-0/+3
* | 3DEditor: fix multiple node selection crash the editorPoommetee Ketson2018-01-271-3/+0
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* | Fix crash when freelook shortcuts are undefinedMarc Gilleron2018-01-151-17/+21
* | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-3/+3
* | Fixes snap button getting out of sync (issue 15366)poke10242018-01-111-1/+1
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Clean up \n from end of translation stringsArtem Varaksa2018-01-041-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | prevent strings from being evaluated to just "true"firefly24422017-12-301-1/+1
* | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-251-42/+51
|\ \
| * | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira2017-12-211-42/+51
* | | Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar2017-12-251-88/+60
|\ \ \
| * | | Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias2017-12-201-88/+60
| |/ /
* / / #14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira2017-12-191-1/+2
|/ /
* | Refactoring FPS & information on 3D viewportvolzhs2017-12-171-41/+22
* | Moved Local Space Mode and Transform Snap settings to Top Bar ...Przemysław Gołąb (n-pigeon)2017-12-161-31/+63
* | Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-121-3/+2
* | Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-101-1/+46
|\ \ | |/ |/|
| * Implemented skeleton visibilityAndreaCatania2017-12-101-1/+46
* | TileMap FixesMariano Suligoy2017-12-021-6/+2
* | Fix alignment for button preview_cameraGuilherme Felipe2017-12-021-0/+2
* | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-261-0/+27
|\ \
| * | Improve/fix SpatialEditor state saving/restoringPedro J. Estébanez2017-11-251-0/+17
| * | Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-0/+10
* | | Tweak the default editor camera settingsHugo Locurcio2017-11-251-4/+4
|/ /
* | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-221-2/+6
|\ \ | |/ |/|
| * Implement auto-tilingMariano Suligoy2017-11-201-2/+6
* | Native pan and zoom for macOSBernhard Liebl2017-11-211-68/+142
* | Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde2017-11-201-1/+93
|\ \ | |/ |/|
| * ability to lock spatial nodes transform in editorJakub Grzesik2017-11-111-1/+93
* | Merge pull request #12936 from n-pigeon/planar_scale_gizmoRémi Verschelde2017-11-201-6/+120
|\ \
| * | Implemented planar scaling with two modes.Przemysław Gołąb (n-pigeon)2017-11-141-6/+120
* | | Add "View FPS" in 3D->Perspective's popup.Dmitry Koteroff2017-11-201-0/+40
* | | Rename Rect3 to AABB.Ferenc Arn2017-11-171-9/+9
* | | Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde2017-11-161-0/+5
|\ \ \ | |/ / |/| |
| * | Several improvements to GridMap.Daniel J. Ramirez2017-11-091-0/+5
* | | Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)2017-11-131-2/+1
* | | Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)2017-11-131-5/+5
* | | Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets2017-11-101-1/+3
| |/ |/|
* | Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)2017-11-101-50/+56
|/
* Ability to shrink 3D viewport by halfJuan Linietsky2017-10-311-3/+26
* Add option to use freelook with a toggle shortcut (like Blender) instead of h...Marc Gilleron2017-10-301-1/+17
* Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-221-1/+10
|\
| * Added snapping to spatial drag and drop.SaracenOne2017-09-201-1/+10
* | Fix drag and drop collision with non-centred origin points.Saracen2017-10-181-2/+8