pandemonium_engine/modules/mesh_data_resource
2022-08-20 01:33:02 +02:00
..
doc_classes Re-extracted the class docs. 2022-03-16 02:51:50 +01:00
editor Now in order to edit MeshDataInstance a new edit mode has to be togged from the top bar. While this mode is enabled the edited MeshDatainstace can't be deselected. Also now Mesh Data Editor's sidebar will only be visible in this mode, along with the editor gizmo. 2022-08-20 01:33:02 +02:00
nodes Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
plugin Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
plugin_gltf Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
props Clang format all files. 2022-03-18 19:00:13 +01:00
props_2d Clang format all files. 2022-03-18 19:00:13 +01:00
screenshots Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
.gitignore Run godot's formatting script. 2022-03-16 09:02:48 +01:00
config.py Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
LICENSE Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
mesh_data_resource_collection.cpp Removed now unnecessary version.h includes. 2022-03-18 03:56:41 +01:00
mesh_data_resource_collection.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
mesh_data_resource.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
mesh_data_resource.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
register_types.cpp Check whether the gltf module is enabled or not before trying to use it. 2022-08-07 20:50:41 +02:00
register_types.h Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
SCsub Actually check whether modules are enabled, not just for their existence in mesh_data_resource's SCsub. 2022-08-07 20:49:29 +02:00