summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Subscribe to correct tracker signalsMalcolm Nixon2024-04-222-8/+8
* | | | Merge pull request #90915 from rburing/no_more_speedrunRémi Verschelde2024-04-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix move_and_slide wall slide acceleration (3D)Ricardo Buring2024-04-191-1/+1
* | | | Merge pull request #90645 from Malcolmnixon/unified-xr-trackersRémi Verschelde2024-04-228-113/+102
|\ \ \ \
| * | | | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...Malcolm Nixon2024-04-188-113/+102
* | | | | Merge pull request #76725 from smix8/meshbake_blendshapemix_4.xRémi Verschelde2024-04-222-0/+161
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add option to bake a mesh from blend shape mixsmix82024-04-102-0/+161
* | | | | Merge pull request #90861 from aaronp64/audio_stream_player_nanRémi Verschelde2024-04-191-0/+1
|\ \ \ \ \
| * | | | | Check for NaN in set_volume_db functionsaaronp642024-04-181-0/+1
* | | | | | Merge pull request #89538 from CrayolaEater/feature/custom-aabb-gizmosRémi Verschelde2024-04-191-0/+1
|\ \ \ \ \ \
| * | | | | | Add Gizmo to display 3D custom AABBBogdan Inculet2024-04-191-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #76140 from jeronimo-schreyer/add_secondary_light_to_3d_re...Rémi Verschelde2024-04-192-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make Advanced Import lights more like the mesh and material editorsJeronimo Schreyer2024-04-162-0/+10
* | | | | | Merge pull request #90780 from lyuma/skeletonik3d_compatRémi Verschelde2024-04-182-0/+21
|\ \ \ \ \ \
| * | | | | | Add SkeletonIK3D get/set_interpolation compat from #87888Lyuma2024-04-182-0/+21
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #90702 from permelin/fix-lightmap-warningsRémi Verschelde2024-04-181-9/+50
|\ \ \ \ \ \
| * | | | | | LightmapGI: Reduce warnings and increase probe accuracyPer Melin2024-04-151-9/+50