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

material_shaders example broken #82

Open
curVV opened this issue Mar 13, 2024 · 0 comments
Open

material_shaders example broken #82

curVV opened this issue Mar 13, 2024 · 0 comments

Comments

@curVV
Copy link

curVV commented Mar 13, 2024

I would like to learn about shaders in Armory3D. The example armory3d/armory_examples/tree/master/material_shaders cannot be loaded in Blender. Error:

A node of type LNMathNode in tree "NodeTree" failed to be updated, because there is no (longer?) an update routine for this version of the node. Original exception:
Traceback (most recent call last):
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/replacement.py", line 237, in replace_all
    replace(tree, node)
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/replacement.py", line 151, in replace
    response = node.get_replacement_node(tree)
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/math/LN_math.py", line 136, in get_replacement_node
    raise LookupError()
LookupError


A node of type LNMathNode in tree "NodeTree" failed to be updated, because there is no (longer?) an update routine for this version of the node. Original exception:
Traceback (most recent call last):
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/replacement.py", line 237, in replace_all
    replace(tree, node)
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/replacement.py", line 151, in replace
    response = node.get_replacement_node(tree)
  File "/data1/ArmorySDK/armsdk/armory/blender/arm/logicnode/math/LN_math.py", line 136, in get_replacement_node
    raise LookupError()
LookupError

I would attempt to update it so it works in latest Armory3D, but Blender crashes after it displays that error.

Using Armory3D 2024.2, Blender 3.6.9.

(Example created with 2022.12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant