use import rather then assignment for loading '_' into scripts.

This commit is contained in:
2013-02-10 09:56:05 +00:00
parent b5962b7ccd
commit 3b8a0f3d67
11 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ import bpy
from bpy.types import Menu, Panel, UIList
from rna_prop_ui import PropertyPanel
_ = bpy.app.translations.pgettext
from bpy.app.translations import pgettext as _
def active_node_mat(mat):