Blender GEOM Tools v2.1.4 (Blender 2.8x-3.x)
Version 2.1.4
- The addon will now work with Blender 3.0
Version 2.1.3
- The default behaviour when importing morph or slider GEOMs is now to map the deltas to vertexIDs instead of vertex order, the old behaviour can be enabled by unticking 'VertexID Lookup' in the import menu. The new default behaviour should be fine 99% of the time.
Version 2.1.2
- Morphs accidentally exported with normals from the base mesh instead of their own, this has now been fixed
- Recalculating vertex IDs now works with a small distance allowed between vertices, allowing to properly recalculate for sloppy EA meshes.
- Users can adjust said margin between 0.1 and 0.0 (default 0.00001)
- Users can reset said margin back to it's default value(0.00001) with the 'Reset' button under 'Vertex IDs'
- Users can adjust the maximum allowed bones on export in case I'm wrong about it being 63. (default: 63)
Version 2.1.1
- The add-on would fail to load when not connected to the internet, this has now been fixed
Version 2.1.0
- Added an update checker, checks for updates every time Blender first loads the add-on
- Having loose vertices on export will now provide a descriptive error message
It's been quite a while since I released the original version of my GEOM Tools for Blender 2.8.
While that version works, it is plagued with improper error handling and couldn't handle the game's original normals.
This new version aims to get rid of these issues.
I've reworked how meshes and morphs are imported to support custom normals and tried to get better error handling implemented, so hopefully no more mysterious stacktraces pop up for the poor users. If they do, let me know an I'll try to fix it. Remember to check this page every now and then, smaller updates may have been released since you've first downloaded it
If you're currently working on something with the old GEOM Tools I'd recommend first exporting your work with the old version, then installing this new version and reimporting the file(s) with the new version.
If something doesn't work please let me know, I'll see what i can do to help you out.
Add-on Installation
This add-on is installed like any other Blender add-on, to install it follow the menus as shown below.
Edit > Preferences > Add-ons > Install
Tools
Tool Panel
Update Checker
The add-on will now automatically look for available updates by connecting to my github page once every time the add-on is first loaded.
When an update is found the panel will display a button that's hard to miss that links to this page, if the connection fails it will instead notify you of the failure, if no updates are available nothing will show up.
In all cases you can keep using your currently installed version without any problems, but you won't have any new features or bugfixes of course.
Morphs
Morphs can be imported from GEOM morph meshes, these can be extracted from BGEO files and the base GEOM file with Cmar's tool Make sure you have your base mesh selected and import the morphs, you can select all morphs and import them all in one go.
The way morphs work has been completely overhauled, they are now separate meshes instead of shape keys for technical reasons. Instead morph meshes will now have two properties, their name and the mesh they're linked to. Any morph linked to you selected GEOM mesh in it's 'Linked to' field will get exported as a morph GEOM. The 'Morph Name' field is what will be added to the name of your exported GEOM file for the morph GEOM files, if two or more have the same in this field they will overwrite each other.
Morphs can have custom normals, just like the base GEOM meshes
Splitting UV seams
This used to be a button in the UI panel, but it didn't always work properly. Instead of fixing this I decided to remove it completely, since it's so trivial to do manually anyway.
This is still an important step that should not be overlooked or you will have issues.
All you have to do is the following: Open the UV Editor, got to 'UV -> Seams from islands', go back to the 3D view with edge select mode active, select one or more edges that are marked as a seam(orange), go to 'Select -> Select Similar -> Seam'. Now with all the edges marked as seam selected you can simply press the 'v' key to split the seams. Don't forget to recalculate the vertex IDs after if your mesh uses them.
Vertex IDs
start_id tells the add-on the vertex ID to start renumbering at.
Displayed to the right of it is the highest vertex ID and the amount of unique vertex IDs, these are updated after the 'Recalculate IDs' button is pressed. Don't touch these if you don't plan on adding/removing vertices, this way the original vertex IDs are preserved. It's also possible to remove vertex IDs from a mesh if it is needed, some things like pet accessories don't seem to use them.
Transferring GEOM Data
It's now possible to transfer GEOM data from one mesh to one or more other meshes, this is a lot less tedious than combining 2 meshes and deleting the geometry you don't need. The data will be copied from the active (mesh)object to all other selected (mesh)objects. The data that is transferred is part of the GEOM header structure, allowing the mesh to be successfully considered a GEOM mesh and to be exported.
Rebuilding the FNV map
If you ever import something and vertex groups have names like 0xef89a3e3, you'll probably want to change those to their proper names. To do this, you'll have to import the rig for the mesh in question, make sure the rig is selected and press the 'Rebuild Bonehash Database' button on the panel. After doing that select the mesh and press the 'Rename Vertex Groups' button on the same panel. You will only have to do this once, as the bone names are added to a json file mapping the fnv32 hashes to names.
Github link
https://github.com/SmugTomato/blender-sims3-geom
Credits
cmomoney for the original rig importer that I adapted into this one, can be found here
Filename | Type | Size |
---|---|---|
BlenderGeom_2.1.4.zip | zip | |
operators.py | py | 8684 |
ui.py | py | 4497 |
__init__.py | py | 5207 |
fnv_hashmap.json | json | 18310 |
acRig.grannyrig | grannyrig | 16010 |
adRig.grannyrig | grannyrig | 16010 |
ahRig.grannyrig | grannyrig | 16010 |
alRig.grannyrig | grannyrig | 16010 |
auRig.grannyrig | grannyrig | 19886 |
ccRig.grannyrig | grannyrig | 16010 |
cdRig.grannyrig | grannyrig | 16010 |
chRig.grannyrig | grannyrig | 16010 |
cuRig.grannyrig | grannyrig | 19886 |
puRig.grannyrig | grannyrig | 19886 |
geom_export.py | py | 14311 |
geom_import.py | py | 8374 |
geom_load.py | py | 7812 |
geom_write.py | py | 7881 |
morph_import.py | py | 6202 |
rig_import.py | py | 4890 |
rig_load.py | py | 2486 |
geom.py | py | 829 |
vertex.py | py | 525 |
bytereader.py | py | 2768 |
bytewriter.py | py | 2140 |
fnv.py | py | 1474 |
globals.py | py | 2737 |
LICENSE | 35765 |
BlenderGeom_2.1.4.zip
Download
Uploaded: 11th Apr 2023, 89.1 KB.
2,458 downloads.
|
||||||||
For a detailed look at individual files, see the Information tab. |
Install Instructions
1. Click the file listed on the Files tab to download the file to your computer.
2. Extract the zip, rar, or 7z file. Now you will have either a .package or a .sims3pack file.
For Package files:
1. Cut and paste the file into your Documents\Electronic Arts\The Sims 3\Mods\Packages folder. If you do not already have this folder, you should read the full guide to Package files first: Sims 3:Installing Package Fileswiki, so you can make sure your game is fully patched and you have the correct Resource.cfg file.
2. Run the game, and find your content where the creator said it would be (build mode, buy mode, Create-a-Sim, etc.).
For Sims3Pack files:
1. Cut and paste it into your Documents\Electronic Arts\The Sims 3\Downloads folder. If you do not have this folder yet, it is recommended that you open the game and then close it again so that this folder will be automatically created. Then you can place the .sims3pack into your Downloads folder.
2. Load the game's Launcher, and click on the Downloads tab. Find the item in the list and tick the box beside it. Then press the Install button below the list.
3. Wait for the installer to load, and it will install the content to the game. You will get a message letting you know when it's done.
4. Run the game, and find your content where the creator said it would be (build mode, buy mode, Create-a-Sim, etc.).
Extracting from RAR, ZIP, or 7z: You will need a special program for this. For Windows, we recommend 7-Zip and for Mac OSX, we recommend Keka. Both are free and safe to use.
Need more help?
If you need more info, see:
- For package files: Sims 3:Installing Package Fileswiki
- For Sims3pack files: Game Help:Installing TS3 Packswiki
Loading comments, please wait...
Updated: 11th Apr 2023 at 12:53 PM
-
CAS Texture+Unitool v1.9.3569 r131 (Updated 9th October 2009 - Now works on OS X and Linux!)
by CTU Team 19th Aug 2009 at 12:31am
790 690k 452 -
Blender 2.65 TS3 Slot Editor Updated 6-23-17?!
by cmomoney updated 23rd Jun 2017 at 8:22am
32 71.8k 57 -
Meshing Toolkit - version 1.4.9 uploaded 12/20/2018
by CmarNYC updated 20th Dec 2018 at 4:04pm
297 302.6k 293 -
[Outdated] Blender GEOM Tools v1.10 (Blender 2.8x-2.9x)
by SmugTomato updated 25th Apr 2021 at 9:36am
21 32.6k 38 -
by Just Harry updated 15th Sep 2024 at 3:07am
206 57.2k 114 -
by LazyDuchess updated 20th Nov 2024 at 3:45am
25 16.4k 42
-
[Outdated] Blender GEOM Tools v1.10 (Blender 2.8x-2.9x)
by SmugTomato updated 25th Apr 2021 at 9:36am
Import/Export GEOM meshes with Blender 2.8 more...
21 32.6k 38 -
Body Shop - Clean UI & Widescreen
by SmugTomato updated 13th Jun 2022 at 12:02pm
Widescreen support for Body Shop and a completely redesigned UI based on Clean UI more...
+1 packsMansion and Garden -
[UPDATE] Sims 2 GMDC Import/Export for Blender 2.79
by SmugTomato updated 25th May 2018 at 11:49pm
A fully functional GMDC Importer and Exporter for Blender 2.79 more...
65 49.1k 51 -
Sims 3 Conversion - Freedom Fence
by SmugTomato 30th Mar 2021 at 4:44pm
A conversion of the Freedom Fence from The Sims 3 more...
11 8.1k 59