Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crapola/blender_t3d
Blender Import-Export add-on for Unreal .T3D files.
https://github.com/crapola/blender_t3d
blender-addon t3d unreal unrealed ut99
Last synced: about 15 hours ago
JSON representation
Blender Import-Export add-on for Unreal .T3D files.
- Host: GitHub
- URL: https://github.com/crapola/blender_t3d
- Owner: crapola
- Created: 2023-01-19T18:32:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T14:26:27.000Z (9 months ago)
- Last Synced: 2024-02-18T17:25:34.953Z (9 months ago)
- Topics: blender-addon, t3d, unreal, unrealed, ut99
- Language: Python
- Homepage:
- Size: 4.91 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# blender_t3d
Import-Export add-on for old UnrealED .T3D files.
## Installation
This requires at least Blender 3.3 LTS.
Download the [latest release](https://github.com/crapola/blender_t3d/releases/latest).
Blender: Edit > Preferences > Add-ons > Install...
In the open file dialog, select the archive and press "Install Add-on".
Blender will automatically fill the filter, otherwise the addon should appear in the list as "Import-Export: Import and export old Unreal .T3D format".## Usage
The add-on adds the following menu items:
`File > Import > Import Unreal .T3D (.t3d)` \
`File > Export > Export Unreal .T3D (.t3d)` \
`Object > Export T3D to clipboard` to paste directly selected mesh(es) into the clipboard.## Notes
* Unreal uses larger units than Blender, so you might need to adjust camera clip when importing large maps.
![Image](camera_clip.png)
* In addition, Blender's axes are oriented differently compared to UnrealEd (X and Y are switched), so you should expect to see imported objects appear mirrored.
* If you want to use UT texture in Blender, see [texturing](texturing/instructions.md).