-
Notifications
You must be signed in to change notification settings - Fork 287
How import assets
Depending on the object type, the import parameters are not the same.
- For Static mesh assets you need tick CombineMeshs.
- For Skeletal mesh assets you need tick Import Morph Targets if you use Shape Keys.
- The animation assets should be imported after the skeletal mesh.
- For animations assets untick Import Mesh and select you Skeleton in Skeleton.
- For Alembic animations assets tick Merge Meshes.
- Set ImportType to Skeletal.
- Set FlipU to False and FlipV to True.
- Set Scale to 100,-100,100 (xyz).
- Set Rotation to 90,0,0 (xyz).
Note: Alembic export and import can take a lot of time.
Alembic example:
- In Unreal enable Pyton Editor Script Plugin, Editor Scripting Utilities and Sequencer Scripting.
- In Blender open the panel Import Script and enter the location where you want to import the assets.
- Check potential errors and process the export.
- Open the panel Clipboard Copy and click on appropriate button to easily copy the command for import asset.
- In Unreal Engine open Output Log. Window > Developer Tools > Output Log
- In Output Log run the copied command(Cmd type):
-
py "C:\[Folder]\ImportSequencerScript.py"with your Script file location. - The file ImportAssetScript.py is placed by default at the location of the blender file in folder ExportedFbx\
-
Example video: https://youtu.be/FOFBfiE5EEQ
It is possible to import complete sequence from blender to unreal with camera cut management and animations on special tracks like FOV (FocalLength), Aperture (F-stop), and Focus Distance. The Camera cuts are generated with Markers https://docs.blender.org/manual/en/dev/animation/markers.html#bind-camera-to-marker
-
In Blender open the panel Import Script and define the location where you want to import the sequencer into Unreal Engine with the name.
-
Select your scene camera and set the Export type property on "Export recursive". Now repeat the task for all the camera.
-
Check potential errors and process the export.
-
Open the panel Clipboard Copy and click on appropriate button to easily copy the command for import sequencer.
-
In Unreal Engine open Output Log. Window > Developer Tools > Output Log
-
In Output Log run the command (Cmd type):
-
py "C:\[Folder]\ImportSequencerScript.py"with your ImportSequencerScript file location. - The file ImportAssetScript.py is placed by default at the location of the blender file in folder ExportedFbx\
-
-
Please note that the sequencer will be override on each import. I strongly recommend to use a separate sequencer for your cameras
- So you can manage your assets in a sequencer and keep another sequencer to override for your cameras.
- Download And Installation
- Download And Installation (Dev Branch)
- Static Meshs ‐ Quick Start
- Skeletal Meshs ‐ Quick Start
- Multiple-Animations-(Actions)-‐-Quick-Start
- Single-Animation-(NLA)-‐-Quick-Start
- Release-Logs
- Transform And Pivot Point
- Axis Transforms
- Copy Object Transform To Unreal Engine
- Level of details (Lods)
- Collisions
- Sockets
- Cameras
- Camera Depth of Field
- Camera Shift
- Camera Axis
- Curves and Splines
- Animations
- Morph Targets (Shape keys)
- 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