pandemonium_engine/modules/material_maker
2023-03-01 23:07:53 +01:00
..
algos Fix typos with codespell. 2022-12-22 19:51:25 +01:00
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
editor Added buttons slots to MMGraphNodes. 2023-03-01 23:06:01 +01:00
nodes Reworked MMOutputImage. Now it uses a button, and also it works as it should. 2023-03-01 23:07:53 +01:00
config.py Fixed MMSdf3dOpExtrusion's name and added it to the build. 2023-03-01 21:32:47 +01:00
COPYRIGHT.txt Added COPYRIGHT.txt to the material_maker module. 2022-12-31 20:27:16 +01:00
editor_plugin.cpp Added an editor plugin for the material maker module. 2022-06-14 18:27:36 +02:00
editor_plugin.h Added an editor plugin for the material maker module. 2022-06-14 18:27:36 +02:00
LICENSE.md Added COPYRIGHT.txt to the material_maker module. 2022-12-31 20:27:16 +01:00
README.md Cleaned up the material maker module's readme. 2022-12-31 20:26:46 +01:00
register_types.cpp Fixed MMSdf3dOpExtrusion's name and added it to the build. 2023-03-01 21:32:47 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub Fixed MMSdf3dOpExtrusion's name and added it to the build. 2023-03-01 21:32:47 +01:00

Material Maker module

This project is based on Material Maker's ( https://github.com/RodZill4/material-maker ) code.