Fragment zbrush.commands.new_curves

Code fragment for zbrush.commands.new_curves.

zbrush.commands.new_curves

Creates a new curves list, deleting any previously created ones in the process.

Code

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

from zbrush import commands as zbc

# Starts a new curves list.
zbc.new_curves()