• ZBP file format

    windows 2024 c++
    2
    0 Votes
    2 Posts
    939 Views
    i_mazlovI
    Hi @madfx, Welcome to the Maxon developers forum and its community, it is great to have you with us! Getting Started Before creating your next postings, we would recommend making yourself accustomed with our forum and support procedures. You did not do anything wrong, we point all new users to these rules. Forum Overview: Provides a broad overview of the fundamental structure and rules of this forum, such as the purpose of the different sub-forums or the fact that we will ban users who engage in hate speech or harassment. Support Procedures: Provides a more in detail overview of how we provide technical support for APIs here. This topic will tell you how to ask good questions and limits of our technical support. Forum Features: Provides an overview of the technical features of this forum, such as Markdown markup or file uploads. It is strongly recommended to read the first two topics carefully, especially the section Support Procedures: How to Ask Questions. About your First Question I'm sorry for the delayed answer. Unfortunately there's no existing public API that would allow you to do that. Cheers, Ilia
  • Discussion on the feasibility of exporting FBX through zscript

    c++ windows 2024
    6
    0 Votes
    6 Posts
    1k Views
    ferdinandF
    Hey @qq475519905, 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 RoutineCall to achieve what you are doing. You cannot escape any GUI associated with such call. Cheers, Ferdinand
  • customize ZBrush add-on

    windows 2024
    3
    0 Votes
    3 Posts
    936 Views
    L
    @m_adam thanks for your prompt response. I'm looking forward to hearing from you.
  • ZBrush 2024 FileExecute Issue

    windows 2024 c++
    3
    0 Votes
    3 Posts
    1k Views
    B
    Thank you for the detailed reply, @i_mazlov! I was unable to determine the root cause of the issue, however I was able to work around it by preloading direct dependencies with a FileExecute call and using the SearchPath Windows function to locate the runtime dependency DLLs and pass the absolute paths to LoadLibrary (I'm aware this is not recommended, but should be fine for this internally used plugin). I couldn't find anything in the newly added Maxon options that appeared to affect the loading behavior. My only remaining theory is that the new licensing process is indirectly triggering this behavior: LoadLibrary function returns STATUS_DLL_NOT_FOUND error on impersonate thread in Windows https://learn.microsoft.com/en-us/troubleshoot/windows-client/setup-upgrade-and-drivers/loadlibrary-function-returns-status-dll-not-found-error-impersonate-thread Thanks again! Nick
  • SDK ZBRUSH DOWNLOAD

    c++ 2024
    4
    0 Votes
    4 Posts
    2k Views
    ferdinandF
    Hey @VICTOR_PEREZ, The ZBrush GoZ SDK is the only ZBrush SDK there currently is. There is no dedicated C++ SDK for ZBrush at the moment. Although most GoZ bridges are realized in C++ due to the hefty throughput requirements that come with geometry data as dense as ZBrush data usually is. Cheers, Ferdinand