Fragment zbrush.commands.randomize

Code fragment for zbrush.commands.randomize.

zbrush.commands.randomize

Reseeds the random number generator of ZBrush.

Code

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

from zbrush import commands as zbc

zbc.randomize(42) # Sets the new seed value 42.