Jump to content

Recommended Posts

Posted (edited)

SLIDESMITH outfit and bodyslide converter tool


This is a very early Beta of application I can not guarantee perfect result there will most likely be bugs please feel free to ask questions or report bugs, make suggestions etc. Discord is here  https://discord.gg/xszBuKWv

If updating 

Delete cached deps folder on your pc:
~/.slidesmith/python-deps (Windows: %USERPROFILE%.slidesmith\python-deps)
after deleting and before running new version

If You're having issues with missing dependencies try running these commands in CMD/Console and make sure you have latest Microsoft Visual C++ Redistributable
python -m pip install --upgrade pip      pip install numpy scipy trimesh pyffi pyvista
or 
python -m pip install numpy scipy trimesh pyffi pyvista

Modern desktop app for scanning armor/clothing mod folders, auto-detecting likely source body type, and running a native conversion pass for supported target body types.

Supported target body types

  • cbbe
  • 3ba
  • himbo
  • bodytalk
  • tbd
  • sos
  • unp
  • bhunp
  • uunp
  • 7base
  • sam
  • vanilla
    -All other variants as well let me know if i missed one 

  • Submitter
  • Submitted
    05/23/26
  • Category
  • Requirements
     
  • Regular Edition Compatible
    Yes
  • Install Instructions

    unzip and run exe select mod folder you want converted when converting you should set output to different location so you don't risk overwriting original files 
    if updating Delete cached deps folder on your pc:
    ~/.slidesmith/python-deps (Windows: %USERPROFILE%.slidesmith\python-deps)
    after deleting and before running new version


    make sure you have latest Microsoft Visual C++ Redistributable
    if you're still having issues with missing dependencies running these commands in CMD or Console may help 

    pip install --upgrade pip
    
    
    pip install numpy scipy trimesh pyffi pyvista
    
    
    

 

Edited by Dead_On_The_Inside
Posted
31 minutes ago, triinbro said:

Looks promising for automating outfit conversion. Will try when building new skyrim modpack

Thank you I'm doing a huge overhaul to it and improving conversions. splitting engine, Rewriting renderer as React + TypeScript  and improving known bodies etc it'll all be in the patch notes next update should be ready by 05/25/26

Posted (edited)
48 minutes ago, black-watch said:

Is there any possibility to support softbody

Yes i will try to add it in the next update which should be ready by 05/25/26
However the next update is going to have quite a lot of changes and improvements so i cant promise for sure to have it in the next update since im reworking a lot of things to improve collision, fitting, seams and overall general improvement  if not then i will definitely add it in the next update. i appreciate you asking.

 

Edited by Dead_On_The_Inside
Posted
3 hours ago, Dead_On_The_Inside said:

Yes i will try to add it in the next update which should be ready by 05/25/26
However the next update is going to have quite a lot of changes and improvements so i cant promise for sure to have it in the next update since im reworking a lot of things to improve collision, fitting, seams and overall general improvement  if not then i will definitely add it in the next update. i appreciate you asking.

 



Adding Softbody will be amazing, amazing job nonetheless.
 

Posted
3 hours ago, zzzwer said:

Great creation, but is there a plan to add a ube option?

Yes i will get it added along with softbody didn't realized i missed that one. i appreciate you asking. The goal is to support converting any clothing/armor for any body to any other body.

 

Posted
6 hours ago, Dead_On_The_Inside said:

Yes i will get it added along with softbody didn't realized i missed that one. i appreciate you asking. The goal is to support converting any clothing/armor for any body to any other body.

 

Awesome. If it can be used, I think it will become something on par with bodyslide.

Posted
8 minutes ago, zzzwer said:

Awesome. If it can be used, I think it will become something on par with bodyslide.

I think I've got softbody and ube support succsefully added still doing some work on it but i should be able to have update out in 1-3 hours 

Posted
27 minutes ago, Bimbolover9454 said:

Any chance of adding COCO CBBE body?

No.
Just kidding Yes i will try and add it in the next update just a heads up though this mod/application is still pretty early in development 

Posted (edited)

Don't provide the node_modules in the source code. Dependencies will be automatically downloaded since they're inside your package.json. It'll help you save some space on the zip file. 

Edited by asdt123123
Posted

I have yet to download - just wanted to ask. Is this a tool for automating file association changes when converting an outfit, or does it 'Just Work'TM and entirely handles automating converting an outfit to a different body template, including reweighting, converting physics, resolving deforms, etc?

Clarification on the mod info page would be good!

Posted

this is such a great idea, i am terrible at converting clothes between body types 

i'll try to test this asap

Posted
On 5/23/2026 at 11:24 PM, black-watch said:

Is there any possibility to support softbody

Softbody is a physics config mode, not a separate mesh topology — 3BA Softbody and BHUNP Softbody use identical meshes to their parent bodies, just with HDT-SMP per-vertex configs.

 

Posted
3 hours ago, Tiptopbunman said:

I have yet to download - just wanted to ask. Is this a tool for automating file association changes when converting an outfit, or does it 'Just Work'TM and entirely handles automating converting an outfit to a different body template, including reweighting, converting physics, resolving deforms, etc?

Clarification on the mod info page would be good!

its supposed to handle everything then you run bodyside with the new generated missing files and  converted files 
It is still very early in development so i cant guarantee perfect result 

Posted
6 hours ago, Tiptopbunman said:

I have yet to download - just wanted to ask. Is this a tool for automating file association changes when converting an outfit, or does it 'Just Work'TM and entirely handles automating converting an outfit to a different body template, including reweighting, converting physics, resolving deforms, etc?

Clarification on the mod info page would be good!

The app already has body-specific knowledge for all supported targets and a Python pipeline for:

  • reference-body mapping,
  • surface reprojection,
  • reweighting,
  • corrective smoothing/deform cleanup,
  • physics preservation,
  • morph/zap transfer,
  • TRI generation,
  • quality gates.


just working out the bugs and improvements 

Posted
On 5/25/2026 at 8:48 AM, Dead_On_The_Inside said:

No.
Just kidding Yes i will try and add it in the next update just a heads up though this mod/application is still pretty early in development 

That would be AMAZING! 

Posted

Please bear with me, i'm tired and generally stupid.

Can i use this tool to convert regular 3BA outfits into modified 3BA using body reference i provide?

Posted
On 5/27/2026 at 6:05 PM, redhat42 said:

Please bear with me, i'm tired and generally stupid.

Can i use this tool to convert regular 3BA outfits into modified 3BA using body reference i provide?

could you explain that better which body's outfit are you trying to convert from and to exactly? i am trying to add support for all custom bodies however I'm making another version of this application that doesnt use python because it was causing alot of issues for people this project is still in development but updates will be slower for it as im now prioritizing the non python version it should be out hopefully within the next 3 days and again very early development so the fits wont be perfect  

Posted
22 minutes ago, Dead_On_The_Inside said:

could you explain that better which body's outfit are you trying to convert from and to exactly? i am trying to add support for all custom bodies however I'm making another version of this application that doesnt use python because it was causing alot of issues for people this project is still in development but updates will be slower for it as im now prioritizing the non python version it should be out hopefully within the next 3 days and again very early development so the fits wont be perfect  

default 3BA body outfit to extensively modified by me 3BA body with a bunch of extra sliders, etc. Doing it manually in the outfit studio is such a chore.

Posted

Defaulting to user installation because normal site-packages is not writeable

have no idea how to fix this, any info on the web proved useless, it still says that

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...