On 30/07/2016 at 11:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
What I want to do is to click on a button in a GeDialog and disable an element in a VideoPostData plugin.
So, I implement VideoPostData's GetDEnabling to disable that element if the button is clicked in the dialog.
I also add EventAdd in button's callback.
Is this the right way to do it ?
EventAdd seems to be heavy since it refreshes everything, while I want to refresh ony the render settings.
THank you for your time.