expre-gen/blender/3.4/scripts/addons/object_print3d_utils/report.py

15 lines
168 B
Python
Raw Permalink Normal View History

2025-10-17 09:47:23 +08:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Report errors with the mesh.
_data = []
def update(*args):
_data[:] = args
def info():
return tuple(_data)