Rémi Verschelde
c52286a42a
Remove 3.2.x notes not needed in the 3.3 branch
2021-03-19 14:11:10 +01:00
David Snopek
97ab578209
Remove another easily misunderstood joke
2021-03-13 19:37:29 +01:00
Hugo Locurcio
bd7093bc6c
Recommend triangulating and applying transforms in Importing 3D scenes ( #4742 )
...
This is generally good advice for any 3D engine, but Godot also has
issues with 3D selection that are more present with misaligned objects.
2021-03-13 19:35:09 +01:00
Hugo Locurcio
6cd9c0ed2e
Clarify that built-in animation changes are lost if not saved to files ( #4725 )
...
This closes https://github.com/godotengine/godot/issues/28275 .
2021-03-08 16:18:52 +01:00
Matthew
2918ee8f03
Update audio stream and audio import pages, document MP3 support ( #4606 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-01-31 01:36:05 +01:00
Rémi Verschelde
a16e10538f
Merge branch 'master' into 3.2
2020-09-28 15:43:06 +02:00
Nathan Lovato
18d88b443e
Merge pull request #4040 from Calinou/add-collision-shapes-3d-page
...
Add a page about 3D collision shapes
2020-09-26 08:09:56 -06:00
Rémi Verschelde
973cf89f94
Merge branch 'master' into 3.2
2020-09-22 08:59:08 +02:00
Hugo Locurcio
1e203d2378
Add a page about 3D collision shapes
2020-09-19 22:04:06 +02:00
Hugo Locurcio
6e849a9700
Fix inline code formatting in Importing 3D scenes
2020-09-19 19:30:45 +02:00
QbieShay
8f19c1caf1
Add information about external materials not updated on reimport ( #4041 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-09-19 19:29:21 +02:00
Rémi Verschelde
e337af304f
Merge branch 'master' into 3.2
2020-09-09 13:02:26 +02:00
skyace65
99a95a0449
Improve importing images page
2020-09-07 09:11:04 -04:00
skyace65
8cff063857
Improve import process page
2020-09-01 22:32:26 -04:00
Rémi Verschelde
2c4db3ba10
Merge branch 'master' into 3.2
2020-08-11 13:30:27 +02:00
Hugo Locurcio
8230b9c996
Improve suffix documentation in Importing 3D scenes
...
This closes #2232 .
2020-08-04 22:01:42 +02:00
Rémi Verschelde
76cf11c890
Merge branch 'master' into 3.2
2020-07-30 17:14:54 +02:00
Hugo Locurcio
4866c6082d
Add a page listing all features supported by Godot 3.2
2020-07-24 15:44:48 +02:00
Hugo Locurcio
58a2757d37
Add a page listing all features supported by Godot
...
This closes #3727 .
2020-07-24 10:34:21 +02:00
kilojool
e7bf11d1af
Added "-convcol" to the list of import hints ( #3820 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-07-22 11:49:40 +02:00
Rémi Verschelde
80957b8581
Merge branch 'master' into 3.2
2020-06-22 13:05:41 +02:00
Max Hilbrunner
9ef48e22cf
Merge pull request #3639 from skyace65/AssetWorkflow
...
Update import process images
2020-06-11 13:54:27 +02:00
Matthew
18cd7466b9
Update Importing 3D scenes to add information about exporters ( #3657 )
2020-06-08 16:21:41 +02:00
skyace65
a96fc8b6a6
Update import process images
2020-06-05 13:11:27 -04:00
Rémi Verschelde
10f20b00cb
Merge branch 'master' into 3.2
2020-05-20 15:08:42 +02:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
Marcel Admiraal
a865a960f7
Convert SpatialMaterial references to StandardMaterial3D.
2020-05-04 20:09:23 +01:00
Rémi Verschelde
31a288783c
Merge branch 'master' into 3.2
2020-05-04 09:08:34 +02:00
Hugo Locurcio
53eedbfdd0
Mention the normal map coordinate system expected by Godot
2020-05-03 21:23:14 +02:00
Hugo Locurcio
b99bcb2bbd
Document BMP loading limitations in Importing images
2020-04-29 18:02:48 +02:00
Rémi Verschelde
0a9fc75dc0
Merge branch 'master' into 3.2
2020-04-27 12:18:11 +02:00
Rémi Verschelde
17a6dd311b
Fix reference to 4.0-renamed WorldMarginShape
2020-04-27 11:24:27 +02:00
Yuri Sizov
135b33b768
Replace British spelling and fix various typos
2020-04-27 12:18:52 +03:00
Michael Alexsander
a01b8d208c
Fix small mistakes in "Importing 3D scenes" page ( #3393 )
2020-04-17 18:57:26 +02:00
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
Matthew
8cb50de863
Update info on creating clips for imported animations ( #3379 )
2020-04-15 16:42:51 +02:00
Hugo Locurcio
00d1d906d4
Clarify CSV encoding requirements when importing translations ( #3211 )
...
Since Excel has no easy way to save files to UTF-8, this adds
a warning that recommends using LibreOffice or Google Sheets instead.
This closes https://github.com/godotengine/godot-docs/issues/2453 .
2020-03-13 12:31:40 +01:00
Dathide
b44f9bdb13
Fix typos in material.rst ( #3147 )
2020-02-08 22:11:15 +01:00
Rémi Verschelde
f4a6aba863
Merge pull request #3134 from Calinou/improve-importing-images-compression
...
Improve image compression recommendations in Importing images
2020-02-08 22:09:55 +01:00
Hugo Locurcio
122227c6aa
Improve image compression recommendations in Importing images
2020-01-31 20:51:44 +01:00
Hugo Locurcio
f675bc262c
Add documentation on supported image types
...
This closes #3132 .
2020-01-31 19:50:29 +01:00
Matthew
b4c435413c
Update importing audio screenshot ( #3111 )
2020-01-28 00:18:19 +01:00
Michael Alexsander
a33d2e7d88
Fix malformed table in "Inporting translations" page
2020-01-10 10:31:58 -03:00
Tim Krief
5fb68f9943
Adding information and guidelines about how to properly create a standard CSV translation file ( #3048 )
...
* Adding guidlines for escaping double quotes
RFC-4180: "If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote."
I tried to escape it with backslash without knowing the special standards of CSV, it didn't work and I opened an issue for nothing. I think it might be right to explain that directly in the docs so that no ones lack this information and ask for help about that again.
* Adding more info about the CSV standard
Some information from the CSV standard were lacking, most importantly, how to escape double quotes in a string. An example with escaped double quotes has been added to the existing example table. (Thanks to the discord for the translation)
2020-01-10 13:27:56 +01:00
Rémi Verschelde
ed3e56fdd4
Fix some markup issues
2019-12-07 00:14:17 +01:00
Matthew
6b89a895d6
Update importing scenes for Godot 3.2 and move some stuff around ( #2929 )
2019-11-29 13:52:31 +01:00
Mark Riedesel
e3510fb663
add animation import filter script documentation and examples ( #2837 )
2019-11-29 12:44:27 +01:00
frido
2f4b025b14
Fix some typos in 'development' and 'getting started' sections
2019-10-10 23:51:29 +02:00
Rémi Verschelde
93e6b405fa
Merge pull request #2719 from Calinou/improve-audio-pages
...
Improve "Audio buses", "Audio streams" and "Importing audio samples"
2019-09-01 17:36:16 +02:00
Hugo Locurcio
733a3a0e2f
Improve "Audio buses", "Audio streams" and "Importing audio samples"
...
This improves writing style and formatting, and adds more links
to refer to other pages.
2019-09-01 17:00:50 +02:00