Skip to content

Conversation

@cueki
Copy link

@cueki cueki commented Dec 19, 2025

Previously:

kv1 = kvpp.KV1(test1)[0]  # immediately GC'd
kv2 = kvpp.KV1(test2)[0]

print(kv1['$basetexture'].value)  # nothing

Now we use KV1Writer as the Python KV1 class. Each element owns its data, so it works correctly :D.

@craftablescience craftablescience added the bug Something isn't working label Dec 19, 2025
@craftablescience
Copy link
Owner

pip build isn't properly updated, very very sorry 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants