This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:faq:start [2024/05/13 00:57] – [Is it possible to have parameters depend on other parameters?] yussuna | en:faq:start [2025/05/26 22:15] (current) – just reorded Session, and some BBcode fix yussuna | ||
---|---|---|---|
Line 11: | Line 11: | ||
* Donations through [[https:// | * Donations through [[https:// | ||
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |
==== Commercial use is allowed? ==== | ==== Commercial use is allowed? ==== | ||
* You are free to use commercially. License is BSD 2-clause. | * You are free to use commercially. License is BSD 2-clause. | ||
Line 19: | Line 19: | ||
* Windows, macOS, Linux. | * Windows, macOS, Linux. | ||
+ | ==== Is Inochi2D compatible with Live2D models? ==== | ||
+ | * **No**. Different programs, different filetypes. | ||
+ | |||
+ | ==== Why Inochi2D uses Dlang? ==== | ||
+ | * It’s incredibly flexible, can be molded to be anything you need easily. Its syntax and design is familiar to anyone who’s used a C like language. So it’s easy for new developers to get into. | ||
Line 24: | Line 29: | ||
===== Inochi Creator ===== | ===== Inochi Creator ===== | ||
Frequently asked questions about [[en: | Frequently asked questions about [[en: | ||
- | if you have a question that is not yet listed here, then you can ask in the Help thread on the Inochi2D discord | + | if you have a question that is not yet listed here, then you can [[https:// |
Line 46: | Line 51: | ||
==== Is there any free model to train rig or example psd files to check how model should be cut? ==== | ==== Is there any free model to train rig or example psd files to check how model should be cut? ==== | ||
* Inochi2D has example psd files. You can download them on [[https:// | * Inochi2D has example psd files. You can download them on [[https:// | ||
+ | |||
+ | ==== What are specifications to import KRA file? ==== | ||
+ | * Model .kra need to be: only raster layers, 8 bit. [[https:// | ||
+ | |||
+ | |||
+ | ==== How do you copy mesh to another part? ==== | ||
+ | * To copy mesh from one art layer to another, '' | ||
==== How do you copy and paste a deform from one parameter to another? ==== | ==== How do you copy and paste a deform from one parameter to another? ==== | ||
* :!: Requires Flip Pair Configuration :!: Requires same number of keypoints :!: | * :!: Requires Flip Pair Configuration :!: Requires same number of keypoints :!: | ||
* Click on engine icon of parameter you want to copy, then click on '' | * Click on engine icon of parameter you want to copy, then click on '' | ||
+ | |||
==== How do you auto mesh something small & detailed, like lips? ==== | ==== How do you auto mesh something small & detailed, like lips? ==== | ||
- | * FIXME | + | * Small and detailed parts (specially if it's too thin) will never make perfect auto mesh. But you can get better results when using '' |
==== Is there an Inochi Creator equivalent of the Live2D warp-deformer? | ==== Is there an Inochi Creator equivalent of the Live2D warp-deformer? | ||
Line 67: | Line 80: | ||
==== Does PSD/KRA importing preserve the files folder/ | ==== Does PSD/KRA importing preserve the files folder/ | ||
- | * Short answer is no, but this functionality is implemented in code, just not exposed on the user interface. If you are technically able, find these lines in source, change | + | * Yes, you need to go to '' |
- | < | + | |
- | // inochi-creator/ | + | |
- | incImportPSD(file, | + | |
- | // inochi-creator/ | + | |
- | incImportKRA(file, | + | |
- | </ | + | |
==== I get an error (Additional Layer Information section seems to be corrupt, signature does not match " | ==== I get an error (Additional Layer Information section seems to be corrupt, signature does not match " | ||
{{ : | {{ : | ||
- | * The software you're using may be exporting PSD files in a way that Inochi Creator does not support yet. For now a free software you can use to export Inochi2D compatible PSDs is [[https:// | + | * The software you're using may be exporting PSD files in a way that Inochi Creator does not support yet. For now a free software you can use to export Inochi2D compatible PSDs is [[https:// |
- | * Double check all your layers are raster only and do not have any vector layers. Inochi2D only supports raster art at this time. | + | * Double check all your layers are raster only and do not have any vector layers. Inochi2D** only supports raster** art at this time. |
==== What art softwares are known to export PSD files that Inochi Creator does not support yet? ==== | ==== What art softwares are known to export PSD files that Inochi Creator does not support yet? ==== | ||
* Fire Alpaca, Medibang, ibisPaint, Affinity Designer, Sketchbook, SAI, and Procreate. | * Fire Alpaca, Medibang, ibisPaint, Affinity Designer, Sketchbook, SAI, and Procreate. | ||
+ | ==== I imported KRA file and it has some weird black boxes ==== | ||
+ | * ([[https:// | ||
+ | * Check if all layers in KRA file are raster layers | ||
+ | * Check if there' | ||
+ | |||
+ | ==== There' | ||
+ | * [[https:// | ||
+ | * Select Puppet on Nodes, go to Inspector and check "Use Point Filtering" | ||
+ | |||
+ | ==== I'm getting a " | ||
+ | * Usually this can happen when you merge PSD or KRA file to your model. It's safer to merge with PNG. | ||
+ | * Sometimes can be fixed with [[https:// | ||
+ | |||
+ | ==== When I use PSD/ KRA merge, Creator crashes ==== | ||
+ | * Make sure to not replace any parts (make sure layers don't have same names: no arrows when merging) | ||
==== Does Creator have proportional editing? ==== | ==== Does Creator have proportional editing? ==== | ||
* Not currently, but is planned | * Not currently, but is planned | ||
Line 88: | Line 110: | ||
==== When I drag something into Creator it says it can't load? ==== | ==== When I drag something into Creator it says it can't load? ==== | ||
* Dragging and dropping is reserved for specific things, you can try doing File -> Open and then selecting your file | * Dragging and dropping is reserved for specific things, you can try doing File -> Open and then selecting your file | ||
+ | |||
+ | ==== What does the Grid Vertex tool do? ==== | ||
+ | * Quickly create grid-shaped mesh (it's not perspective grid tool). | ||
==== How do I increase the subdivisions in the grid tool? ==== | ==== How do I increase the subdivisions in the grid tool? ==== | ||
Line 103: | Line 128: | ||
==== How move vertices by smaller increments? ==== | ==== How move vertices by smaller increments? ==== | ||
* Hold down ALT and move the vertices | * Hold down ALT and move the vertices | ||
- | |||
- | ==== What does the Grid Vertex tool do? ==== | ||
- | * FIXME | ||
==== How do you change how physics behaves? ==== | ==== How do you change how physics behaves? ==== | ||
Line 112: | Line 134: | ||
==== How do I flip something in Creator? ==== | ==== How do I flip something in Creator? ==== | ||
* Set scale to '' | * Set scale to '' | ||
+ | |||
+ | |||
+ | |||
===== Inochi Session ===== | ===== Inochi Session ===== | ||
Frequently asked questions about [[en: | Frequently asked questions about [[en: | ||
+ | |||
+ | ==== Which webcam should I use for face-tracker? | ||
+ | * Any webcam that is at least 1080p should be fine | ||
+ | * Lighting matters more | ||
+ | |||
==== What face-trackers work with Inochi Session? ==== | ==== What face-trackers work with Inochi Session? ==== | ||
- | * OpenSeeFace, | + | * OpenSeeFace, |
+ | |||
+ | |||
+ | ==== How do I set up mouth tracking in Inochi Session? ==== | ||
+ | * For simple mouth tracking: '' | ||
+ | * '' | ||
+ | * '' | ||
==== Can you toggle expressions? | ==== Can you toggle expressions? | ||
Line 124: | Line 160: | ||
==== Is it possible to make a tracking lost animation? ==== | ==== Is it possible to make a tracking lost animation? ==== | ||
* Yes, it needs to be named '' | * Yes, it needs to be named '' | ||
+ | |||
+ | ==== Is there an option to stay at some pose when tracking is lost in Inochi Session? ==== | ||
+ | * If you name an animation '' | ||
==== Is there a way to make face-tracking less snappy? ==== | ==== Is there a way to make face-tracking less snappy? ==== | ||
Line 133: | Line 172: | ||
==== How to make idle animation loop that doesn' | ==== How to make idle animation loop that doesn' | ||
- | * Right click the name of parameter, then click Expression Binding. Below dampen there' | + | * '' |
==== How do I oscillate something up and down? ==== | ==== How do I oscillate something up and down? ==== | ||
Line 140: | Line 179: | ||
==== Is there any way to understand easily those math expressions? | ==== Is there any way to understand easily those math expressions? | ||
* You should write down math expression on this [[https:// | * You should write down math expression on this [[https:// | ||
- | ==== Is there an option to stay at some pose when tracking is lost in Inochi Session? ==== | ||
- | * If you name an animation tracking_lost, | ||