Fragment zbrush.commands.config

Code fragment for zbrush.commands.config.

zbrush.commands.config

Sets ZBrush to the configuration associated with the given version.

Code

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

from zbrush import commands as zbc

# Set ZBrush to its 2026 release configuration.
zbc.config(2026)