Fragment zbrush.commands.has_next_filename

Code fragment for zbrush.commands.has_next_filename.

zbrush.commands.has_next_filename

Tests if a preset file name or path has been set.

Code

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

from zbrush import commands as zbc

if zbc.has_next_filename():
   filename = zbc.get_next_filename()