Parameters: |
- filepath (string, (optional, never None)) – File Path, Filepath used for importing the file
- filter_glob (string, (optional, never None)) – filter_glob
- use_ngons (boolean, (optional)) – NGons, Import faces with more than 4 verts as ngons
- 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_image_search (boolean, (optional)) – Image Search, Search subdirs for any associated images (Warning, may be slow)
- split_mode (enum in [‘ON’, ‘OFF’], (optional)) –
Split
- ON Split, Split geometry, omits unused verts.
- OFF Keep Vert Order, Keep vertex order from file.
- global_clamp_size (float in [0, 1000], (optional)) – Clamp Scale, Clamp the size to this maximum (Zero to Disable)
- axis_forward (enum in [‘X’, ‘Y’, ‘Z’, ‘-X’, ‘-Y’, ‘-Z’], (optional)) – Forward
- axis_up (enum in [‘X’, ‘Y’, ‘Z’, ‘-X’, ‘-Y’, ‘-Z’], (optional)) – Up
|