Juan Linietsky
|
eeab3502d5
|
Changes to how node paths are selected from property, allowing setting a hint.
|
2018-06-27 20:50:25 -03:00 |
Juan Linietsky
|
9bab5134cf
|
The way multiple quaternions being slerped was not good, changed approach to one that seems to work better.
|
2018-06-27 16:30:48 -03:00 |
Juan Linietsky
|
c633b770cb
|
-Add root motion support in AnimationTree.
-Add RootMotionView, to debug root motion in 3D (disabled in runtime)
|
2018-06-26 19:06:16 -03:00 |
Rémi Verschelde
|
f036353b93
|
Merge pull request #19164 from marcelofg55/tilemap_undo2
Improve TileMap undo operations, second try
|
2018-06-26 20:57:39 +02:00 |
Juan Linietsky
|
8c7da84e1e
|
renamed AnimationGraphPlayer to AnimationTree
|
2018-06-25 18:40:24 -03:00 |
Thomas Herzog
|
0f7c35f955
|
added BlendSpace1D editor plugin
This commit also fixes a crash in the BlendSpace2D as well as correct
the drawing of the x-zero indicator in the BlendSpace2D editor plugin.
|
2018-06-25 21:46:12 +02:00 |
Thomas Herzog
|
84252f2ec4
|
added AnimationBlendSpace1D
|
2018-06-25 21:36:53 +02:00 |
Thomas Herzog
|
1ff7aa4c9b
|
rename BlendSpace to BlendSpace2D
|
2018-06-25 21:36:10 +02:00 |
Juan Linietsky
|
4f5a7ebaec
|
State machine animation node
|
2018-06-25 16:22:41 -03:00 |
George Marques
|
c45a8a574a
|
Remove extra addition to tree of editor autoloads
Fix #19675
|
2018-06-25 13:07:14 -03:00 |
Rémi Verschelde
|
0954c8f017
|
Merge pull request #19744 from marcelofg55/profiler_clear
Add a Clear button to the profiler
|
2018-06-25 17:01:46 +02:00 |
Rémi Verschelde
|
baf85f299c
|
Merge pull request #19728 from Chaosus/theme_strings
Changed themes presets to String format
|
2018-06-25 16:39:23 +02:00 |
Rémi Verschelde
|
4e867a1d7a
|
Merge pull request #19698 from Chaosus/theme_submenu
Move Theme options to submenu
|
2018-06-25 16:24:39 +02:00 |
Juan Linietsky
|
ad4666f8e0
|
Merge pull request #19193 from tagcup/quat_norm
Fixed Basis -> Quat conversions, added a few safety checks.
|
2018-06-25 10:58:04 -03:00 |
Marcelo Fernandez
|
9634e3586c
|
Add a Clear button to the profiler
|
2018-06-23 22:15:10 -03:00 |
Chaosus
|
f29f7bf0e7
|
Changed themes presets to String format
|
2018-06-23 18:38:01 +03:00 |
Rémi Verschelde
|
80f7eacf88
|
i18n: Sync translations with Weblate
(cherry picked from commit d04cc2855a )
|
2018-06-22 11:42:21 +02:00 |
Rémi Verschelde
|
8bf5b50222
|
Merge pull request #19695 from rraallvv/nocache_gen_master
Add NoCache wrapper to Command (master)
|
2018-06-22 09:44:45 +02:00 |
Juan Linietsky
|
2365fe472b
|
Added auto triangle generation in blend space, using Delaunay.
|
2018-06-21 22:48:47 -03:00 |
Juan Linietsky
|
b76143bfde
|
Remove error messages
|
2018-06-21 18:46:17 -03:00 |
Juan Linietsky
|
b80946ee0d
|
Fix crashes, ability to add blendpsace into blendtree, ability to delete with delete key
|
2018-06-21 18:08:11 -03:00 |
Juan Linietsky
|
a0719533bd
|
Animation Blend Spaces
|
2018-06-21 15:46:11 -03:00 |
Chaosus
|
7a18b95906
|
Move Theme options to submenu
|
2018-06-21 12:10:43 +03:00 |
Rhody Lugo
|
920224a535
|
add NoCache wrapper to Command
|
2018-06-21 03:00:33 -04:00 |
Rodolfo Ribeiro Gomes
|
01b01209a3
|
fix default glTF metallic & roughness factor values
The glTF 2.0 spec says that these pbrMetallicRoughness material
properties should be set as 1.0 by default.
In fact, KhronosGroup's official Blender Exporter does not even write
down those parameters if they are set as 1.0.
However, Godot import them as 0.0.
https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness
Fixes: #19613 https://github.com/godotengine/godot/issues/19613
|
2018-06-21 00:00:58 -03:00 |
Marcelo Fernandez
|
34045051d2
|
Fix profiler not updating on realtime
|
2018-06-19 21:42:29 -03:00 |
Juan Linietsky
|
0a1c1c660f
|
-Added AnimationGraphPlayer (still missing features)
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
|
2018-06-18 22:12:08 -03:00 |
George Marques
|
5c5aafabec
|
Merge pull request #19632 from vnen/fix-editor-autoload-register
Fix order to register autoloads in-editor
|
2018-06-18 18:52:09 -03:00 |
Guilherme Felipe
|
b75ad7b6b0
|
Prevent animation player crash
|
2018-06-18 15:57:15 -03:00 |
George Marques
|
e1338ac0eb
|
Fix order to register autoloads in-editor
|
2018-06-18 15:52:46 -03:00 |
Rémi Verschelde
|
1d2ed8885d
|
Merge pull request #19573 from guilhermefelipecgs/fix_animation_preview
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
|
2018-06-18 15:11:06 +02:00 |
Rémi Verschelde
|
4c41f6c2ad
|
Merge pull request #19568 from guilhermefelipecgs/fix_editor_def
Fix path typo for editor def capitalize_properties
|
2018-06-15 17:11:46 +02:00 |
Guilherme Felipe
|
3511a7ac7e
|
Fix path typo for editor def capitalize_properties
|
2018-06-15 11:51:09 -03:00 |
Rémi Verschelde
|
d4bdbbc7d4
|
Merge pull request #19553 from guilhermefelipecgs/fix_solarized_theme
Small improvement to solarized theme
|
2018-06-15 10:46:48 +02:00 |
Rémi Verschelde
|
f2cd1e0c15
|
Merge pull request #19544 from RandomShaper/gltf-shapes-names
Import morph target names from glTF
|
2018-06-15 09:33:44 +02:00 |
Guilherme Felipe
|
c75e7f4848
|
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
|
2018-06-14 19:34:16 -03:00 |
letheed
|
90c5f60f1d
|
Tweak adaptative guideline and completion_background color
|
2018-06-15 00:31:43 +02:00 |
Guilherme Felipe
|
a63683e312
|
Small improvement to solarized theme
|
2018-06-14 09:07:40 -03:00 |
Pedro J. Estébanez
|
4810eae03b
|
Import morph target names from glTF
If mesh.extras.targetNames is available. Keep the former naming pattern as fallback.
|
2018-06-14 00:25:22 +02:00 |
Rémi Verschelde
|
e5e23c7ebf
|
Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard
Likely added by mistake in #19487.
Should fix #19543.
|
2018-06-13 22:29:54 +02:00 |
Paulb23
|
08c036b706
|
Removed duplicate default colours and removed GDScriptHighligher colours from main editor.
|
2018-06-13 18:25:02 +01:00 |
Paulb23
|
8f7e791ab6
|
Theme saving no longer hard coded
|
2018-06-13 18:21:44 +01:00 |
Rémi Verschelde
|
8efbe9ed3d
|
Merge pull request #19487 from JFonS/better_3d_select
Improve 3D selection
|
2018-06-13 18:49:35 +02:00 |
JFonS
|
9cd1c20f6a
|
Polished 3D selection
|
2018-06-13 17:52:37 +02:00 |
Rémi Verschelde
|
44050cd24f
|
Merge pull request #19503 from akien-mga/osx-ctrl-cmd
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
|
2018-06-13 15:43:54 +02:00 |
Rémi Verschelde
|
7bb6b39c10
|
Merge pull request #19514 from Chaosus/solarized_themes
Added Solarized Dark and Light themes
|
2018-06-13 15:17:43 +02:00 |
Rémi Verschelde
|
9c2de8ae2d
|
Merge pull request #19516 from groud/fix_crash_on_hover
Fixes a crash on draw_hover
|
2018-06-13 15:10:24 +02:00 |
Chaosus
|
e1abb84524
|
Added Solarized Dark and Light themes
|
2018-06-13 16:05:04 +03:00 |
Rémi Verschelde
|
9165e550f8
|
Style fixes for commit d5bb6faa
|
2018-06-13 14:42:55 +02:00 |
Rémi Verschelde
|
f0fa590210
|
Merge pull request #19526 from robojumper/fix_tutorials
Add support for tutorial links to makerst.py
|
2018-06-13 14:29:45 +02:00 |