Fragment zbrush.commands.delete_curves

Code fragment for zbrush.commands.delete_curves.

zbrush.commands.delete_curves

Deletes the current curves list.

Code

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

from zbrush import commands as zbc

# Deletes the current curves list.
zbc.delete_curves()