MSVC AVX Settings
-
Hello,
by default, the MSVC build settings of the Cinema 4D R21 SDK activate Advanced Vector Extensions. This can cause issues on client systems that do not support AVX (the plugin will not show up for them).
The AVX settings are defined in the frameworks\settings\Base.props file.
To disable AVX support, simply remove the line
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
-