summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #94145 Incorrect text in the Node Configuration Warning dialogValeriy Molchanov2024-07-091-1/+1
* Fix physics tick counterRicardo Buring2024-07-072-5/+0
* Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2Silc Lizard (Tokage) Renew2024-07-061-1/+1
* Reset when disabling override pose in BoneAttachment3DSilc Lizard (Tokage) Renew2024-06-281-0/+11
* Fix AnimationSprite2D/3D::play using wrong end_frameRobocraft9992024-06-261-1/+4
* Rework migration of animate_physical_bones to compatibilitySilc Lizard (Tokage) Renew2024-06-253-9/+11
* Optimize update flag by SkeletonModifierSilc Lizard (Tokage) Renew2024-06-232-9/+25
* Fix invalid inheritance of `OccluderInstance3D`A Thousand Ships2024-06-191-1/+1
* Merge pull request #91382 from adamscott/sample-playerRémi Verschelde2024-06-192-0/+33
|\
| * Add samples playback supportAdam Scott2024-06-182-0/+33
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
|/
* Fix child bones of the physical bone aren't modifiedSilc Lizard (Tokage) Renew2024-06-111-0/+18
* Merge pull request #92925 from TokageItLab/concatenated-bone-namesRémi Verschelde2024-06-105-27/+29
|\
| * Add get_concatenated_bone_names() to Skeleton3D for Modifier's hintSilc Lizard (Tokage) Renew2024-06-105-27/+29
* | Expose get_skeleton() from SkeletonModifier3DSilc Lizard (Tokage) Renew2024-06-091-0/+2
|/
* Merge pull request #92302 from jsjtxietian/debug-shape-nullRémi Verschelde2024-05-301-0/+3
|\
| * Fix null `debug_shape` being updated when `CollisionObject3D`'s transform cha...jsjtxietian2024-05-241-0/+3
* | Fix NavigationRegion3D not reacting to runtime debug enabled changesmix82024-05-231-2/+2
* | Replace List with LocalVector on Skeleton3D's bone transform update.Dario2024-05-201-4/+7
|/
* Merge pull request #91601 from lander-vr/lightmap_seams_fixRémi Verschelde2024-05-153-2/+21
|\
| * Add denoiser range property for LightmapGIlandervr2024-05-153-2/+21
* | Merge pull request #91936 from jsjtxietian/body-connectRémi Verschelde2024-05-151-2/+6
|\ \ | |/ |/|
| * Avoid duplicate connect in `Joint2D::_update_joint` and Joint3Djsjtxietian2024-05-151-2/+6
* | Cleanup unused/underused singleton StringNameskobewi2024-05-142-6/+6
* | Merge pull request #91449 from Arnklit/particles-emission-ring-shape-fix2Rémi Verschelde2024-05-141-1/+1
|\ \
| * | Fix sqrt application for radius in particle ring emissionKasper Arnklit Frandsen2024-05-141-1/+1
* | | Use Core/Scene stringnames consistentlykobewi2024-05-1319-36/+13
| |/ |/|
* | Add shorthand for using singleton string nameskobewi2024-05-1112-92/+94
* | Merge pull request #91507 from lyuma/expose_process_modificationRémi Verschelde2024-05-102-1/+3
|\ \
| * | Allow users to override SkeletonModifier3D._process_modificationLyuma2024-05-092-1/+3
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | | Fix `builtin_embree=no` build linking the wrong version of EmbreeJakub Marcowski2024-05-081-1/+1
* | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-072-2/+2
|\ \ \
| * | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-2/+2
* | | | Merge pull request #89595 from apples/89559-cpuparticles3d-angle-rotate_y-fixRémi Verschelde2024-05-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed CPUParticles3D using angle incorrectly when ROTATE_Y is set.Apples2024-03-171-1/+1
* | | | Merge pull request #91122 from TokageItLab/simulator-memdelRémi Verschelde2024-05-042-12/+5
|\ \ \ \
| * | | | Modify allocation process of the PhysicalBoneSimulator in Skeleton3DSilc Lizard (Tokage) Renew2024-05-032-12/+5
| | |/ / | |/| |
* | | | Merge pull request #90517 from TokageItLab/cache-bones-modRémi Verschelde2024-05-042-28/+32
|\ \ \ \
| * | | | Static allocation bones copy for SkeletonModifierSilc Lizard (Tokage) Renew2024-05-042-28/+32
| |/ / /
* | | | Merge pull request #87231 from Calinou/geometryinstance3d-transparency-warn-m...Rémi Verschelde2024-05-041-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Show warning for GeometryInstance3D transparency in Mobile/CompatibilityHugo Locurcio2024-01-151-0/+9
* | | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-025-7/+7
| |_|/ |/| |
* | | Fix particle cylinder emission shape random distributionKasper Arnklit Frandsen2024-04-301-1/+1
* | | Merge pull request #91335 from devloglogan/xr-hand-modifier-updateRémi Verschelde2024-04-302-0/+27
|\ \ \
| * | | Store previous relative transforms in XRHandModifier3Ddevloglogan2024-04-302-0/+27
* | | | Merge pull request #91177 from markusstephanides/masterRémi Verschelde2024-04-291-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add no-change check to Label3DMarkus Stephanides2024-04-251-0/+4
* | | | Expose is_part_of_edited_scene()kobewi2024-04-263-10/+10
* | | | Merge pull request #91031 from Malcolmnixon/old-body-tracker-signalsRémi Verschelde2024-04-262-8/+8
|\ \ \ \ | |/ / / |/| | |