Live2d-py

Latest version: v0.2.4

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.0alpha

* 音量控制
* 使用 waveOutSetVolume api 控制输出音量
* 修复模式
* 开启后会检测模型的动作文件参数是否正确,如果不正确会对参数进行修正并保存。此功能用于应对[5](https://github.com/Arkueid/Live2DMascot/issues/5)
* 不保证能成功加载所有模型,因为目前我测试的模型数量有限,只能依靠使用者帮忙提issue了
* 开启后可能增加模型加载时间,修复模式下加载的模型,第二次加载可以不需要开启修复模式。
* Cubism SDK更新为R6,后续考虑加入moc3文件安全性检测

0.2.4

同步更新 PyPI

<details>
<summary>添加 <code>Part</code> 透明度控制</summary>

python
class LAppModel:
...

def GetPartCount() -> int:
pass

def GetPartId(index: int) -> str:
pass

def GetPartIds() -> list[str]:
pass

def SetPartOpacity(index: int, opacity: float) -> None:
pass


用例:

python
log.Debug(f"Part Count: {model.GetPartCount()}")
partIds = model.GetPartIds()
log.Debug(f"Part Ids: {partIds}")

0.2.3

2024/9/24
* 更正`HitTest`的参数类型
* 移除动态库内全局动作回调函数
* 添加`live2d.clearBuffer`的可选背景色参数 by [96bearli]
* 修正`live2d.utils.log.logEnable`与动态库的状态同步
* 修复简易面捕的抖动问题 by [96bearli]

[96bearli]: https://github.com/96bearli

0.2.2alpha

添加:
* 工作流:PyPi发布

三种安装方式:
shell
pip install live2d-py -v


shell
pip install live2d_py-0.2.2.tar.gz -v


shell
pip install live2d_py-0.2.2-cp310-cp310-win32.whl

0.2.1alpha

修复
* [有时启动失败的的问题](https://github.com/Arkueid/Live2DMascot/issues/3)
* 番剧列表初次加载频闪问题
* 网络请求模块无网络时导致程序崩溃

0.2.0alpha

自定义聊天服务器接口

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.