1e82bafa3a
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
484d6d4aa1
Fix emission_shape_changed signal error when using ShaderMaterial with 3DGPUParticles
2025-01-17 15:07:28 +01:00
1e1f54e954
Merge pull request #100050 from YeldhamDev/sub_emitter_at_start
...
Add "At Start" mode for sub-emitter particles
2025-01-14 18:29:20 +01:00
e689c122a6
Add visualization of 3D particle emission shapes
...
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com >
2024-12-28 19:56:50 +01:00
eb5839dcbb
Add "At Start" mode for sub-emitter particles
2024-12-05 11:48:34 -03:00
49212b81e5
Update alpha_curve and emission_curve notes in ParticleProcessMaterial
...
Update doc/classes/ParticleProcessMaterial.xml
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
Update doc/classes/ParticleProcessMaterial.xml
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2024-09-26 17:41:49 -04:00
40b9516724
Add cone angle control to particle emission ring shape
2024-09-02 14:35:51 +02:00
91c10a238b
Clarify docs for ParticleProcessMaterial emission_box_extents
2024-04-26 10:50:41 +02:00
f781571d07
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
0734ee6383
Merge pull request #83606 from k0T0z/enhance-process-material-doc
...
Clarify that some `ParticleProcessMaterial` properties have effect over the lifetime
2024-02-19 00:07:26 +01:00
ce9fec9b4d
Improve editing of min/max particle properties
2023-12-20 06:31:08 +01:00
201e5bab35
Add a description for the velocity_pivot parameter
2023-11-01 03:15:05 +01:00
22e42c1826
Improve documentation related for particle subemitters, collision and attractors
...
This also describes how to set up particle flipbook animation in
GPUParticles2D's texture property.
2023-10-25 20:44:12 +02:00
df5b5243f1
enhance ParticleProcessMaterial.xml documentation
...
Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com >
2023-10-19 12:50:28 +03:00
c228fe1a0d
Particle internal refactor and additions for more artistic control
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
Co-authored-by: Raul Santos <raulsntos@gmail.com >
Co-authored-by: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com >
Co-authored-by: Clay John <claynjohn@gmail.com >
2023-10-10 20:03:35 +02:00
cc0eebd9d8
Validate code tags for class and member references
...
This commit also adds means to manually disable warnings
in `code` tags where it's a false positive with the new
`skip-lint` attribute.
Warnings are now enabled on CI to prevent future errors.
2023-10-03 15:48:31 +02:00
57d05ffc66
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
81064cc239
Doctool: Remove version attribute from XML header
...
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
2023-07-06 10:08:21 +02:00
346f1ab86b
Bump version to 4.2-dev
...
Keep on waitin'
2023-07-05 22:07:03 +02:00
2357837c43
Correct description of ParticleProcessMaterial.lifetime_randomness
2023-06-28 18:24:38 +10:00
91bdd4073b
Reworked Particle Turbulence - Rebased.
2023-05-17 14:25:21 +02:00
f10759489d
Document high performance cost of turbulence in ParticleProcessMaterial
...
- Mention that GPUParticlesAttractorVectorField3D can be used as an
alternative to turbulence in 3D.
2023-04-30 00:38:26 +02:00
c618f9fce2
Fixed minor typo in turbulence documentation
2023-03-03 10:41:41 +01:00
1c1524a651
Bump version to 4.1-dev
...
Can't stop, won't stop, they said, huh?
2023-03-01 01:44:37 +01:00
201335f3ec
Add documentation for GpuParticles2D collisions
2023-01-23 23:16:35 +02:00
e6311c8e5e
Merge pull request #67001 from KoBeWi/ 🎲
...
Fill random docs
2022-10-19 21:58:03 +02:00
5af6f4a04b
particles: add amount property to sub property collision.
2022-10-13 04:25:18 +11:00
1b7aee3c8d
Fill random docs
2022-10-07 20:10:18 +02:00
5e351a8bfd
Document 3D particle color properties requiring vertex color as albedo
2022-08-29 16:20:26 +02:00
f8cc88fab3
Restore RigidBody2/3D, SoftBody names in physics
2022-08-26 12:26:25 +02:00
723bf85145
Rename ParticlesMaterial to ParticleProcessMaterial
...
Also affects their file names, related classes and documentation.
2022-08-26 02:53:08 +02:00