2018-07-22 17:20:27 +02:00
|
|
|
; Engine configuration file.
|
|
|
|
; It's best edited using the editor UI and not directly,
|
|
|
|
; since the parameters that go here are not all obvious.
|
|
|
|
;
|
|
|
|
; Format:
|
|
|
|
; [section] ; section goes between []
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
config_version=4
|
|
|
|
|
2019-07-31 20:53:00 +02:00
|
|
|
_global_script_classes=[ {
|
2019-11-06 22:33:01 +01:00
|
|
|
"base": "LineEdit",
|
|
|
|
"class": "MMFloatEdit",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/widgets/float_edit.gd"
|
|
|
|
}, {
|
2019-07-31 20:53:00 +02:00
|
|
|
"base": "Node",
|
|
|
|
"class": "MMGenBase",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_base.gd"
|
|
|
|
}, {
|
2019-08-25 23:27:07 +02:00
|
|
|
"base": "MMGenTexture",
|
2019-07-31 20:53:00 +02:00
|
|
|
"class": "MMGenBuffer",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_buffer.gd"
|
|
|
|
}, {
|
2019-10-12 08:30:46 +02:00
|
|
|
"base": "MMGenTexture",
|
|
|
|
"class": "MMGenComment",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_comment.gd"
|
|
|
|
}, {
|
2019-08-12 15:58:42 +02:00
|
|
|
"base": "Object",
|
|
|
|
"class": "MMGenContext",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_context.gd"
|
|
|
|
}, {
|
2019-07-31 20:53:00 +02:00
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenConvolution",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_convolution.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGenBase",
|
2019-11-02 08:43:54 +01:00
|
|
|
"class": "MMGenDebug",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_debug.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenExport",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_export.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGenBase",
|
2019-07-31 20:53:00 +02:00
|
|
|
"class": "MMGenGraph",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_graph.gd"
|
|
|
|
}, {
|
2019-09-20 20:43:57 +02:00
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenIOs",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_ios.gd"
|
|
|
|
}, {
|
2019-08-25 23:27:07 +02:00
|
|
|
"base": "MMGenTexture",
|
|
|
|
"class": "MMGenImage",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_image.gd"
|
|
|
|
}, {
|
2019-07-31 20:53:00 +02:00
|
|
|
"base": "Object",
|
|
|
|
"class": "MMGenLoader",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/loader.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenMaterial",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_material.gd"
|
|
|
|
}, {
|
2019-09-20 20:43:57 +02:00
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenRemote",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_remote.gd"
|
|
|
|
}, {
|
2019-08-09 08:16:24 +02:00
|
|
|
"base": "Viewport",
|
|
|
|
"class": "MMGenRenderer",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/renderer.gd"
|
|
|
|
}, {
|
2019-07-31 20:53:00 +02:00
|
|
|
"base": "MMGenBase",
|
|
|
|
"class": "MMGenShader",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_shader.gd"
|
2019-08-09 08:16:24 +02:00
|
|
|
}, {
|
2019-08-25 23:27:07 +02:00
|
|
|
"base": "MMGenBase",
|
2019-09-20 20:43:57 +02:00
|
|
|
"class": "MMGenSwitch",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_switch.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGenBase",
|
2019-08-25 23:27:07 +02:00
|
|
|
"class": "MMGenTexture",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/engine/gen_texture.gd"
|
|
|
|
}, {
|
2019-08-09 08:16:24 +02:00
|
|
|
"base": "Object",
|
|
|
|
"class": "MMGradient",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/types/gradient.gd"
|
2019-08-15 11:53:21 +02:00
|
|
|
}, {
|
2019-09-26 22:32:49 +02:00
|
|
|
"base": "Control",
|
|
|
|
"class": "MMGradientEditor",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/widgets/gradient_editor.gd"
|
|
|
|
}, {
|
2019-10-08 22:17:33 +02:00
|
|
|
"base": "GraphEdit",
|
|
|
|
"class": "MMGraphEdit",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/graph_edit.gd"
|
|
|
|
}, {
|
2019-09-24 22:25:46 +02:00
|
|
|
"base": "GraphNode",
|
2019-10-21 23:58:14 +02:00
|
|
|
"class": "MMGraphNodeBase",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/nodes/base.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGraphNodeBase",
|
2019-09-24 22:25:46 +02:00
|
|
|
"class": "MMGraphNodeGeneric",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/nodes/generic.gd"
|
|
|
|
}, {
|
|
|
|
"base": "MMGraphNodeGeneric",
|
|
|
|
"class": "MMGraphNodeRemote",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/nodes/remote.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "MMNodeLink",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/widgets/linked_widgets/link.gd"
|
|
|
|
}, {
|
2019-08-15 11:53:21 +02:00
|
|
|
"base": "Node",
|
|
|
|
"class": "MMType",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/types/types.gd"
|
2019-10-21 23:58:14 +02:00
|
|
|
}, {
|
|
|
|
"base": "OptionButton",
|
|
|
|
"class": "SizeOptionButton",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/material_maker/widgets/size_option_button.gd"
|
2019-07-31 20:53:00 +02:00
|
|
|
} ]
|
2019-04-13 19:44:37 +02:00
|
|
|
_global_script_class_icons={
|
2019-11-06 22:33:01 +01:00
|
|
|
"MMFloatEdit": "",
|
2019-07-31 20:53:00 +02:00
|
|
|
"MMGenBase": "",
|
|
|
|
"MMGenBuffer": "",
|
2019-10-12 08:30:46 +02:00
|
|
|
"MMGenComment": "",
|
2019-08-12 15:58:42 +02:00
|
|
|
"MMGenContext": "",
|
2019-07-31 20:53:00 +02:00
|
|
|
"MMGenConvolution": "",
|
2019-11-02 08:43:54 +01:00
|
|
|
"MMGenDebug": "",
|
|
|
|
"MMGenExport": "",
|
2019-07-31 20:53:00 +02:00
|
|
|
"MMGenGraph": "",
|
2019-09-20 20:43:57 +02:00
|
|
|
"MMGenIOs": "",
|
2019-08-25 23:27:07 +02:00
|
|
|
"MMGenImage": "",
|
2019-07-31 20:53:00 +02:00
|
|
|
"MMGenLoader": "",
|
|
|
|
"MMGenMaterial": "",
|
2019-09-20 20:43:57 +02:00
|
|
|
"MMGenRemote": "",
|
2019-08-09 08:16:24 +02:00
|
|
|
"MMGenRenderer": "",
|
|
|
|
"MMGenShader": "",
|
2019-09-20 20:43:57 +02:00
|
|
|
"MMGenSwitch": "",
|
2019-08-25 23:27:07 +02:00
|
|
|
"MMGenTexture": "",
|
2019-08-15 11:53:21 +02:00
|
|
|
"MMGradient": "",
|
2019-09-26 22:32:49 +02:00
|
|
|
"MMGradientEditor": "",
|
2019-10-08 22:17:33 +02:00
|
|
|
"MMGraphEdit": "",
|
2019-10-21 23:58:14 +02:00
|
|
|
"MMGraphNodeBase": "",
|
2019-09-24 22:25:46 +02:00
|
|
|
"MMGraphNodeGeneric": "",
|
|
|
|
"MMGraphNodeRemote": "",
|
|
|
|
"MMNodeLink": "",
|
2019-10-21 23:58:14 +02:00
|
|
|
"MMType": "",
|
|
|
|
"SizeOptionButton": ""
|
2019-04-13 19:44:37 +02:00
|
|
|
}
|
2018-08-22 07:33:50 +02:00
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[application]
|
|
|
|
|
2018-08-11 15:11:39 +02:00
|
|
|
config/name="Material Maker"
|
2020-01-23 01:38:03 +01:00
|
|
|
config/description="An open source, extensible procedural material generation tool"
|
2018-09-03 21:35:44 +02:00
|
|
|
run/main_scene="res://addons/material_maker/main_window.tscn"
|
2018-08-10 12:31:15 +02:00
|
|
|
config/use_custom_user_dir=true
|
|
|
|
config/custom_user_dir_name="material_maker"
|
2019-09-25 23:29:06 +02:00
|
|
|
boot_splash/image="res://rodz_labs_logo.png"
|
|
|
|
boot_splash/fullsize=false
|
|
|
|
boot_splash/bg_color=Color( 0.0901961, 0.0941176, 0.141176, 1 )
|
2018-07-22 17:20:27 +02:00
|
|
|
config/icon="res://icon.png"
|
2020-01-20 07:57:36 +01:00
|
|
|
config/release="0.8"
|
2018-07-22 17:20:27 +02:00
|
|
|
|
2019-11-06 22:33:01 +01:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
mm_renderer="*res://addons/material_maker/engine/renderer.tscn"
|
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/unsafe_property_access=true
|
|
|
|
gdscript/warnings/unsafe_method_access=true
|
|
|
|
gdscript/warnings/unsafe_cast=true
|
|
|
|
gdscript/warnings/unsafe_call_argument=true
|
|
|
|
|
2018-08-03 08:16:38 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1280
|
|
|
|
window/size/height=720
|
2019-10-17 14:46:16 +02:00
|
|
|
window/dpi/allow_hidpi=true
|
2018-08-03 08:16:38 +02:00
|
|
|
|
2019-10-19 14:20:18 +02:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "material_maker" )
|
|
|
|
|
2019-10-30 23:00:20 +01:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
timers/tooltip_delay_sec=0.1
|
|
|
|
|
2019-11-16 23:27:07 +01:00
|
|
|
[input]
|
|
|
|
|
|
|
|
toggle_fullscreen={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777254,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":true,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
[logging]
|
|
|
|
|
|
|
|
file_logging/enable_file_logging=true
|
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[rendering]
|
|
|
|
|
2020-01-23 01:30:39 +01:00
|
|
|
vram_compression/import_etc2=false
|
2018-07-22 17:20:27 +02:00
|
|
|
environment/default_environment="res://default_env.tres"
|