Fragment zbrush.commands.press

Code fragment for zbrush.commands.press.

zbrush.commands.press

Brings a button into its pressed state.

Code

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

from zbrush import commands as zbc

# Press the "Move" button in the "Transform" palette.
zbc.press("Transform:Move")