On 17/09/2015 at 15:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 15
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
I have a plugin (not mine) that produces an error, while Cinema 4D is loading the plugins.
The error is:
Error reading resource
file '/Applications/Maxon/CINEMA 4D R16 Beta/plugins/ColourTableR13/res/c4d_symbols.h'
Line 40
In line 40 of the c4d_symbols.h file, the line reads:
COLOURTABLE_M_MASK = 0xFFFFF000, // use to determine menu
I converted the hexadecimal value to decimal and changed the line to:
COLOURTABLE_M_MASK = 4294963200, // use to determine menu
But I still get the same error.
What could it be?