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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_scene_obj/import_obj.py')
-rw-r--r--io_scene_obj/import_obj.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/io_scene_obj/import_obj.py b/io_scene_obj/import_obj.py
index 9f5200ef..f5890d63 100644
--- a/io_scene_obj/import_obj.py
+++ b/io_scene_obj/import_obj.py
@@ -859,7 +859,9 @@ def get_float_func(filepath):
return float
-def load(operator, context, filepath,
+def load(context,
+ filepath,
+ *,
global_clamp_size=0.0,
use_smooth_groups=True,
use_edges=True,
@@ -868,7 +870,7 @@ def load(operator, context, filepath,
use_image_search=True,
use_groups_as_vgroups=False,
relpath=None,
- global_matrix=None,
+ global_matrix=None
):
"""
Called by the user interface or another script.