15 Commits

Author SHA1 Message Date
tetrapod00
b71ff5c73d Improve display of rubric fake headers with heading-level option 2024-11-30 07:07:47 +01:00
tetrapod00
2a9635091d Fix unreachable pages under 3D Particles by using fake headers
Converts all headers in tutorials\3d\particles\index.rst to fake rubric headers.
Note that in this case we can't have any real subheaders on the page due to
the order of the sections.
2024-11-30 07:06:05 +01:00
ScarfKat
5a3789a85a Typo fix for Interpolation gif description
The original description was backwards. This is a small edit that fixes it.
2024-11-30 07:02:21 +01:00
Hugo Locurcio
23c0ee2833 Document caveats related to GPUParticles3D collision
- Remove incorrect notice about GPUParticles2D not supporting
  collision. This is supported using LightOccluder2D with SDF
  generation enabled.
2024-06-27 01:53:36 +02:00
A Thousand Ships
36e2351df2 Fix invalid indentation in various files 2024-06-06 16:16:45 +02:00
melquiadess
dbe3a88377 Fix various minor typos 2024-04-20 16:41:23 +01:00
Synkied
07a83a91f9 Update process_material_properties.rst 2024-02-02 20:39:53 +01:00
AnOpenSauceDev
67b17958ca Fix multiple typos related to Particle Systems (#8845)
* Fix typo: Ammount -> Amount

* Fix typos in `properties.rst`

Changed "Ammount" to "Amount", and "Radio" to "Ratio".
2024-01-27 13:13:48 -05:00
Hugo Locurcio
95fb178429 Add support for user-provided comments with Giscus
This allows users to leave comments on pages that don't have
`:allow_comments: False` somewhere in the page's source.
Both manual and class reference pages can receive comments.
Index pages cannot have comments, as discussion should occur on "leaf" pages.

GitHub Discussions is used as a backend on the same repository. This means
that Discussions *must* be enabled on godotengine/godot-docs before this
commit is merged to `master`. Users can choose to use the "Custom" watch
mode if they don't want to get notifications for discussion updates,
but still get notifications for issue and pull request updates.

User comments are intended to be used for the following purposes:

- Add a clarification or correct something in the documentation,
  without having to open a pull request. Contributors are encouraged to
  take a look at discussions from time to time, and see if there's information
  worth incorporating in the pages themselves. Don't forget to reply to
  the comment when doing so :)
- Mention a workaround for a common issue.
- Link to useful third-party resources that are relevant to the current page,
  such as tutorials or add-ons.

User comments should *not* be used for technical support. Other community
platforms should be used for that.

Page-to-discussion matching is done using the `pagename` Sphinx variable,
which is independent of the Godot version and documentation language.
Being independent of the Godot version allows keeping old comments
when the Godot version changes, while also allowing users from `/stable`
and `/4.1` to "see" each other in discussions.

See https://giscus.app for more information.
2024-01-11 17:51:53 +01:00
skyace65
617026ac70 Update 3D particles pages for 4.2 2023-11-04 16:09:52 -04:00
Matthew
2edd9014a3 Merge pull request #8101 from jwd83/patch-1
Update trails.rst
2023-10-02 10:52:07 +02:00
Hugo Locurcio
b68b12ebaa Document particle flipbook animation in 2D, improve existing 3D flipbook docs
- Fix FPS formula which was inverted (it calculated the time per frame).
2023-09-21 00:02:19 +02:00
Alexander Black
0b65822dcf Fix typo 2023-07-25 19:47:36 +01:00
Hugo Locurcio
4356a7f8dc Document using NoiseTexture3D with FogMaterial in Volumetric fog
This also adds a tip about using a NoiseTexture3D as particle attractor
vector field texture.
2023-05-12 19:54:51 +02:00
and-rad
332399538b Add 3D particles documentation (#5535)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-04-30 14:25:13 +02:00