Advertisement
flwkjlwekjfs

Untitled

Jul 2nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import.py
  2.  
  3. import bpy
  4. full_path_to_file = "/tmp/dc.obj"
  5. bpy.ops.import_scene.obj(filepath=full_path_to_file)
  6.  
  7. blender -P import.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement