forked from xavier150/Blender-For-UnrealEngine-Addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,38 @@ | ||
Blender For Unreal Engine | ||
# Blender For Unreal Engine | ||
This Add-on allows you to export content created with Blender to Unreal Engine 4. | ||
Video: https://youtu.be/YLOZZIlhgaM | ||
It works with Blender 2.8 and earlier versions | ||
</br>Video: https://youtu.be/YLOZZIlhgaM | ||
</br>It works with Blender 2.8 and earlier versions | ||
|
||
How it works | ||
# How it works | ||
Working on object packs for Unreal Engine 4 can be tedious with Blender. That's why I created the Add-on: "Blender for UnrealEngine". It simplifies the method of exporting from Blender to Unreal Engine 4 by allowing you to export all the assets of a scene at the same time. It even automatically distributes them in a proper tree structure in correlation with the Unreal Engine 4 pipeline! | ||
|
||
Sockets and collision shapes are created directly in Blender. You can precisely choose which animations need to be exported. It includes a error checker to prevent potential problems and generate python scripts that can be used in Unreal Engine 4 to import the Camera Objects and Animations from your Blender project to a Level Sequence in Unreal Engine 4. All Camera Objects and their animations will import as Camera Actors. | ||
Sockets and collision shapes are created directly in Blender. | ||
You can precisely choose which animations need to be exported. | ||
It includes a error checker to prevent potential problems and generate python scripts that can be used in Unreal Engine 4 to import the Camera Objects and Animations from your Blender project to a Level Sequence in Unreal Engine 4. All Camera Objects and their animations will import as Camera Actors. | ||
|
||
You can see the tutorials and documentation here: | ||
- [How export assets from blender](https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/How%20export%20assets%20from%20Blender.md) </br> | ||
- [How import assets from Blender to Unreal](https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/How%20import%20assets%20from%20Blender%20to%20Unreal.md) | ||
|
||
How export assets from blender | ||
How import assets from Blender to Unreal | ||
Installation | ||
Download addon : | ||
Rev 0.2.3c for Blender 2.8 | ||
Rev 0.2.3c for Blender 2.7 | ||
Or previous versions : Releases page | ||
# Installation | ||
1. Download addon : | ||
- [Rev 0.2.3c for Blender 2.8](https://github.com/xavier150/Blender-For-UnrealEngine-Addons/releases/download/v.0.2.3c/blender-for-unrealengin_2.8.zip) | ||
- [Rev 0.2.3c for Blender 2.7](https://github.com/xavier150/Blender-For-UnrealEngine-Addons/releases/download/v.0.2.3c/blender-for-unrealengin_2.7.zip) | ||
|
||
Or previous versions : [Releases page](https://github.com/xavier150/Blender-For-UnrealEngine-Addons/releases) | ||
|
||
<img src="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/DownloadScreen1.jpg" width="600"> | ||
|
||
Open User Preferences (Ctrl+Alt+U) and under Add-ons, click Install from File. Then navigate to the .zip file you downloaded and select it. | ||
|
||
|
||
2. Open User Preferences (Ctrl+Alt+U) and under Add-ons, click Install from File. Then navigate to the .zip file you downloaded and select it. | ||
<img src="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/InstallationScreen1.jpg" width="600"> | ||
3. It should now appear in the window and you can tick the checkbox in the upper right to enable it. | ||
|
||
|
||
<img src="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/InstallationScreen2.jpg" width="600"> | ||
If you would like to have the Add-on enabled every time you start Blender, click Save User Settings at the bottom of the user settings window | ||
You can found the addons in the right side panel (N) | ||
|
||
4. You can found the addons in the right side panel (N) | ||
<img src="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/blob/master/Tuto/InstallationScreen3.jpg" width="600"> | ||
|
||
|
||
Other | ||
About the next version: Trello | ||
If you want support me you can buy the addon on gumroad or blendermarket | ||
# Other | ||
About the next version: [Trello](https://trello.com/c/P2hjPAdZ/38-blender-for-unreal-engine-addon-24) </br> | ||
If you want support me you can buy the addon on [gumroad](https://gumroad.com/l/blenderforunreal) or [blendermarket](https://blendermarket.com/products/blender-for-unreal-engine) |