Blender-O3D-IO-Public icon indicating copy to clipboard operation
Blender-O3D-IO-Public copied to clipboard

A plugin supporting blender 2.79.x-3.x.x for importing and exporting OMSI .sco, .cfg, and .o3d files

Results 56 Blender-O3D-IO-Public issues
Sort by recently updated
recently updated
newest added

https://github.com/space928/Blender-O3D-IO-Public/blob/5fafb1729bbcf4aae21423b1361fd830c2eeebcc/o3d_io/io_o3d_import.py#L338 ```python # ============================================================================== # Copyright (c) 2022 Thomas Mathieson. # ============================================================================== import time from math import radians import bpy import os if not (bpy.app.version[0] < 3 and bpy.app.version[1] <...

enhancement
todo

https://github.com/space928/Blender-O3D-IO-Public/blob/5fafb1729bbcf4aae21423b1361fd830c2eeebcc/o3d_io/io_o3d_import.py#L335 ```python # ============================================================================== # Copyright (c) 2022 Thomas Mathieson. # ============================================================================== import time from math import radians import bpy import os if not (bpy.app.version[0] < 3 and bpy.app.version[1] <...

enhancement
todo
backlog

mat.specular_tint = 0 # (sepcR, sepcG, sepcB) have a "diffuse" item diff_tex.use_map_alpha = True else: mat.alpha_texture.image = diff_tex.texture.image https://github.com/space928/Blender-O3D-IO-Public/blob/5fafb1729bbcf4aae21423b1361fd830c2eeebcc/o3d_io/io_o3d_import.py#L273 ```python # ============================================================================== # Copyright (c) 2022 Thomas Mathieson. # ==============================================================================...

bug
wontfix
todo

### Describe the bug I can't import 2 or more .o3d files in blender 3.6

bug
needs triage

### Describe the bug A clear and concise description of what the bug is. Plugin fails to import any model or map files and gives a error. ### To Reproduce...

bug
needs triage

Error (Attribute Error) Mesh has no normal spilt. Any o3d files tested cannot be imported. The o3d were normal.

bug
needs triage