Hi!
I am finally taking the plunge and moving my development to R20. To get started I am porting an old plugin to R20. I have successfully compiled the sdk examples for R20. However, when compiling my own plugin, I get errors related to the style guide, e.g.:
error : Style guide requires whitespace before =.
The "projectdefinition.txt" file for my plugin looks as follows:
// Supported platforms - can be [Win64;OSX]
Platform=Win64;OSX
// Type of project - can be [Lib;DLL;App]
Type=DLL
// API dependencies
APIS=cinema.framework;mesh_misc.framework;math.framework;crypt.framework;python.framework;core.framework;
// C4D component
C4D=true
stylecheck=false
//stylecheck.level=0 // must be set after c4d=true
stylecheck.enum-registration=false
stylecheck.enum-class=false
// Custom ID
ModuleId=com.filipmalmberg.solidchamfer
I thought the setting stylecheck=false would disable the stylecheck completely? Am I doing something wrong?
Best regards
/Filip