Unable to manually install Armory SDK
See original GitHub issueI am trying to manually install the Armory SDK through Python in a newer version of Blender 2.8 than the version that the SDK comes with. But I get the following errors:
Error: Traceback (most recent call last):
File "/home/amir/.config/blender/2.80/scripts/addons/armory.py", line 205, in execute
start.register(local_sdk=local_sdk)
File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/start.py", line 22, in register
arm.props_traits_props.register()
File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/arm/props_traits_props.py", line 36, in register
bpy.utils.register_class(ArmTraitPropList)
RuntimeError: Error: 'ArmTraitPropList' doesn't contain '_UL_' with prefix & suffix
location: /home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py:200
Traceback (most recent call last):
File "<blender_console>", line 1, in <module>
File "/home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py", line 200, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
File "/home/amir/.config/blender/2.80/scripts/addons/armory.py", line 205, in execute
start.register(local_sdk=local_sdk)
File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/start.py", line 22, in register
arm.props_traits_props.register()
File "/home/amir/Desktop/armory/blender-2.80/armsdk//armory/blender/arm/props_traits_props.py", line 36, in register
bpy.utils.register_class(ArmTraitPropList)
RuntimeError: Error: 'ArmTraitPropList' doesn't contain '_UL_' with prefix & suffix
location: /home/amir/Desktop/armory/blender-2.80/2.80/scripts/modules/bpy/ops.py:200
And here are the steps I followed to install it:
1- copy Armory sdk into Blender’s directory 2- Execute the following commands in Blender’s Python console:
bpy.ops.preferences.addon_install(filepath='armsdk/armory/blender/addon/armory.py')
bpy.ops.preferences.addon_enable(module='armory')
user_prefs = bpy.context.preferences
addon_prefs = user_prefs.addons['armory'].preferences
addon_prefs.sdk_path = 'armsdk'
bpy.ops.arm_addon.start() #this throws and error
@luboslenco Am I doing something wrong?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Unable to manually install Armory SDK in Blender 2.8
I am trying to manually install the Armory SDK in a newer version (that the one that Armory 0.6 is coming with) of...
Read more >Armoury Crate framework/core SDK updates failing to install?
For me, the latest Armory Crate caused one core to be completely consumed by a Windows WMI instrumentation service. I had to uninstall...
Read more >How to install Armory 3D UPDATED - YouTube
In this video I will show you how to install armory 3d 2 different ways to avoid the Armory ... Your browser can't...
Read more >Asus Armoury Crate Installation Problem? How to ... - YouTube
... a solution to Asus Armoury Crate Installation problems? and how to download & install the Arm... ... Your browser can't play this...
Read more >How To Install Armory In Blender 2.8 - YouTube
Link to Blender: https://www.blender.org/Link to Armory : https://armory3d.org/ Join this channel to get access to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will try to fix few day 😉 if I can 👍
There ya go: https://github.com/armory3d/armory/pull/1236 🎊