<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GUI created Redshift Camera is registered as baseobject not as OCamera ?]]></title><description><![CDATA[<p dir="auto"><img src="/forum/assets/uploads/files/1707818039063-2024-02-13-cinema-4d-2024.1.0-h125p_stand_2024_02_cleaned_v01.c4d-_-main_000527.png" alt="2024-02-13-Cinema 4D 2024.1.0 - [h125p_stand_2024_02_Cleaned_V01.c4d _] - Main_000527.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Whats going on here this seems new to me ?<br />
The OCamera where created via script.</p>
<p dir="auto">I see tht these are redshift Cameras how can I identify these in a script via type ?</p>
<pre><code>if obj.GetType() == c4d.Ocamera:
    print("Cam")
</code></pre>
<p dir="auto">kind regards<br />
mogh</p>
]]></description><link>http://developers.maxon.net/forum/topic/15379/gui-created-redshift-camera-is-registered-as-baseobject-not-as-ocamera</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 01:37:55 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15379.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Feb 2024 10:00:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GUI created Redshift Camera is registered as baseobject not as OCamera ? on Tue, 13 Feb 2024 11:51:59 GMT]]></title><description><![CDATA[<p dir="auto">Thanks you answered my question, if it solves my problem we will see. <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>http://developers.maxon.net/forum/post/73758</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/73758</guid><dc:creator><![CDATA[mogh]]></dc:creator><pubDate>Tue, 13 Feb 2024 11:51:59 GMT</pubDate></item><item><title><![CDATA[Reply to GUI created Redshift Camera is registered as baseobject not as OCamera ? on Tue, 13 Feb 2024 11:53:06 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/mogh">@<bdi>mogh</bdi></a>,</p>
<p dir="auto">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 <code>Ocamera</code>, that is the old standard camera, but <a href="https://developers.maxon.net/docs/py/2024_2_0/classic_resource/object/orscamera.html" target="_blank" rel="noopener noreferrer nofollow ugc"><code>Orscamera</code></a>.</p>
<p dir="auto">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 <a href="https://developers.maxon.net/docs/py/2024_2_0/types/objects.html" target="_blank" rel="noopener noreferrer nofollow ugc">Object Types</a>, it will be included in the upcoming release.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/73757</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/73757</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Tue, 13 Feb 2024 11:53:06 GMT</pubDate></item></channel></rss>