Blender asset importer for Project SEKAI (JP: プロジェクトセカイ カラフルステージ! feat.初音ミク) asset bundles.
Tested on Blender 4.0.3
, 4.2.0 Alpha
, 4.2.0 LTS
, 4.3.0 Alpha
live_pv
and streaming_live
assets)PRs are welcome for additions.
You can find your language code by entering bpy.app.translations.locale
in the Blender Python console.
Currently supported languages and maintainers:
C:\Program Files (x86)\Steam\steamapps\common\Blender\4.0\python\bin\python.exe
)
...\python\bin
), run the following (in a command prompt. In Windows you can press Shift+Mouse Right Click to open up a new Terminal/Powershell Prompt)
.\python -m ensurepip
.\python -m pip install --no-user -U sssekai
.\python.exe -m pip show sssekai
and look for the Location
field. It should be in your Blender's Python Scripts
directory.
Name: sssekai
Version: 0.4.4
Summary: Project SEKAI Asset Utility / PJSK 资源下载 + Live2D, Spine, USM 提取
Home-page: https://github.com/mos9527/sssekai
Author: greats3an
Author-email: greats3an@gmail.com
License:
Location: C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\python\Lib\site-packages
Requires: coloredlogs, msgpack, pycryptodome, python-json-logger, requests, tqdm, unitypy, wannacri
Required-by:
--no-user
can help to avoid this issueC:\Users\mos9527\AppData\Roaming\Python\Python311
, due to permission issues
Program Files
directory. Without admin rights, the script will be installed in the user directory - which cannot be accessed by Blender.sssekai
, and its dependencies
C:\Users\mos9527\AppData\Roaming\Python\Python311
in the example).\python -m pip freeze sssekai > ~\sssekai.txt
.\python -m pip uninstall -r ~\sssekai.txt
You may want to expand ~
to your actual user directory.
Win + X -> Terminal/Powershell (Admin)
), navigate to your Blender Python path again, and reinstall with .\python -m pip install -U sssekai
Edit > Preferences > Add-ons > Install...
and select the zip file you just downloaded.SSSekai
See the wiki page!
The plugin is observed to work with other Unity games as well. But such compatibility is not guaranteed, and WILL NOT receive support from the author in full capacity.
MIT