it looks simple but I can’t find the right info anywhere :
I want to be sure that the camera view is active in the viewport. the only way I found so far is :
bpy.ops.view3d.viewnumpad(type='FRONT') # select front view..
bpy.ops.view3d.viewnumpad(type='CAMERA') # ..to be sure to have the camera view after that
:eek::no:
is there a boolean or something that would give the viewport view status ?