Fragment zbrush.commands.message_ok

Code fragment for zbrush.commands.message_ok.

zbrush.commands.message_ok

Displays a message dialog with a button to accept the message.

Code

"""Code fragment for zbrush.commands.message_ok.
"""
__author__ = "Ferdinand Hoppe"
__date__ = "16/10/2025"
__copyright__ = "Maxon Computer"

from zbrush import commands as zbc

zbc.message_ok("This is my message", "This is the title")