How to normal export blender model in ue4?

Looks like your normals are inverted? If you display them in blender do they point the right way? If not you can try (in edit mode) mesh → normals → recalculate outside.

The normals look right in blender?

You could be inverting your axis’ somewhere (not sure what settings are available for this but you might find them in either/both export and import settings.

Another thing that comes to mind - if you applied transformations to the object in blender I’ve found (a couple of years ago now, not tested recently) that they don’t come through properly. My general practice is to apply scaling, offsets etc to the vertices.

If you’re still having problems later upload your .blend file and I’ll have a play with it.

Looks like the problem is with your normals - they are pointing inward:

Recalculate outside did work for me - you have to select all the verts for it to work though (A when in edit mode - the mesh turns orange when selected).

They should look like this:

.

To display them in blender - there are toggles on the right hand view pane.

Hope this helps - if it does then just accept my answer above!

Apparently “Recalculate Outside” doesn’t get the inside normals deeper in the urn.

To fix that in blender:

  1. In solid edit mode [Z toggles wireframe and solid] hit C, this gives you a selection cursor that you can resize with the mouse wheel. Click to select vertices and shift click or middle mouse button click to unselect. Very useful…
  2. Select something at the bottom of the urn
  3. In the select menu pick “Linked” OR ctrl-L. A menu will appear at the bottom left select “Normal” as your delimit. This should select only the broken faces (it did for me).
  4. Once you have the faces you need to fix selected go mesh->normals->flip.
  5. ReExport
  6. ReImport into UE4
  7. Profit

link text

My personal experience with Blender is that it has a non trivial learning curve and some seriously powerful tools to play with once you start getting the hang of it. Amazing package for free!

Probably took me 20 hours to get the modelling basic worked out. A lot maybe but you get a lot of power for that investment.

Youtube tutorials are awesome!

Good luck :slight_smile:

I create the .fbx file in blender then import this file in ue4. I have my model in incision in ue4. How to solve this problem?

I use blender → ue4. Generally found you need to export the face smoothing group in the fbx export settings.

Not knowing what the original model looks like - what’s the exact problem?

in 3 is the original model, in 4 is in the ue4 after exporting

not working, maybe i need to change something in importing setting in ue4?

ok, zalil.su - лучший способ обмениваться файлами. Бесплатный файлообменник

ok, this works, thanks, but now texture is transparent inside the model.