Are there any plans for C4D to support importing Material X?
Thanks.
The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
D
Offline
Posts
-
Support for Material X?
-
Error compiling R23 framework
I've downloaded the latest R23 SDK from here: https://developers.maxon.net/downloads/Cinema_4D_CPP_SDK_23_107.zip
I then ran the Project Tool to generate the project files.
When I compile the math.framework project in VS I get the following error:2>kdtree.cpp 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(571,4): error C2079: 'maxon::ResultBase<RESULT_TYPE>::_value' uses undefined class 'maxon::BlendAnimationRef' 2> with 2> [ 2> RESULT_TYPE=maxon::BlendAnimationRef 2> ] (compiling source file ..\source\maxon\blend_animation.cpp) 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(760): message : see reference to class template instantiation 'maxon::ResultBase<RESULT_TYPE>' being compiled 2> with 2> [ 2> RESULT_TYPE=maxon::BlendAnimationRef 2> ] (compiling source file ..\source\maxon\blend_animation.cpp) 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\objectbase.h(1287): message : see reference to class template instantiation 'maxon::Result<maxon::BlendAnimationRef>' being compiled (compiling source file ..\source\maxon\blend_animation.cpp) 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(571,4): error C2079: 'maxon::ResultBase<RESULT_TYPE>::_value' uses undefined class 'maxon::BlendAnimationRef' 2> with 2> [ 2> RESULT_TYPE=maxon::BlendAnimationRef 2> ] (compiling source file ..\generated\hxx\register.cpp) 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(760): message : see reference to class template instantiation 'maxon::ResultBase<RESULT_TYPE>' being compiled 2> with 2> [ 2> RESULT_TYPE=maxon::BlendAnimationRef 2> ] (compiling source file ..\generated\hxx\register.cpp) 2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\objectbase.h(1287): message : see reference to class template instantiation 'maxon::Result<maxon::BlendAnimationRef>' being compiled (compiling source file ..\generated\hxx\register.cpp)As per this post I understood that this issue was resolved: https://developers.maxon.net/forum/topic/13244/build-fails-with-r23-sdk/3
However it seems not.
Thanks.