Skip to content

Auto import LOD terrain #393

@6ooflames

Description

@6ooflames
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions