benno1237 / MinePI

Minecraft utility library
MIT License
20 stars 8 forks source link

Skin renders with some parts of arms missing. #6

Closed MinekPo1 closed 1 year ago

MinekPo1 commented 3 years ago

Render arguments:

render = await MinePI.render_3d_skin(skin_image=skin,
    ratio=15,
    hr=180,
    aa=True,
)

Render:

image

Render in launcher:

image

Skin:

skin

Excuse my minimal word use, but I am slightly tired at the moment.

benno1237 commented 3 years ago

Sorry for my late answer. I thought I would rather try and fix the actual issue. Just pushed a new release to my development branch with hopefully all the required things in place. I didnt find much time to test it so any feedback is highly appreciated. To install from my development branch use the following command: pip install git+https://github.com/benno1237/MinePI.git@develop#egg=MinePI --force-reinstall --no-cache-dir The usage didnt change compared to the previous release. My detection system for slim skins is rather bad so let me know if anything should break please. Thanks for using the lib, cheers!

benno1237 commented 3 years ago

Just updated once again to fix the arms. Consider updating.

benno1237 commented 1 year ago

Going to close this as it was fixed in the latest release. Please refer to the docs (https://minepi.readthedocs.io/en/latest/) before updating. The library structure changed quite a lot.