<?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[Retrieving Images from Cinema 4D&#x27;s Picture Viewer for Importing into Photoshop]]></title><description><![CDATA[<p dir="auto">I am developing a Cinema 4D plugin to import images into Photoshop. How can I use Python to retrieve image information from Cinema 4D's Picture Viewer?</p>
]]></description><link>http://developers.maxon.net/forum/topic/15681/retrieving-images-from-cinema-4d-s-picture-viewer-for-importing-into-photoshop</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 02:38:05 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15681.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Sep 2024 02:35:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Retrieving Images from Cinema 4D&#x27;s Picture Viewer for Importing into Photoshop on Thu, 05 Sep 2024 07:28:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Thank you for reaching out to us. <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dunhou">@<bdi>Dunhou</bdi></a> is right, the Picture Viewer is sealed, which means that you can put images into it (with <code>c4d.bitmaps.ShowBitmap</code> or <code>c4d.documents.LoadFile</code>) but you cannot get images or information out of it. This generally applies to all UIs, we do not expose UIs, but the data structures behind them. So, there is for example no Object or Material Manager API interface, their functionalities are exposed via the scene graph. For the Picture Viewer there is no data structure exposed.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/74878</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74878</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Thu, 05 Sep 2024 07:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieving Images from Cinema 4D&#x27;s Picture Viewer for Importing into Photoshop on Thu, 05 Sep 2024 03:53:36 GMT]]></title><description><![CDATA[<p dir="auto">I think picture viewer is hard-coding,  we can do nothing, but wait for official answer<img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title=":blush:" alt="😊" /></p>
]]></description><link>http://developers.maxon.net/forum/post/74876</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74876</guid><dc:creator><![CDATA[Dunhou]]></dc:creator><pubDate>Thu, 05 Sep 2024 03:53:36 GMT</pubDate></item></channel></rss>