<?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[Hide RenderPost settings]]></title><description><![CDATA[<p dir="auto">For our plugin VideoPost we would like to hide the unused render settings, just like the Redshift VideoPost does.<br />
These are the settings we would like to hide:<br />
<img src="/forum/assets/uploads/files/1757924553552-20307cf7-ce96-4132-8fa3-5152f91120a9-image.png" alt="20307cf7-ce96-4132-8fa3-5152f91120a9-image.png" class=" img-fluid img-markdown" /><br />
This it what it looks like for Redshift:<br />
<img src="/forum/assets/uploads/files/1757924587968-46ecd076-0a5d-45ce-bd90-001b544631db-image.png" alt="46ecd076-0a5d-45ce-bd90-001b544631db-image.png" class=" img-fluid img-markdown" /><br />
I am unable to find how to do this, could you help us please? Thank you.</p>
]]></description><link>http://developers.maxon.net/forum/topic/16327/hide-renderpost-settings</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 20:33:17 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/16327.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Sep 2025 08:24:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hide RenderPost settings on Thu, 18 Sep 2025 08:52:08 GMT]]></title><description><![CDATA[<p dir="auto">Thank you both!</p>
]]></description><link>http://developers.maxon.net/forum/post/76824</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76824</guid><dc:creator><![CDATA[npwouters]]></dc:creator><pubDate>Thu, 18 Sep 2025 08:52:08 GMT</pubDate></item><item><title><![CDATA[Reply to Hide RenderPost settings on Tue, 16 Sep 2025 11:29:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dunhou">@<bdi>Dunhou</bdi></a> said in <a href="/forum/post/76821">Hide RenderPost settings</a>:</p>
<blockquote>
<p dir="auto">I think you need to override <a href="https://developers.maxon.net/docs/cpp/2026_0_0/classcinema_1_1_video_post_data.html#a55bae2444e781eaf3f8e4d3afdc4fcbc" target="_blank" rel="noopener noreferrer nofollow ugc">RenderEngineCheck</a> to false, the document said:</p>
<pre><code class="language-cpp">Bool MyRenderer::RenderEngineCheck(const BaseVideoPost* node, Int32 id) const
{
  switch (id)
  {
    case RENDERSETTING_STATICTAB_MULTIPASS:
    case RENDERSETTING_STATICTAB_ANTIALIASING:
    case RENDERSETTING_STATICTAB_OPTIONS:
    case RENDERSETTING_STATICTAB_STEREO:
      return false;
  }
 
  return true;
}
</code></pre>
<p dir="auto">Cheers~<br />
DunHou</p>
</blockquote>
<p dir="auto">Thanks that's indeed the correct way to do it</p>
<p dir="auto">Cheers,<br />
Maxime.</p>
]]></description><link>http://developers.maxon.net/forum/post/76822</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76822</guid><dc:creator><![CDATA[m_adam]]></dc:creator><pubDate>Tue, 16 Sep 2025 11:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to Hide RenderPost settings on Tue, 16 Sep 2025 04:28:08 GMT]]></title><description><![CDATA[<p dir="auto">I think you need to override <a href="https://developers.maxon.net/docs/cpp/2026_0_0/classcinema_1_1_video_post_data.html#a55bae2444e781eaf3f8e4d3afdc4fcbc" target="_blank" rel="noopener noreferrer nofollow ugc">RenderEngineCheck</a> to false, the document said:</p>
<pre><code class="language-cpp">Bool MyRenderer::RenderEngineCheck(const BaseVideoPost* node, Int32 id) const
{
  switch (id)
  {
    case RENDERSETTING_STATICTAB_MULTIPASS:
    case RENDERSETTING_STATICTAB_ANTIALIASING:
    case RENDERSETTING_STATICTAB_OPTIONS:
    case RENDERSETTING_STATICTAB_STEREO:
      return false;
  }
 
  return true;
}
</code></pre>
<p dir="auto">Cheers~<br />
DunHou</p>
]]></description><link>http://developers.maxon.net/forum/post/76821</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76821</guid><dc:creator><![CDATA[Dunhou]]></dc:creator><pubDate>Tue, 16 Sep 2025 04:28:08 GMT</pubDate></item><item><title><![CDATA[Reply to Hide RenderPost settings on Mon, 15 Sep 2025 19:03:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/m_adam">@<bdi>m_adam</bdi></a> No problem, thank you <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/76820</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76820</guid><dc:creator><![CDATA[npwouters]]></dc:creator><pubDate>Mon, 15 Sep 2025 19:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to Hide RenderPost settings on Mon, 15 Sep 2025 16:32:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/npwouters">@<bdi>npwouters</bdi></a> I'm sorry I've very limited time, right now I will try to have a look at it tomorrow (just that you do not think we have forgotten you) or in worse case Wednesday.</p>
<p dir="auto">Cheers,<br />
Maxime.</p>
]]></description><link>http://developers.maxon.net/forum/post/76819</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76819</guid><dc:creator><![CDATA[m_adam]]></dc:creator><pubDate>Mon, 15 Sep 2025 16:32:10 GMT</pubDate></item></channel></rss>