On 01/06/2018 at 06:26, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have a TagData plugin. In SetDParameter I check which parameter has been modified and depending on the result, I might change some other parameters as well.
So, what I have to do is to encapsulate that change in a StartUndo and EndUndo.
For some reason though StartUndo triggers a breakpoint, otherwise the undo/redo works correctly.
How can I see what I do wrong ?
Thank you for your time !