Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xxpy02Body Import/Export Addon for Blender 3.6.4
#1
Tested only under the 3.64 version of blender.
It only supports importing and exporting bodies (body_subdiv_cageShape) from BS files (eg: only *.bs files).
This addon started as a fork of the io_tkm17_body 2.79b addon, but changed so much that I can't consider it the same addon anymore.

Latest release: 1.6.1

Features supported:
  • Importing and exporting meshes from any body files (original or custom)
  • Advanced mesh editing (add and remove topology anywhere you want)
  • Importing vertex groups
  • Importing vertex weights
  • Importing UV coordinates
  • Importing shape keys (blend controls/morphs)
  • Importing materials (texture shaders)
  • Exporting vertex groups
  • Exporting vertex weights
  • Exporting UV coordinates
  • Exporting shape keys

Planned features:
  • Full scene import/export (all entities in a BS file)
  • Exporting materials and shaders
  • Importing armatures

Installation Instructions
  • Unzip this file and place the io_tkm17_body folder under the 3.6\scripts\addons folder, relative to your Blender 3.6.4 installation path.
  • Activate it under Edit > Preferences > Addons > io_tkm_body.

General usage
  • To import either a custom or one of the original bodies go to: File -> Import -> TK17 Body File (.bs)

    Materials are imported automatically if they can be found at the images path relative to your addon file:
    1. If your file path is C:/TK17/Addons/Nice Body/Scenes/Shared/Body/body01.bs it will try loading the textures from C:/TK17/Addons/Nice Body/Images/Q=Tex032M/Shared/Body
    2. If your file path is C:/Archive/Nice Body/body01.bs it will try loading the textures from C:/Archive/Nice Body/Images/Q=Tex032M/Shared/Body
    3. If the files are not found then it will use the DefaultColor configured in the ShaderTexture.Texture

  • To export your custom body go to: File -> Export -> TK17 Body File (.bs)

Tutorials
  • [To see links please log-in or register here]


Download mirror (and release history):

[To see links please log-in or register here]


Changelog

Release 1.6.1
  • Import missing vertex groups for unparented joints

Release 1.6.0
  • Export of modified mesh topology
  • Enhanced error/warning reporting
  • Simplify mesh orientation by rotating parent object by 90 degrees
  • Standardize mesh write/read with the Mesh API (deprecates BMesh)

Release 1.5.1
  • Auto sort of shape keys vertex data

Release 1.5.0
  • Export of modified shape keys
  • Export of new uv coordinates
  • Export of new vertex groups
  • Export of new vertex weights
  • Export of new shape keys
  • Fix the shape keys import order
  • Source code refactoring and improvements

Release 1.4.0
  • Export of modified UV coordinates
  • Share images between shaders to prevent loading duplicated textures

Release 1.3.0
  • Export of modified vertex weights

Release 1.2.2
  • Properly parse body number from internal BS path

Release 1.2.1
  • Ignore Morph vertices that are out of the range of the Mesh VertexArray

Release 1.2.0
  • Import of materials/texture shaders
  • Import of UV maps
  • Import of blend controls/morphs/shape keys
  • Support for STransform.ScalingPivotTranslation
  • Correctly handles negative zeroes for SPolygonGeometry.NormalArray
  • Inline empty locals during compilation/export
  • Minor fixes and improvements in source code
  • Remove body files from the build process

Release 1.1.0
  • Import of vertex groups
  • Import of vertex weights
  • Major refactor of the source code

Release 1.0.1
  • Support for RenderShader.BlendMode, TGeometry.SortCenter, TGeometry.SortIndex, Texture2D.WrapU and Texture2D.WrapV
  • Handling of unexpected leading/trailing commas on list definitions
  • Swap vertex coordinates order (-z/y) for correct orientation in Blender
  • Extensive code refactoring

Release 1.0.0
  • Support for editing any type of imported body and not only the original ones packed with this addon
  • Store original BS file contents in the .blend file for reference during export
  • Refactor Bionic Script Binary file parsing algorithm


Attached Files
.zip   io_tkm17_body-1.6.1.zip (Size: 9.03 KB / Downloads: 54)
.zip   io_tkm17_body-1.5.0.zip (Size: 8.9 KB / Downloads: 23)
.zip   io_tkm17_body-1.5.1.zip (Size: 8.92 KB / Downloads: 18)
[-] The following 13 users Like xxpy02's post:'s post
  • BlackSheep Ovca (10-24-2023), Daniil (11-16-2023), daspex (10-28-2023), Geemen (10-24-2023), K17 (10-22-2023), Nikole (10-23-2023), PhoenixChongus (08-05-2024), Richter Belmont (10-23-2023), RidSol (10-24-2023), Sam005 (10-24-2023), stone86 (12-08-2023), tregert (10-22-2023), V10 (12-07-2024)
Reply
#2
(10-22-2023, 06:47 PM)xxpy02 Wrote:

[To see links please log-in or register here]

Tested only under the 3.64 version of blender.
It only supports importing and exporting bodies (body_subdiv_cageShape) from BS files (eg: only *.bs files).
This addon started as a fork of the io_tkm17_body 2.79b addon, but changed so much that I can't consider it the same addon anymore.

Features supported:
  • Importing and exporting meshes from any body files (original or custom)
  • Simple mesh editing (moving around faces/vertices)
  • Importing Vertex groups
  • Importing Vertex weights
  • Importing Materials (texture shaders)
  • Importing UV maps
  • Importing Shape keys (morphs/blend controls)

Planned features:
  • Advanced mesh editing (adding or removing faces/vertices)
  • Exporting Vertex weights
  • Exporting Materials
  • Exporting UV maps
  • Exporting Shape keys (morphs/blend controls)
  • Importing/Exporting armatures/bones



WOW!! Incredible! Finaly a newer Coded Tool version for Blender, i was using 2.69 and 2.79, Congratulations!! we apreciate this so much!! ^^

[To see links please log-in or register here]

[-] The following 2 users Like Richter Belmont's post:
  • BlackSheep Ovca (10-24-2023), daspex (11-21-2023)
Reply
#3
The idea is exactly that, to update/refresh our toolset. TK17 has a lot of potential with hook5, but our modding community gets hindered by the very ancient and often convoluted toolset we have available. Most tutorials you find nowadays are for Blender 2.8+ (new interface), there are very few tutorials left for the old interface versions - not to mention the lack of many useful features/plugins.

My short term plan is to make this a body editing addon anyone can use to create heavily customized and high resolution/poly count meshes from existing bodies. This includes adding support in Blender to customize even the shader parameters (specular, textures, etc).

The long term plan is to make this a general editing addon to customize anything, but since there's CTK (which already works fine with newer Blender versions albeit not begginers friendly) I am not sure what the next goal (after bodies) will be. I am open to suggestions.
[-] The following 5 users Like xxpy02's post:'s post
  • BlackSheep Ovca (10-24-2023), daspex (10-29-2023), K17 (10-29-2023), Richter Belmont (10-23-2023), Sam005 (10-24-2023)
Reply
#4
(10-23-2023, 10:51 AM)xxpy02 Wrote:

[To see links please log-in or register here]

The idea is exactly that, to update/refresh our toolset. TK17 has a lot of potential with hook5, but our modding community gets hindered by the very ancient and often convoluted toolset we have available. Most tutorials you find nowadays are for Blender 2.8+ (new interface), there are very few tutorials left for the old interface versions - not to mention the lack of many useful features/plugins.

My short term plan is to make this a body editing addon anyone can use to create heavily customized and high resolution/poly count meshes from existing bodies. This includes adding support in Blender to customize even the shader parameters (specular, textures, etc).

The long term plan is to make this a general editing addon to customize anything, but since there's CTK (which already works fine with newer Blender versions albeit not begginers friendly) I am not sure what the next goal (after bodies) will be. I am open to suggestions.

Amazing, SIMPLE amazing and wonderful!!!!, no comments ^^

[To see links please log-in or register here]

Reply
#5
Just uploaded a new 1.2.1 version with a fix to support bodies using custom morphs containing unusual/unexpected vertex data.
I am just not sure if I should always update the original post (thread) or if I should upload the file to a new post in this same thread.
[-] The following 3 users Like xxpy02's post:'s post
  • daspex (10-29-2023), K17 (10-29-2023), RidSol (12-01-2023)
Reply
#6
Thank you for this amazing work,finaly someone is taking care of this tool.
I think it would be best to update your post each time you release a new version.
You could leave all versions in there so the user has a good overview about
all versions available.But if you want to post them separately feel free to do so.
The Whole World Is A Piece Of  Shit But You Have To Handle It.
[-] The following 1 user Likes daspex's post:
  • K17 (10-29-2023)
Reply
#7
(10-29-2023, 04:46 AM)Daspex Wrote:

[To see links please log-in or register here]

Thank you for this amazing work,finaly someone is taking care of this tool.
I think it would be best to update your post each time you release a new version.
You could leave all versions in there so the user has a good overview about
all versions available.But if you want to post them separately feel free to do so.

Thanks for the feedback. I'll just leave the older versions next time as well, that's a good idea indeed.
[-] The following 3 users Like xxpy02's post:'s post
  • daspex (10-29-2023), K17 (10-29-2023), Sam005 (10-30-2023)
Reply
#8
(10-29-2023, 04:46 AM)Daspex Wrote:

[To see links please log-in or register here]

Thank you for this amazing work,finaly someone is taking care of this tool.
I think it would be best to update your post each time you release a new version.
You could leave all versions in there so the user has a good overview about
all versions available.But if you want to post them separately feel free to do so.

I just released a new version, but before uploading I had to remove one of the files as there's a limit of 3 files per post.
I'll keep the last 3 in this case following your recommendation albeit limited by this restriction.
[-] The following 2 users Like xxpy02's post:'s post
  • daspex (11-06-2023), RidSol (12-11-2023)
Reply
#9
Hello great job but if you have a tutorial for install and using the tools please !
Reply
#10
(11-06-2023, 11:08 AM)JORATH Wrote:

[To see links please log-in or register here]

Hello great job but if you have a tutorial for install and using the tools please !

I have added instructions to the thread, give them a try.
Reply




Users browsing this thread: 2 Guest(s)
Copyright: Roy's website was started on September 3, 2013. We been on-line over 10 years and going strong.
WARNING: ADULT CONTENT: You must be 18 years of age or older to view this website.