Skip to content

Commit

Permalink
Added support for R24, projectdefinition changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vonPB committed Aug 30, 2021
1 parent 84d5bbf commit 8119c3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file added DisableMaterialsV1.4.zip
Binary file not shown.
3 changes: 0 additions & 3 deletions project/projectdefinition.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 8119c3f

Please sign in to comment.