Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing broken on Blender 4.0 #5

Open
andrewfullard opened this issue Dec 5, 2023 · 2 comments
Open

Importing broken on Blender 4.0 #5

andrewfullard opened this issue Dec 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@andrewfullard
Copy link
Owner

Traceback (most recent call last):
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 1141, in execute
    process_active_junk()
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 102, in process_active_junk
    meshName = processMeshChunk()
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 373, in processMeshChunk
    read_material_info_chunk(currentSubMesh)
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 430, in read_material_info_chunk
    set_up_textures(currentSubMesh.material)
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 621, in set_up_textures
    my_group = material_group_basic(
  File "C:\Users\Andrew\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_alamo_tools\import_alo.py", line 507, in material_group_basic
    node_group.inputs.new('NodeSocketColor', 'Team Color')
AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
@andrewfullard andrewfullard added the bug Something isn't working label Dec 5, 2023
@andrewfullard
Copy link
Owner Author

@PlayerSchark
Copy link

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants