GUI created Redshift Camera is registered as baseobject not as OCamera ?
-
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.