Fragment zbrush.commands.get_flags

Code fragment for zbrush.commands.get_flags.

zbrush.commands.get_flags

[Private] Returns the status flags of the specified interface item.

Code

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

from zbrush import commands as zbc

flags: int = zbc.get_flags("Light:Light Placement")