Site Tools


en:faq:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:faq:start [2024/05/13 01:06] – [What does the Grid Vertex tool do?] yussunaen:faq:start [2025/03/06 12:23] (current) – [When I use PSD/KRA merge, Creator crashes] created yussuna
Line 11: Line 11:
   * Donations through [[https://github.com/sponsors/LunaTheFoxgirl|GitHub]] will be 100% given to Luna.   * Donations through [[https://github.com/sponsors/LunaTheFoxgirl|GitHub]] will be 100% given to Luna.
   * [[https://www.patreon.com/LunaFoxgirlVT|Patreon]], 95%.   * [[https://www.patreon.com/LunaFoxgirlVT|Patreon]], 95%.
-  * [[https://lunafoxgirlvt.itch.io/inochi-creator|Itch.io]], 95%, where a $20 purchase will provide you a pre-compiled version of Inochi Creator with lifetime updates, and extra tip given will be converted into "community copies" for others to claim for free.+  * [[https://lunafoxgirlvt.itch.io/inochi-creator|Itch.io]], 95%, where a $30 purchase will provide you a pre-compiled version of Inochi Creator with lifetime updates.
 ==== 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 18: Line 18:
 ==== Which platforms are supported by Inochi2D? ==== ==== Which platforms are supported by Inochi2D? ====
   * Windows, macOS, Linux.   * Windows, macOS, Linux.
 +
 +==== Is Inochi2D compatible with Live2D models? ====
 +  * No. Different programs, different filetypes. 
  
  
Line 24: Line 27:
 ===== Inochi Creator ===== ===== Inochi Creator =====
 Frequently asked questions about [[en:software:creator:start|Inochi Creator]]. Frequently asked questions about [[en:software:creator:start|Inochi Creator]].
-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://discord.com/channels/855173611409506334/1210303092642545674|ask in the Help]] thread on the Inochi2D discord.
    
  
Line 46: Line 49:
 ==== 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://lunafoxgirlvt.itch.io/inochi-creator|Itch's demo]] (or check this [[https://github.com/Inochi2D/inochi-creator/releases/download/v0.8.0-rc1/example-models.zip|link]] to download on github).   * Inochi2D has example psd files. You can download them on [[https://lunafoxgirlvt.itch.io/inochi-creator|Itch's demo]] (or check this [[https://github.com/Inochi2D/inochi-creator/releases/download/v0.8.0-rc1/example-models.zip|link]] to download on github).
 +
 +==== What are specifications to import KRA file? ====
 +  * Model .kra need to be: only raster layers, 8 bit. [[https://cdn.discordapp.com/attachments/888154799357440030/1170947838243524668/image.png?ex=6642ed27&is=66419ba7&hm=67ba206e1133776d8e0e94207a5e8865c837a9989996545d95914b270a5f03c1&|Visual info]].
 +
 +
 +==== How do you copy mesh to another part? ====
 +  * To copy mesh from one art layer to another, ''click'' on art layer that you want to copy to, then ''drag'' other art layer you want copy from to **edit mesh**, that now will be named as **copy mesh** while you are hovering. After ''dropping'', it'll open edit mesh mode so you can edit copied mesh as you wish.
  
 ==== 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 ''Copy''. Go on parameter you want copy to and click on engine icon, then click ''Paste and Horizontal Flip''. [[https://discord.com/channels/855173611409506334/1209600232766316594/1209600232766316594|Visual example]].   * Click on engine icon of parameter you want to copy, then click on ''Copy''. Go on parameter you want copy to and click on engine icon, then click ''Paste and Horizontal Flip''. [[https://discord.com/channels/855173611409506334/1209600232766316594/1209600232766316594|Visual example]].
 + 
 ==== 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 ''Thin and minimum parts'' and modifying the minimum distance between vertices until you get satisfied. Probably you'll need to edit a little after auto mesh.
  
 ==== 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 78:
  
 ==== Does PSD/KRA importing preserve the files folder/layer structure? ==== ==== Does PSD/KRA importing preserve the files folder/layer structure? ====
-  * Short answer is nobut this functionality is implemented in code, just not exposed on the user interface. If you are technically able, find these lines in source, change to ''true'' and recompile: +  * Yes, you need to go to Edit Settings > File Handling > Import behaviour to activate itIt'll import folder as Simple Nodes
-  <code> +
-  // inochi-creator/source/creator/io/psd.+
-  incImportPSD(file, IncPSDImportSettings(false)); +
-  // inochi-creator/source/creator/io/kra.d +
-  incImportKRA(file, IncKRAImportSettings(false)); +
-  </code>+
  
 ==== I get an error (Additional Layer Information section seems to be corrupt, signature does not match "8BIM".) when importing my PSD, what's wrong? ==== ==== I get an error (Additional Layer Information section seems to be corrupt, signature does not match "8BIM".) when importing my PSD, what's wrong? ====
Line 83: Line 88:
   * 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://discord.com/channels/855173611409506334/855173611409506337/1303671072683724840|Black boxes]])
 +  * Check if all layers in KRA file are raster layers
 +  * Check if there's any empty layers, if exists, delete them
 +
 +==== There's strange blurr on model compared to drawing software ====
 +  * [[https://discord.com/channels/855173611409506334/855173611409506337/1310198710013267989|Example]]
 +  * Select Puppet on Nodes, go to Inspector and check "Use Point Filtering"
 +
 +==== I'm getting a "fromString failed to parse float" error ====
 +  * 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://discord.com/channels/855173611409506334/855173611409506337/1299953344936280065|inpunpack (win64)]]. (Afterwards, you can rename .inp file as .inx if you need it).
 +
 +==== 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 108:
 ==== 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 104: Line 127:
   * Hold down ALT and move the vertices    * Hold down ALT and move the vertices 
  
-==== What does the Grid Vertex tool do? ==== 
-  * Quickly create grid-shaped mesh (it's not perspective grid tool). 
 ==== How do you change how physics behaves? ==== ==== How do you change how physics behaves? ====
   * Change the mode, default is Pendulum   * Change the mode, default is Pendulum
Line 111: Line 132:
 ==== How do I flip something in Creator? ==== ==== How do I flip something in Creator? ====
   * Set scale to ''-1''   * Set scale to ''-1''
 +
 +
 +
  
 ===== Inochi Session ===== ===== Inochi Session =====
 Frequently asked questions about [[en:software:session:start|Inochi Session]] Frequently asked questions about [[en:software:session:start|Inochi Session]]
 +
 +==== 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, VtubeStudio, IFacialMocap (or any other tracker that can send VMC) +  * OpenSeeFace, VtubeStudio, IFacialMocap, PuppetString (or any other tracker that can send VMC)  
 + 
 + 
 +==== How do I set up mouth tracking in Inochi Session? ==== 
 +  * For simple mouth tracking: ''ftMouthEmotion'' for X, and ''ftMouthOpen'' for Y 
 +  * ''mouthx'' is for tilting your mouth 
 +  * ''mouth emotion'' set tracking in to be ''-1 to 1''
  
 ==== Can you toggle expressions? ==== ==== Can you toggle expressions? ====
Line 139: Line 174:
 ==== 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://www.desmos.com/calculator/|link]], it shows visual graphic of that expression.   * You should write down math expression on this [[https://www.desmos.com/calculator/|link]], it shows visual graphic of that expression.
 +
 ==== Is there an option to stay at some pose when tracking is lost in Inochi Session? ==== ==== Is there an option to stay at some pose when tracking is lost in Inochi Session? ====
   * If you name an animation tracking_lost, Inochi Session will play it when tracking is lost.   * If you name an animation tracking_lost, Inochi Session will play it when tracking is lost.
  
en/faq/start.1715576782.txt.gz · Last modified: 2024/05/13 01:06 by yussuna