Fix #105067: Error drawing Copy Rotation Constraint UI #105095

Merged
Bastien Montagne merged 1 commits from pioverfour/blender:dp_fix_#105067 into blender-v3.5-release 2023-02-23 10:42:17 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
from bpy.types import Panel
from bpy.app.translations import contexts as i18n_contexts
class ObjectConstraintPanel: