<?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[Update Xref filepath without user interaction]]></title><description><![CDATA[<p dir="auto">I'm looking to update filepath of an Xref via Python without user interaction requiring the "Yes" on a popup dialog.</p>
<p dir="auto">This works:</p>
<pre><code class="language-python">xref.SetParameter(
    c4d.ID_CA_XREF_FILE,
    filepath,
    c4d.DESCFLAGS_SET_USERINTERACTION,
)
</code></pre>
<p dir="auto">But that basically means I will get this pop-up dialog:<br />
<img src="/forum/assets/uploads/files/1727277599654-c0a78c0f-923a-4b74-87fc-d4536cfac6f5-image.png" alt="c0a78c0f-923a-4b74-87fc-d4536cfac6f5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">However I want to do this without any user interaction in-between. How can I force the update without requiring the <code>c4d.DESCFLAGS_SET_USERINTERACTION</code> flag.</p>
<p dir="auto">How can I update the filepath without the pop-up dialog?</p>
<hr />
<p dir="auto">This has come up often before, see here:</p>
<ul>
<li><a href="http://developers.maxon.net/forum//post/63608">http://developers.maxon.net/forum//post/63608</a></li>
<li><a href="https://developers.maxon.net/forum/topic/14319/does-xref-or-xref-simple-are-now-accessible-with-python" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.maxon.net/forum/topic/14319/does-xref-or-xref-simple-are-now-accessible-with-python</a></li>
<li><a href="http://developers.maxon.net/forum//post/63554">http://developers.maxon.net/forum//post/63554</a></li>
</ul>
<p dir="auto">But from back in 2020 through 2022 these remained lingering with "impossible". But hey, the future is bright and now. How do we do this? (From Python)</p>
]]></description><link>http://developers.maxon.net/forum/topic/15728/update-xref-filepath-without-user-interaction</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 03:14:30 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15728.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Sep 2024 15:26:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Update Xref filepath without user interaction on Thu, 26 Sep 2024 07:48:16 GMT]]></title><description><![CDATA[<p dir="auto">Hey BigRoy, sadly it's still impossible, I will start the discussion again, thanks for the reminder.</p>
<p dir="auto">Cheers,<br />
Maxime.</p>
]]></description><link>http://developers.maxon.net/forum/post/75011</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/75011</guid><dc:creator><![CDATA[m_adam]]></dc:creator><pubDate>Thu, 26 Sep 2024 07:48:16 GMT</pubDate></item></channel></rss>