-
Notifications
You must be signed in to change notification settings - Fork 259
Download And Installation From Dev Branch
BleuRaven edited this page Nov 1, 2024
·
5 revisions
I work on this addon often and add a lot of functionality.
If you want to test the work in progress, you can try the development branch.
-
Go to the Github page and switch the branch to "Dev".
-
Download the source files as a ZIP file.
-
Extract the content.
-
Open Blender.
-
Go to the Scripting workspace and create a new text file.
-
Paste the following script:
# Run this script in Blender to build and install Blender For Unreal Engine. import os import importlib.util # /!\ Replace with the addon location /!\ dir = r"C:\Users\BleuRaven\Downloads\Blender-For-UnrealEngine-Addons-Dev\blender-for-unrealengine" script_path = os.path.join(dir, "bbam/exec/install_from_blender.py") spec = importlib.util.spec_from_file_location("install_from_blender", script_path) module = importlib.util.module_from_spec(spec) spec.loader.exec_module(module)
-
Update the variable 'dir' with the correct location and run the script to install.
- Download And Installation
- Download And Installation (Dev Branch)
- Static Meshs ‐ Quick Start
- Skeletal Meshs ‐ Quick Start
- Release-Logs
- Transform And Pivot Point
- Axis Transforms
- Level of details
- Collisions
- Sockets
- Cameras
- Camera Depth of Field
- Camera Shift
- Camera Axis
- Curves and Splines
- Animations
- Materials
- Vertex Colors
- UV Maps
- Light Maps
- Generate UV Light Maps
- Alembic animations
- Groom Simulation
- Chaos Flesh
- Custom Properties Animation to Curves UE
- Export Collection like a StaticMesh
- Import Exported Assets to UE
- How Import Blender assets to Unreal Engine -> https://youtu.be/2ehb2Ih3Nbg
- How Import Blender camera to Unreal Sequencer -> https://youtu.be/Xx_9MQu2EkM
- Old Teaser -> https://youtu.be/YLOZZIlhgaM