summaryrefslogtreecommitdiff
path: root/scene/resources/mesh.cpp
AgeCommit message (Expand)Author
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-03Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
2019-03-01Remove old method that makes no sense today, fixes #25566Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-03MeshLibrary export improvementsDaniel Rakos
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-19Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-01Fix various Clang 7 warnings about unused stuffRémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Merge pull request #21908 from JFonS/fix_18014Rémi Verschelde
2018-09-09Clear cache after reimporting an ArrayMeshJFonS
2018-09-09Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS
2018-08-27Bound get surface functions on meshBastiaan Olij
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-07-28Added a method to find the index for a surface with a given nameBastiaan Olij
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-23Implemented Soft bodyAndreaCatania
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-04-27CSG Support for Godot!Juan Linietsky
2018-04-01Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson
2018-01-17Expose 'lightmap_unwrap' method to the scripting engine.Saracen
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
2017-12-09Fix build in ArrayMeshRémi Verschelde
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-11-17Fixed mesh importing when multiple materials are presentDaniel J. Ramirez
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky
2017-11-12Update meshes when reimporting,Daniel J. Ramirez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-11Script access to formatted arrays and blend_arrays in meshes.SaracenOne
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Bind missing ArrayMesh.ARRAY_MAXMarc Gilleron
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-23-Ability to set default import presets for typeJuan Linietsky
2017-07-14Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud
2017-06-22Properly exposed material types everywhere.Juan Linietsky
2017-06-16Godot 3.0 primitives as resources for use with MeshInstanceBastiaanOlij
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky