Skip to content

Fixed error messages when creating a light source during IPR.

Ogers Ruda requested to merge camera_parameters_issue into master

Since light sources are also cameras in houdini, creating lights during IPR would try to set non-existent parameters that are part of camera objects only. These parameters are evaluated on get_screen_window() function and we were not encountering this problem before because this function was being called on ROP_3Delight.cpp and not on camera.cpp.

Merge request reports