Igrium / mc-animation-blender

Blender addon for Minecraft Animation System
GNU General Public License v3.0
6 stars 3 forks source link

Incompatible with Blender 2.8x #2

Open juicebin opened 3 years ago

juicebin commented 3 years ago

Upon trying to add the Armorstand Rig, the rig does not appear and an error shows up instead:

Traceback (most recent call last):
  File "C:\Users\justi\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\mc_animation_blender\operator_add_armorstand.py", line 32, in execute
    directory=directory)
  File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\bpy\ops.py", line 201, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: 'C:\Program Files\Blender Foundation\Blender 2.83\mc_animation_blender\resources\armor_stand.blend\Collection\ArmorStand': not a library

location: <unknown location>:-1
juicebin commented 3 years ago

The problem is that this is not yet supported for Blender 2.8x!

If this could be opened until it's updated to do so that would be great, that way users can know.

juicebin commented 3 years ago

From what I've discovered, the main problem here is that the input path for armor_stand.blend is an absolute path rather than a relative path, meaning it will only work for those who have the same workspace as the developer.