godot/editor
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
..
collada Fixes logically dead code (Coverity) 2018-04-21 22:35:23 +08:00
doc Style fixes for commit d5bb6faa 2018-06-13 14:42:55 +02:00
fileserver Display set_nodelay to GDScript 2018-01-30 13:22:15 -02:00
icons Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
import fix default glTF metallic & roughness factor values 2018-06-21 00:00:58 -03:00
plugins -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
translations i18n: Sync translations with Weblate 2018-06-05 22:41:42 +02:00
animation_bezier_editor.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
animation_bezier_editor.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
animation_track_editor.cpp Prevent animation player crash 2018-06-18 15:57:15 -03:00
animation_track_editor.h Bit more of visual polish 2018-06-08 21:03:27 -03:00
animation_track_editor_plugins.cpp [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D) 2018-06-14 19:34:16 -03:00
animation_track_editor_plugins.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
array_property_edit.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
array_property_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio_stream_preview.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
audio_stream_preview.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
code_editor.cpp Add margin bottom with find/replace bar on script editor 2018-05-16 16:31:40 +09:00
code_editor.h Add margin bottom with find/replace bar on script editor 2018-05-16 16:31:40 +09:00
connections_dialog.cpp Added disconnect_all and edit functionality to ConnectionsDock. 2018-04-29 23:51:36 -07:00
connections_dialog.h Added disconnect_all and edit functionality to ConnectionsDock. 2018-04-29 23:51:36 -07:00
create_dialog.cpp Adjust default editor popup sizes 2018-05-05 12:09:56 +10:00
create_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
dependency_editor.cpp fix for removing files 2018-05-11 21:37:08 +02:00
dependency_editor.h remove favorited dirs if original dir deleted 2018-05-02 08:57:56 +08:00
dictionary_property_edit.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
dictionary_property_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_about.cpp Fix #16069, #19292, #19267 and #18940 2018-06-06 13:16:52 -03:00
editor_about.h GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
editor_asset_installer.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_asset_installer.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_audio_buses.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
editor_audio_buses.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_autoload_settings.cpp Fix order to register autoloads in-editor 2018-06-18 15:52:46 -03:00
editor_autoload_settings.h Only add autoloads in editor if they have tool scripts 2018-05-22 13:26:13 -03:00
editor_data.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_data.h -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_dir_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_dir_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_export.cpp Merge pull request #18455 from neikeq/export-pck-zip-debug 2018-04-29 18:29:32 +02:00
editor_export.h Merge pull request #18455 from neikeq/export-pck-zip-debug 2018-04-29 18:29:32 +02:00
editor_file_dialog.cpp Merge pull request #17059 from Jason0214/BugFix_favorite_updating 2018-05-02 10:53:31 +02:00
editor_file_dialog.h Fixes open button not appearing with multiple selection 2018-01-31 16:25:42 -02:00
editor_file_system.cpp Merge pull request #17420 from marcelofg55/fscache_err_checks 2018-03-14 09:21:31 +01:00
editor_file_system.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_fonts.cpp added bold font to editor (support for coustom bold font) 2018-04-19 22:00:58 +02:00
editor_fonts.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_help.cpp Add support for tutorial links to makerst.py 2018-06-12 17:40:24 +02:00
editor_help.h [Doc] Fixes in find bar 2018-05-16 12:11:20 -03:00
editor_initialize_ssl.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_initialize_ssl.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_inspector.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_inspector.h -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_log.cpp Show error icon at "Output" in case of errors 2018-03-11 14:20:32 +01:00
editor_log.h Show error icon at "Output" in case of errors 2018-03-11 14:20:32 +01:00
editor_name_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_name_dialog.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
editor_node.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_node.h -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_path.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_path.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_plugin.cpp Merge pull request #15489 from willnationsdev/gdnative-hook 2018-05-26 19:01:45 +02:00
editor_plugin.h Merge pull request #15489 from willnationsdev/gdnative-hook 2018-05-26 19:01:45 +02:00
editor_plugin_settings.cpp Remove unused variable from plugin settings update 2018-02-13 18:33:51 -02:00
editor_plugin_settings.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_profiler.cpp Fix profiler not updating on realtime 2018-06-19 21:42:29 -03:00
editor_profiler.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_properties.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_properties.h -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_properties_array_dict.cpp Dictionary editing support in inspector 2018-05-19 17:57:44 -03:00
editor_properties_array_dict.h Dictionary editing support in inspector 2018-05-19 17:57:44 -03:00
editor_resource_preview.cpp Clean up some bad words from code comments 2018-02-17 16:00:39 +03:00
editor_resource_preview.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_native.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_native.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_script.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_script.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_scale.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_scale.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_settings.cpp Removed duplicate default colours and removed GDScriptHighligher colours from main editor. 2018-06-13 18:25:02 +01:00
editor_settings.h Removed duplicate default colours and removed GDScriptHighligher colours from main editor. 2018-06-13 18:25:02 +01:00
editor_spin_slider.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
editor_spin_slider.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
editor_sub_scene.cpp Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
editor_sub_scene.h Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
editor_themes.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
editor_themes.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
export_template_manager.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
export_template_manager.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_type_cache.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_type_cache.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
filesystem_dock.cpp Small tooltip changes. 2018-05-18 14:54:40 -03:00
filesystem_dock.h Basic 'new script' feature added to File System browser 2018-04-27 22:55:48 -07:00
find_in_files.cpp Fix potential bugs with Find in Files 2018-05-24 01:09:11 +02:00
find_in_files.h Added find & replace in files 2018-02-19 22:38:58 +01:00
groups_editor.cpp Small visual changes for some filter bars. 2018-05-17 21:50:14 -03:00
groups_editor.h Added multi group editor dialog, issue 13997 2018-04-15 19:42:48 +01:00
import_dock.cpp Make filename clipped on Import dock 2018-05-22 16:56:16 +09:00
import_dock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
inspector_dock.cpp Fix path typo for editor def capitalize_properties 2018-06-15 11:51:09 -03:00
inspector_dock.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
multi_node_edit.cpp -New inspector. 2018-05-15 17:14:31 -03:00
multi_node_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_dock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_dock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
output_strings.cpp Perfect FreeType-based outlines for DynamicFonts 2018-05-08 13:45:24 +07:00
output_strings.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pane_drag.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pane_drag.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
progress_dialog.cpp -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. 2018-01-12 00:08:32 -03:00
progress_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
project_export.cpp Adjust default editor popup sizes 2018-05-05 12:09:56 +10:00
project_export.h Make 'Export PCK/ZIP' work well with EditorExportPlugin 2018-04-26 23:21:05 +02:00
project_manager.cpp fixup project_manager and find_in_files for text_changed signal change. 2018-05-20 16:45:22 +01:00
project_manager.h Add show path button to project manager 2018-02-19 21:56:28 +01:00
project_settings_editor.cpp i18n: Sync translation templates with current source 2018-06-05 22:41:34 +02:00
project_settings_editor.h Allow actions to provide an analog value 2018-04-16 23:20:43 +02:00
property_editor.cpp -New inspector. 2018-05-15 17:14:31 -03:00
property_editor.h -New inspector. 2018-05-15 17:14:31 -03:00
property_selector.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
property_selector.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
pvrtc_compress.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvrtc_compress.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
quick_open.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
quick_open.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_exporters.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rename_dialog.cpp Implements "Batch Rename" editor tool. 2018-01-22 00:43:19 -05:00
rename_dialog.h Implements "Batch Rename" editor tool. 2018-01-22 00:43:19 -05:00
reparent_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
reparent_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
run_settings_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
run_settings_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_tree_dock.cpp Merge pull request #19437 from volzhs/live-edit-reparent-child 2018-06-08 08:10:46 +02:00
scene_tree_dock.h Added Rename Context Menu Option for SceneTreeDock 2018-05-16 23:27:07 +02:00
scene_tree_editor.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
scene_tree_editor.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
script_create_dialog.cpp Merge pull request #17388 from Hinsbart/mono_class_name 2018-03-15 19:47:39 +01:00
script_create_dialog.h Update icons when theme changed 2018-02-25 23:04:16 +07:00
script_editor_debugger.cpp Don't cut of long errors in debugger. 2018-05-26 13:52:16 +02:00
script_editor_debugger.h Save runtime node as scene from the remote scene tree. 2018-02-22 10:00:13 +08:00
SCsub GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
settings_config_dialog.cpp Added Solarized Dark and Light themes 2018-06-13 16:05:04 +03:00
settings_config_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
spatial_editor_gizmos.cpp Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard 2018-06-13 22:29:54 +02:00
spatial_editor_gizmos.h Polished 3D selection 2018-06-13 17:52:37 +02:00