Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « bpy_extras « modules « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1af9048ebfd3424e4d138777248f15d395bedf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0-or-later

# <pep8-80 compliant>

"""
Utility modules associated with the bpy module.
"""

__all__ = (
    "anim_utils",
    "asset_utils",
    "object_utils",
    "io_utils",
    "image_utils",
    "keyconfig_utils",
    "mesh_utils",
    "node_utils",
    "view3d_utils",
)