ZBrushCentral

May I create UI use c# in zbrush plugin?

I want make plugin for my workmate . let them very simply and quikly finish his jobs.

First we make 3D model use Zbrush
and then export model and uploading to our company ERP system . so I want make plugin like what have Login UI in zbrush. uploading to ERP by button click in Zbrush

Hi,

Welcome to ZBC!

You can’t call a C# DLL directly from ZBrush. You will need to create a C++ wrapper that calls the C# function. I can’t help you with that but you may find this thread useful:

https://www.zbrushcentral.com/t/zplugin-with-c/308950

HTH,
Marcus

you mean my requirement is possible ?

Well, the user in the thread I linked to said he got it working. But it’s a lot simpler using C++.