Greetings.
Is there a way to issue commands to ZBrush from an external (C#) app, like an automation interface, or something like that?
I mean, it seems that GoMax and GoZ seem to do something like that, from the max side…
My objective with this would be to create an external app to read some advanced data from an Intuos tablet and send it back into ZB, in order to be able to use stuff like Airbrush wheel, inclination and tool id.
This app would let the user bind functionalities to the airbrush wheel (like zIntensity, draw size, rgb intensity, etc) and would keep track of the last brush settings before changing from the airbrush to the grip pen, and back, so that I can have them working like two different tools without the need to reconfigure.
To achieve this, I would need to:
- Externally set ZIntensity, RGB Intensity, Draw Size, etc.
- Read the current brush
- Set the current brush
- And, for an absolute plus, set the inclination parameter of the current brush
Any help with any of these topics will be greatly appreciated.