Remove trailing whitespace, add newlines at end of files

This results in less merge conflicts when using the
Text Editor > Files > Trim Trailing Whitespace editor setting.

.ptex, .mmg and .json files generated weren't modified
as these are saved by Material Maker. These files could be made
to end with a newline automatically on save in a future commit.
This commit is contained in:
Hugo Locurcio 2019-11-10 01:19:52 +01:00
parent d37fc835f9
commit fc3173b9b4
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
33 changed files with 25 additions and 47 deletions

View File

@ -5,4 +5,3 @@ Its user interface is based on Godot's GraphEditor: textures are described as in
More details in the [user manual](https://rodzill4.github.io/godot-procedural-textures/doc/).
![Screenshot](addons/material_maker/doc/images/screenshot.png)

View File

@ -20,4 +20,3 @@ as the image generator and convolution filters (blur, emboss, normal map generat
the resolution of their output.
.. image:: images/screenshot.png

View File

@ -5,4 +5,3 @@ The Comment node has no effect on the material and can be used to document
it. Simply double-click on the contents to edit it.
.. image:: images/node_comment.png

View File

@ -21,4 +21,3 @@ Parameters
The Export node has a single parameter that defines the suffix PNG file
that will be created.

View File

@ -49,4 +49,3 @@ The Material node has parameters:
* The value of the ambient occlusion property of the material. The texture used for the ambient occlusion input is multiplied by this value.
* The value of the depth property of the material. The input depth map is multiplied by this value.

View File

@ -49,4 +49,3 @@ name for this configuration, and it will be added to the list.
The drop-down list can be used to select a configuration, create new ones and
update or delete the current configuration.

View File

@ -23,4 +23,3 @@ Parameters
The Switch node has a single parameter whose value can be 1 or 2.
When the parameter is set to 1, A forwards A1 and B forwards B1.
When the parameter is set to 2, A forwards A2 and B forwards B2.

View File

@ -111,5 +111,3 @@ Help menu
do not hesitate to use it to suggest improvements for Material Maker.
* *About* Shows the about dialog.

View File

@ -229,4 +229,3 @@ func deserialize(data : Dictionary) -> void:
else:
seed_locked = false
_post_load()

View File

@ -27,4 +27,3 @@ func _on_TextEdit_focus_exited() -> void:
generator.text = editor.text
label.visible = true
editor.visible = false

View File

@ -183,5 +183,3 @@ caret_blink = false
caret_blink_speed = 0.65
caret_moving_by_right_click = true
_sections_unfolded = [ "Size Flags" ]

View File

@ -216,5 +216,3 @@ _sections_unfolded = [ "Rect" ]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/OK" to="." method="_on_OK_pressed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Cancel" to="." method="queue_free"]

View File

@ -56,4 +56,3 @@ func _on_Type_item_selected(ID) -> void:
t.visible = true
else:
print(ID)

View File

@ -44,5 +44,3 @@ align = 1
color = Color( 1, 1, 1, 1 )
edit_alpha = true
_sections_unfolded = [ "Rect" ]

View File

@ -45,5 +45,3 @@ items = [ ]
selected = -1
[connection signal="item_selected" from="EnumValues" to="." method="_on_EnumValues_item_selected"]

View File

@ -143,5 +143,3 @@ _sections_unfolded = [ "Rect" ]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/OK" to="." method="_on_OK_pressed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Cancel" to="." method="queue_free"]