Add Chromium-only Blender WebEngine parity work
This commit is contained in:
11
blender-5.2.0/scripts/modules/bpy/utils/toolsystem.py
Normal file
11
blender-5.2.0/scripts/modules/bpy/utils/toolsystem.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
__all__ = (
|
||||
"ToolDef",
|
||||
)
|
||||
|
||||
# Until we untangle ToolDef from bl_ui internals,
|
||||
# use this module to document ToolDef.
|
||||
from bl_ui.space_toolsystem_common import ToolDef
|
||||
Reference in New Issue
Block a user