Fix #105067: Error drawing Copy Rotation Constraint UI

The translation contexts module wasn't imported after c7611d61e8,
which caused an error and prevented some constraints' UI from being
displayed.

Pull Request #105095
This commit is contained in:
Damien Picard 2023-02-22 20:32:55 +01:00 committed by Gitea
parent 2c391f8877
commit e410fb4d3c

@ -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: