GUI created Redshift Camera is registered as baseobject not as OCamera ?
-
![2024-02-13-Cinema 4D 2024.1.0 - [h125p_stand_2024_02_Cleaned_V01.c4d _] - Main_000527.png](/forum/assets/uploads/files/1707818039063-2024-02-13-cinema-4d-2024.1.0-h125p_stand_2024_02_cleaned_v01.c4d-_-main_000527.png)
Whats going on here this seems new to me ?
The OCamera where created via script.I see tht these are redshift Cameras how can I identify these in a script via type ?
if obj.GetType() == c4d.Ocamera: print("Cam")kind regards
mogh -
Hey @mogh,
Thank you for reaching out to us. I am not 100% sure about your question here, but a Redshift camera will not have the symbol
Ocamera, that is the old standard camera, butOrscamera.The symbol is missing in the symbol overview, because when I pulled the RS symbols over, work was still going on for the RS camera and I think we therefore decided to omit the symbol there. And then we of course forgot to add it later when RS Camera was released :D. I have added the symbol to Object Types, it will be included in the upcoming release.
Cheers,
Ferdinand -
Thanks you answered my question, if it solves my problem we will see.
