Fragment zbrush.commands.curves_to_ui

Code fragment for zbrush.commands.curves_to_ui.

zbrush.commands.curves_to_ui

Copies the current list of curves to the active brush.

Code

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

from zbrush import commands as zbc

# Copies the ZScript curves to the UI.
zbc.curves_to_ui()