You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import os
import mathutils
import math
for root, dir, files in os.walk([Data/Meshes/Terrain folder]):
for file in files:
print(root, file)
bpy.ops.import_scene.nifly(filepath = root + "\\" + file)
Could be used to import Terrain LODs automatically.
Could be used to import Terrain LODs automatically.