Difference between revisions of "Importing, editing and exporting a Brush with Blender"

From Oldunreal-Wiki
Jump to navigation Jump to search
Line 75: Line 75:


* Press "ctrl + v" to clear those cyan looking sharp edges.
* Press "ctrl + v" to clear those cyan looking sharp edges.
[[File:BlenderBrushImportExport11.png]]
[[File:BlenderBrushImportExport11.png]]


Line 109: Line 110:
[[File:BlenderBrushImportExport17.png]]
[[File:BlenderBrushImportExport17.png]]


and create new faces with "f" ...
...and create new faces with "f" ...


[[File:BlenderBrushImportExport18.png]]
[[File:BlenderBrushImportExport18.png]]


and close the top of the mesh.
...and close the top of the mesh.
 
[[File:BlenderBrushImportExport19.png]]
[[File:BlenderBrushImportExport19.png]]


[[Category:Mapping]]
[[Category:Mapping]]
[[Category:UnrealEd]]
[[Category:UnrealEd]]

Revision as of 22:40, 21 November 2018

This tutorial is about how to export an original terrain brush from Unreal 227 (UnrealED2.1 or higher), preparing the ability to edit it in Blender and reimport it in to Unreal 227.

For this tutorial I'm using the terrain from Dark Arena.

Part 1) Intro

Part 2) Converting the brush as StaticMesh and export it as .obj

Select your brush by pressing shift on your keyboard and left click with the mouse on any surface of the brush you want to export or select your brush in any viewport.

Right click on any edge of your selected brush and go to Convert/To StaticMesh.

BlenderBrushImportExport1.png


Save the created StaticMesh temporary into MyLevel, choose any name you want (e.g. DarkTerrain).

BlenderBrushImportExport2.png


After converting the brush to a StaticMesh export it from the MeshBrowser as .obj Save the .obj in any folder you want.

BlenderBrushImportExport3.png


Part 3) Importing the .obj into Blender and prepare it for editing

Open Blender and delete the cube which is always in your empty scene. Simply select the object and press x to delete it

BlenderBrushImportExport4.png


Now import the .obj over File/Import/Wavefront (.obj)

BlenderBrushImportExport5.png


After you have imported the .obj you will notice that the brush is way to huge for Blenders space. This will be fixed in a few steps later but first you have to join the groups to make it one object.

To do so press shift to select multiple objects in the object list. Move your mouse back to the 3d viewport and press "ctrl + j" to join them.

Note: If a group is selected it has an orange circle around the triangle as visual feedback.


BlenderBrushImportExport6.png


Now scale the huge mesh down by factor 100!

BlenderBrushImportExport7.png

After the scaling procedure the mesh should be completely visible in your viewport.

BlenderScaleDown2.png

Part 4) Editing your terrain mesh in Blender

First change the mode from "Object Mode" to "Edit Mode" to have accsess to all the editing tools you need.

BlenderBrushImportExport9.png


After switching the mode the mesh should look like this:

BlenderBrushImportExport10.png


Now the fun part begins :)

  • Press "ctrl + v" to clear those cyan looking sharp edges.

BlenderBrushImportExport11.png

  • Press "w" and select "Remove Doubles" to connect all seperated vertecies to the mesh.

BlenderBrushImportExport12.png


  • Press "ctrl + f" and select "Tries to Quads". This turns most of the triangles into squares.

BlenderBrushImportExport13.png


Your mesh should now look like this:


BlenderBrushImportExport14.png


  • Make your changes on your terrain or create your own. If further explanation is required use other tutorials or resources

on YouTube on how to use Blender to shape the mesh.


  • After you are done with your changes the mesh needs to be closed on the top. Simply select all four outer vertices on the very end of your mesh.

BlenderBrushImportExport15.png

press "e + z" to extrude them along the Z-Axis

BlenderBrushImportExport16.png

Select the new edges which were created after extruding the vertices along the Z-Axis....

BlenderBrushImportExport17.png

...and create new faces with "f" ...

BlenderBrushImportExport18.png

...and close the top of the mesh.

BlenderBrushImportExport19.png