On 19/07/2016 at 16:20, xxxxxxxx wrote:
I'm checking if the Interactive Render Region option is on by using the command:
c4d.IsCommandChecked(430000021)
from within the Execute method of my tag.
It returns False, even if the Interactive Render Region is on.
And it only returns True if I drag an object or change the view from the viewport camera.
Shouldn't it ALWAYS return True if the command is checked?