summaryrefslogtreecommitdiff
path: root/scene/3d/mesh_instance_3d.cpp
AgeCommit message (Expand)Author
2021-02-18add null check in MeshInstance::_mesh_changed()Angad Kambli
2021-02-12Merge pull request #45859 from Kayomn/masterRémi Verschelde
2021-02-10Removed _change_notifyreduz
2021-02-09Accomodate blend shape ranges of -1 to +1Kayomn
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-26Merge pull request #44814 from hoontee/fix-44714Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-30Do not clear materials when setting meshhoontee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-22Fix get_active_material when a material is directly set on the meshPouleyKetchoupp
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30Add a method to retrieve active material from MeshInstanceclayjohn
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky