Age | Commit message (Expand) | Author |
2020-01-13 | Add a crosshair to the 3D viewport | Hugo Locurcio |
2020-01-02 | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2020-01-01 | Tint 3D light gizmos using the light's color | Hugo Locurcio |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-10-23 | Implement game camera override | Erik |
2019-10-04 | Fix calculate_spatial_bounds for selection display | jfons |
2019-09-25 | Merge pull request #32119 from Calinou/unify-axis-colors | Rémi Verschelde |
2019-09-18 | Added skin support and simplified APIs to override bone position. | Juan Linietsky |
2019-09-13 | Use the same axis colors consistently in the 2D and 3D editors | Hugo Locurcio |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-01 | Improve the gizmo axis colors and increase the manipulator opacity | Hugo Locurcio |
2019-07-23 | Add 'Align Rotation with View' to spatial editor | malbach |
2019-07-16 | Fixed Make 3D viewport locked nodes unselectable as in 2D viewport #29903 | Nikhil Kumar |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-05 | Script API methods must return Ref<T> instead of Reference* | Ignacio Etcheverry |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-19 | Fixed navigation schemes Modo/Maya when used with grid map tile placement | Zach Young |
2019-04-21 | Merge pull request #27860 from Calinou/improve-3d-snapping | Rémi Verschelde |
2019-04-17 | Add grouping to 3D editor | JFonS |
2019-04-09 | Make 3D snapping finer when holding Shift | Hugo Locurcio |
2019-03-12 | Add priority to gizmos and fix small issues | JFonS |
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky |
2019-02-15 | Fix icon color for gizmos menu when theme changed | Chaosus |
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS |
2018-11-18 | Change default gizmo visibility and icons | JFonS |
2018-10-18 | Make "Perspective" button look like a actual clickable button | Michael Alexsander Silva Dias |
2018-10-02 | Merge pull request #21679 from pgruenbacher/spatial_editor_viewport_get_camera | Rémi Verschelde |
2018-10-02 | Merge pull request #21421 from YeldhamDev/mult_view_changes | Rémi Verschelde |
2018-09-27 | Fix warnings on non-static data member initializers (C++11 feature) | Rémi Verschelde |
2018-09-20 | fix branch on uninit in spatial_editor_plugin | Ibrahn Sahir |
2018-09-03 | added get_camera_method to spatial editor plugin viewport | paul gruenbacher |
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS |
2018-08-25 | Small improvements to the Spatial Editor's multiple viewport mode | Michael Alexsander Silva Dias |
2018-08-17 | Fix the 3D grid flickering when the origin is enabled | Hugo Locurcio |
2018-08-14 | Disable camera interpolation when switching scene tabs | Guilherme Felipe |
2018-08-11 | Improvements on the gizmo disabling menu and icon selection bugfix | JFonS |
2018-08-09 | New gizmo structure and new gizmo disabling menu | JFonS |
2018-07-27 | Merge pull request #15310 from remorse107/Cinema-Mode | Rémi Verschelde |
2018-07-26 | Add "Cinematic Preview" to the Spatial Plugin Editor. | Robert Morse |
2018-07-26 | Merge pull request #20022 from EIREXE/snap_to_floor | Max Hilbrunner |
2018-07-26 | Add snap to floor functionality to the editor | Alex Roman |
2018-07-26 | Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotation | Rémi Verschelde |
2018-07-25 | Add lock rotation feature to spatial editor viewport | Kyle Dayton |
2018-07-23 | Implemented Soft body | AndreaCatania |