diff --git a/DisableMaterialsV1.4.zip b/DisableMaterialsV1.4.zip new file mode 100644 index 0000000..e9c8d2d Binary files /dev/null and b/DisableMaterialsV1.4.zip differ diff --git a/project/projectdefinition.txt b/project/projectdefinition.txt index c9efea6..44f3f3a 100644 --- a/project/projectdefinition.txt +++ b/project/projectdefinition.txt @@ -21,8 +21,5 @@ stylecheck.level=0 // must be set after c4d=true stylecheck.enum-registration=false stylecheck.enum-class=false - // Custom ID ModuleId=de.vonpb.disablematerials - -INCLUDE=source/main.cpp; source/disable_materials.cpp; source/disable_materials.hpp \ No newline at end of file diff --git a/source/main.cpp b/source/main.cpp index 453d52d..b7da34d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -5,7 +5,7 @@ const char* AUTHOR{ "Philipp Bokatius & Henrik S." }; const unsigned MAJOR_VER{ 1 }; -const unsigned MINOR_VER{ 3 }; +const unsigned MINOR_VER{ 4 }; ::Bool PluginStart() {