expre-gen/blender/3.4/scripts/addons/object_print3d_utils/report.py
2025-10-17 09:47:23 +08:00

15 lines
168 B
Python

# SPDX-License-Identifier: GPL-2.0-or-later
# Report errors with the mesh.
_data = []
def update(*args):
_data[:] = args
def info():
return tuple(_data)