<?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[Discussion on the feasibility of exporting FBX through zscript]]></title><description><![CDATA[<p dir="auto">I will implement a script to save the current scene to an FBX. Can this be done in zscript? If anyone knew, I would be extremely grateful!</p>
]]></description><link>http://developers.maxon.net/forum/topic/16086/discussion-on-the-feasibility-of-exporting-fbx-through-zscript</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:18:26 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/16086.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Mar 2025 08:53:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Discussion on the feasibility of exporting FBX through zscript on Tue, 11 Mar 2025 10:18:33 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/qq475519905">@<bdi>qq475519905</bdi></a>,</p>
<p dir="auto">sorry for the delay. As I said in the beginning, you can implement your own serializer using GoZ. But there is no dedicated exporter API in ZScript. I assume you are using some <code>RoutineCall</code> to achieve what you are doing. You cannot escape any GUI associated with such call.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/76113</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76113</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Tue, 11 Mar 2025 10:18:33 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion on the feasibility of exporting FBX through zscript on Sat, 08 Mar 2025 02:08:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a> Hello, I have created a simple export script using zscript, but every time I export it, a "FBX Export Options" window pops up. Do you want to allow direct export without setting up a window? I would greatly appreciate it if you could provide some suggestions!</p>
]]></description><link>http://developers.maxon.net/forum/post/76101</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76101</guid><dc:creator><![CDATA[qq475519905]]></dc:creator><pubDate>Sat, 08 Mar 2025 02:08:12 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion on the feasibility of exporting FBX through zscript on Fri, 07 Mar 2025 05:16:17 GMT]]></title><description><![CDATA[<p dir="auto">hello， I have created a simple script using zscript, but every time I export it, a 'FBX Export Options' window pops up. Do you want to allow direct export without a settings window? I would be very grateful if you could provide some tips!</p>
]]></description><link>http://developers.maxon.net/forum/post/76082</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76082</guid><dc:creator><![CDATA[qq475519905]]></dc:creator><pubDate>Fri, 07 Mar 2025 05:16:17 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion on the feasibility of exporting FBX through zscript on Thu, 06 Mar 2025 13:41:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/qq475519905">@<bdi>qq475519905</bdi></a>,</p>
<p dir="auto">ZScript does not have the capability to export scenes to FBX format directly. ZScript is primarily used for automating tasks within ZBrush and does not have extensive file I/O capabilities beyond what is needed for ZBrush-specific tasks.</p>
<p dir="auto">When you want to write a custom FBX exporter, you would have to use the <a href="https://developers.maxon.net/docs/zbrush/goz_sdk.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">GoZ ZBrush API</a>, this would allow you to use C++ or pretty much every other language (you have tagged this as C++). Writing an FBX exporter is however no trivial task.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/76071</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/76071</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Thu, 06 Mar 2025 13:41:02 GMT</pubDate></item></channel></rss>