DestinyPlayer
DestinyPlayer
Huh, that is indeed an issue. I guess I'll cross post this to the Chunk Animator issue tracker as well, since this seems to ONLY happen when Immersive Portals and...
As of the latest version of Chunk Animator (1.2.4), the incompatibility has, supposedly, been fixed.
As far as I could tell no other errors, and I've been using the pattern that the hologram has been showing me, both for the Orlin gate and the Milky...
Okay, after about half an hour of adding mods to a testing pack one by one, I found the incompatibility. It's TheBetweenlands. I can only assume that the issue is...
Okay, no. It's even worse. It's a combination issue between AUNIS, the BEtweenlands, and at least one of my optimization mods. Continuing testing.
Okay. What the hell. After a while of toggling each optimization mod on and off, trying to find the exact combination of mods that breaks things, I can no longer...
Okay. I no longer get what is happening, because I just booted up the original pack, made a new world, and the models formed. On the old testing world the...
```python import bpy context = bpy.context obj = context.object if obj.type == "ARMATURE": print("Armature got!") arm = obj.data print("Try to detect an object's custom properties") if len(arm.keys()) > 1: print("Object",obj.name,"custom...