pandemonium_engine/modules/paint
2022-11-18 23:50:05 +01:00
..
actions Fix bindings. 2022-11-16 21:55:12 +01:00
deprecated Renamed sidebar_modules folder to property_inspectors in the paint module. 2022-11-17 09:55:37 +01:00
doc_classes Re-extracted class docs. 2022-09-10 04:18:55 +02:00
icons Created icons for the new paint nodes. 2022-11-17 00:56:04 +01:00
nodes Ported the logic to PaintCanvas from the experimental project. 2022-11-18 23:47:37 +01:00
paint_icons Added a PaintIcons header to the paint module to reduce code duplication, and to fix compile on the platforms where it failed. 2022-11-14 22:38:52 +01:00
shaders Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
ui Now the undo and redo buttons in PaintToolsPropertyInspector actually work. 2022-11-18 23:50:05 +01:00
bush_prefabs.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
bush_prefabs.h Added brush prefabs to PaintToolsPropertyInspector. 2022-11-18 00:33:27 +01:00
config.py Added a new PaintSidebar and PaintSidebarModule classes to the paint module. 2022-11-15 17:58:00 +01:00
LICENSE initial setup for the paint module. 2022-04-15 00:00:46 +02:00
paint_editor_plugin_old.cpp Added a new paint editor plugin, and renamed the old temporarily. 2022-11-15 16:53:37 +01:00
paint_editor_plugin_old.h Added a new paint editor plugin, and renamed the old temporarily. 2022-11-15 16:53:37 +01:00
paint_editor_plugin.cpp Removed PaintSidebar and renamed PaintSidebarModules to PaintCustomPropertyInspector. 2022-11-17 10:05:05 +01:00
paint_editor_plugin.h Removed PaintSidebar and renamed PaintSidebarModules to PaintCustomPropertyInspector. 2022-11-17 10:05:05 +01:00
paint_utilities.cpp Ported the logic for quite a few classes of the paint module. 2022-04-16 01:25:02 +02:00
paint_utilities.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
register_types.cpp Added a new PaintProjectPropertyInspector class. 2022-11-17 17:46:03 +01:00
register_types.h initial setup for the paint module. 2022-04-15 00:00:46 +02:00
SCsub Added a new PaintProjectPropertyInspector class. 2022-11-17 17:46:03 +01:00