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

Unable to view armory in Blender 4.1 #3040

Open
Leonalx87 opened this issue Sep 1, 2024 · 1 comment
Open

Unable to view armory in Blender 4.1 #3040

Leonalx87 opened this issue Sep 1, 2024 · 1 comment

Comments

@Leonalx87
Copy link

Not sure if this is the right place to ask for support but I am not able to use Armory3d in Blender 4.1. It is the error message because armory is for blender 3.6 or I am missing something and it could be fixed?

Thank you!

Read prefs: "C:\Users\leona\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend"
Error in bpy.app.handlers.load_post[1]:
Traceback (most recent call last):
File "C:\Users\leona\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\armory.py", line 919, in on_load_post
restart_armory(bpy.context) # context is None, use bpy.context instead
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\leona\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\armory.py", line 914, in restart_armory
start_armory(sdk_path)
File "C:\Users\leona\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\armory.py", line 872, in start_armory
import start
File "C:\Program Files\armsdk/armory\blender\start.py", line 5, in
import arm.nodes_logic
File "C:\Program Files\armsdk/armory\blender\arm\nodes_logic.py", line 9, in
import arm.logicnode.arm_nodes as arm_nodes
File "C:\Program Files\armsdk/armory\blender\arm\logicnode_init_.py", line 7, in
import arm.logicnode.arm_nodes as arm_nodes
File "C:\Program Files\armsdk/armory\blender\arm\logicnode\arm_nodes.py", line 10, in
from arm.logicnode.arm_sockets import ArmCustomSocket
File "C:\Program Files\armsdk/armory\blender\arm\logicnode\arm_sockets.py", line 598, in
def _make_socket_interface(interface_name: str, bl_idname: str) -> Type[bpy.types.NodeSocketInterface]:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@Onek8
Copy link
Contributor

Onek8 commented Sep 8, 2024

Are you using the github repo?
This is the line that should fix the error for you
-> 277d5dd#diff-09b543c772604fb625ee9049f3dda3d1ef609c4415db15547946e3c3568780c4R598

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

2 participants