Parameters: |
- filepath (string, (optional)) – File Path, Filepath used for importing the file
- use_ngons (boolean, (optional)) – NGons, Import faces with more then 4 verts as fgons
- use_edges (boolean, (optional)) – Lines, Import lines and faces with 2 verts as edge
- use_smooth_groups (boolean, (optional)) – Smooth Groups, Surround smooth groups by sharp edges
- use_split_objects (boolean, (optional)) – Object, Import OBJ Objects into Blender Objects
- use_split_groups (boolean, (optional)) – Group, Import OBJ Groups into Blender Objects
- use_groups_as_vgroups (boolean, (optional)) – Poly Groups, Import OBJ groups as vertex groups.
- use_rotate_x90 (boolean, (optional)) – -X90, Rotate X 90.
- global_clamp_size (float in [0, 1000], (optional)) – Clamp Scale, Clamp the size to this maximum (Zero to Disable)
- use_image_search (boolean, (optional)) – Image Search, Search subdirs for any assosiated images (Warning, may be slow)
- split_mode (enum in [‘ON’, ‘OFF’], (optional)) – Smoothing
|