summaryrefslogtreecommitdiffstats
path: root/scene/3d/mesh_instance_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-22/+22
* add null check in MeshInstance::_mesh_changed()Angad Kambli2021-02-181-0/+1
* Merge pull request #45859 from Kayomn/masterRémi Verschelde2021-02-121-1/+1
|\
| * Accomodate blend shape ranges of -1 to +1Kayomn2021-02-091-1/+1
* | Removed _change_notifyreduz2021-02-101-2/+2
* | Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-1/+0
|/
* Merge pull request #44814 from hoontee/fix-44714Rémi Verschelde2021-01-261-1/+0
|\
| * Do not clear materials when setting meshhoontee2020-12-301-1/+0
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-26/+0
* Fix get_active_material when a material is directly set on the meshPouleyKetchoupp2020-04-221-9/+12
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Add a method to retrieve active material from MeshInstanceclayjohn2020-03-301-0/+18
* Renaming of servers for coherency.Juan Linietsky2020-03-271-5/+5
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-0/+421