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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/io/export_obj.py')
-rw-r--r--release/scripts/io/export_obj.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/io/export_obj.py b/release/scripts/io/export_obj.py
index 1e8a152e91f..641ebec3150 100644
--- a/release/scripts/io/export_obj.py
+++ b/release/scripts/io/export_obj.py
@@ -916,13 +916,13 @@ Currently the exporter lacks these features:
class EXPORT_OT_obj(bpy.types.Operator):
'''Save a Wavefront OBJ File'''
- __idname__ = "export.obj"
- __label__ = 'Export OBJ'
+ bl_idname = "export.obj"
+ bl_label = 'Export OBJ'
# List of operator properties, the attributes will be assigned
# to the class instance from the operator settings before calling.
- __props__ = [
+ bl_props = [
bpy.props.StringProperty(attr="path", name="File Path", description="File path used for exporting the OBJ file", maxlen= 1024, default= ""),
# context group