sleepybnuuy / bustomize

customize+ to blender plugin
2 stars 1 forks source link

Loading (Python) error for 1.1.0 #2

Open McLightningJo opened 1 month ago

McLightningJo commented 1 month ago

Hello! This extension seems to be what I'm looking for and I hope it'll help when I get it working.

Forgive me if I missed an important detail. I managed to get 1.0 working and the scaling in that version works as intended. It's when I try to use 1.1.0 that everything stops working. The only output are these error messages. The top two are 1.0 and the rest are 1.1.0

Error

I do have IVCS2 modifications, but its using the same skeleton/model(s) I've successfully exported numerous times before. And the fact the scaling worked with 1.0 makes me lean towards this not being the issue. But I don't know, it's likely those python lines those error messages are outputting.

Also I love your bnuuy

sleepybnuuy commented 1 month ago

hello! ty for reporting -- can you please share the customize+ template string you used for this? the python error here is smth to do with the changes in decoding for v1.1 vs 1.0

McLightningJo commented 1 month ago

H4sIAAAAAAAACs2bS5ObOBCAL/tDpjgPLvG08THJpmoOu5VKss8LJUA2Gl6zAlJxpea/rwTYxvYIZBuhnIYpC+lzP9StVvuXH9rvMEPaWvuIsqDOHwz74enP91/Mh48pDEMcPfz6/QURnKG8gqn2qL0nCFa4yD/Air1lAtPWDaAb9ldgrk1nDVYLF3i2tXR1sFwDQF/5rYjwBqPo7BXTZK8Y1tpwFsBwLbBcHV75I8f/1egposM9ELmeETo6Ch1Xt+0o1Ff2Buiua3nQ8hzPAIi+8VT+RXCFPpGiQmGF6JsbmJaIfpCHxTbHVdGbi45/V+So1NY/tGc/qQPMnr4SmJdp8+3Yv39rax1QMudR+0db06dH7d/m7+uj9rmo+uOaDy8GfQlhivNtN8ZYmN2YpdMNWjmvdFjuxwmsoE/4DNZ+dnM/veHcRgEWXjfG68Z4fYZUmEGfHuLZL1FQ+OHbDO3K7cxMJ/fpAjjnylg2yqDWUJQD1rDaz23dTdCMaUkuZAC5MrCnskZwLgDP6QEEXABrQiVcOERLkNU54rlDb2ZzMhU0Y+jf3vKpsuVLmBQDyx8sFzgHBZh3O6J7boUMgohD6FIoYIn9wY3RmcwdjU4ZRqcMs0+QKiYIhmSwkkZg9AkGZLCUTVBHiK+F85mlRKaWYHxPkhefY/yMB0TQ2mHjhoddQQoCEUZoniTogWuLb888/fLiZjC1BiqRwCRxcUXfvN2Dwnn24W6qQ2bGHvoQRC1EAgvJSjgmZt5pboi/+WWMidg25N19XNqLgD20EfGUYmwnYrHRkUXRWkM0hzs6b2tjT0AUE8yyJY0QqJMBtcYijHFO0+UND6LNaroNQhTDuiJD6kHQCot6iIirDnbUux7DvA2DX0mYESJQBvHsb3y0U+ueLYHSLWqrMl4mRb2F+VDO4B7qCXfHKp4pdhDpGIQulWLvEJzaln4obk3jEuYxch9D9z52b/wM7mrFntEgELUIOEFcw5iLAWUFq84rF4NaVdQZnOVgO4agVgrRT4KgVhFxEQ+VgGeRQopfxnKXORCgWo9QL4VavRQYgVprZARqd4UY5lD9nqD0nMsu0esEj+YLk1SAOddjfYwRYUxRC+dT0Jw6a6caKQVOc7bgAQwk9cZMBEQRAb2kTGgxfvB2ris3dE/3Xc2MYZArMHRpHIMXdW9Iw5IDIVIk78lCCkX4M4hC7L7gCDE9w0bkCv3KM/ctDKlyBgHfmIFBvS4EHGMGBtVyKAUbO0zJDEQ5g1jMMCQzEOUMYgFDNoNCOQR1Vfkp2lTczNo+uubxblUkk2FNvldcrzYkBG/jUZSrSfRrUVCa7kbaQk+zfZb63qqXYYqR5tDz+e1JrSOnvQcVhCQryMAR0Li00RsxWIN0N2h13jJ9JCHCJLoMlLaQH9QvPjAEiiTSukZ7FEQVBTsT7gp2NH+Jd6WIjThzcBCFHJs6qYO64Rg4Hi7lywPnFczgoEB6v3boGv5lySTfQXYZyGh41dUG5iAXebeSpzDcxgXj+DOQa1hMZ+HeDMNvX1gdfgmxlNNye8ECZ6h0DTR8nZhvqtZ8I4griEdRJDeGn4Go7JFPYEab5IeDTtcmLiX0NetP22YjvP7r6//1i+0TQjcAAA==

McLightningJo commented 1 month ago

Woops This is for Male Viera

sleepybnuuy commented 1 month ago

@McLightningJo this looks to be a temporary issue caused by the latest customize+ updates. some data inside the clipboard string related to version numbering has changed in shape, but hopefully it'll be reinstated soon on c+'s side. for now i would advise using 1.0 until I or they get a patch out

McLightningJo commented 1 month ago

I just saw the C+ github open the issue, thank you if that was you & thank you for looking into the issue!! :3

novice-coding-butterfly commented 4 days ago

I have a fix for this, but I am also looking into fixing some other issues I was having when importing scale (position being affected when It shouldn't), when that is fixed, I will do a PR.