godot/scene
PouleyKetchoupp 5c831bc8d6 Fix mesh instance materials not initialized correctly
This fixes a regression from PR #40313 (support for software skinning in MeshInstance).

Before, the base mesh was always updated on load even if not skinning
was used, which caused mesh instance materials to be reset on the
rendering side.

Now the base mesh is set only when it has been modified, or when
switching software skinning on or off. In this case the mesh instance
materials are always updated properly afterwards.
2020-10-16 09:33:24 +02:00
..
2d Remove area or body from map before emitting signals. 2020-10-02 17:01:47 +01:00
3d Fix mesh instance materials not initialized correctly 2020-10-16 09:33:24 +02:00
animation Revert "bug with Tween.is_active, fixes #39760" 2020-08-25 12:58:40 +02:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger Fix debugger not getting focused on break on Windows 2020-07-21 01:09:17 +02:00
gui Merge pull request #37226 from arrowinaknee/fix-node-config-warnings 2020-10-01 14:04:26 +02:00
main Recommend restarting after changing the reflection atlas size or HDR 2020-10-10 17:04:00 +02:00
resources Expose Animation::value_track_interpolate to GDscript 2020-10-04 20:50:34 +02:00
register_scene_types.cpp [3.2] Added UniformRef visual shader node 2020-08-11 15:04:06 +03:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00