Mesh Morpher
  • Overview
    • 👋Introduction
    • 🏁Buy
    • 📽️YouTube
    • ❔Discord
  • 💻Install
  • 👷Workflows
  • 📔Patch Notes
    • 📔Patch Notes Archive
  • Editor
    • UI
      • New
      • Exit
      • Camera FOV
      • Focus Camera
      • Ruler
    • Basic Operations
      • Open Skeletal Mesh
      • Save
      • Open Morph Target
      • Close Morph Target
      • Add New
      • Delete
      • Rename
      • Duplicate
      • Set Magnitude
      • Merge
      • LODs
    • Tools
      • General
        • Options
        • Masking
        • Brush
        • Indicators
        • Shortcuts
      • Move Tool
      • Grab Tool
      • Sculpt Tool
      • Smooth Tool
      • Inflate Tool
      • Pinch Tool
      • Plane Tool
      • Flatten Tool
      • Restore Tool
      • Transform Tool
      • Lattice Deformer
      • Projection
      • Displace
      • Laplacian Smooth
      • Blend
      • Scale Tool
      • Twist Tool
      • Select Pose
      • Reference Skeletal Mesh
      • Corrective Morph Targets
      • Mirror Morph Target
      • RBF deformer
    • Advanced Operations
      • Create from Mesh
      • Create from Mesh Files
        • General
        • Base
        • Morphed
        • Options
        • UV Match
        • Smoothing
      • Poser
        • Bake Skeleton
        • Create Reverse Morph Target
        • Create Morph Target
        • Animation Curves
          • To Morph Targets
          • To OBJ Files
        • Morph Targets
          • To Bonesnapshot
          • Update from Pose
          • To OBJ Files
        • Correctives
        • Bone Editor
          • Symmetry
          • Pivot
          • Draw
          • Bone Scale and Animation Retargeting
          • Lock Bones
          • Unlock Bones
        • Bone Snapshots
          • Corrective
        • Pose Driver
        • Meta Human DNA
        • Mirror Pose
        • Modify Animations
      • Copy
      • Wrapper
        • Options
        • Wrapper Settings
        • Control Points
        • Bone Editor
        • Section Selection
        • Masking
      • Bake
      • Recompute Normals
      • Stitch
        • By Bone Weights
      • Append Geometry
      • Remove Mesh Data
      • Transfer Weights
      • Remesh
    • Exporter
      • OBJ To FBX
      • Export Mesh as OBJ
      • Export Morph Target as OBJ
      • Export Selection as OBJ
      • Alembic
      • Masks
      • Meta Human DNA to OBJ
  • Runtime
    • Standalone Morph Target
      • Get Delta
      • Get Delta LODs
      • Get Delta Num
      • Get Skeletal Mesh
      • Get Morph Target Name
      • Set Morph Target Name
      • Get Weight
      • Set Weight
      • Duplicate Standalone Morph Target
    • Project
      • Project Standalone Morph Targets to Morph Targets
      • Project Standalone Morph Targets
    • Create from Mesh Files
      • Create Morph Target from Mesh Files
      • Create Standalone Morph Target from Mesh Files
    • Utilities
      • Export Skeletal Mesh To OBJ
      • Get Morph Targets Names
      • Find Morph Target
      • Remove Morph Target
      • Duplicate Skeletal Mesh
      • Load Bonesnapshot
      • RigLogicNoBones
    • Dynamic Skeletal Mesh Component
Powered by GitBook
On this page

Was this helpful?

  1. Editor
  2. Advanced Operations

Create from Mesh Files

Last updated 1 year ago

Was this helpful?

Mesh Morpher allows users to create a Morph Target from another Mesh Files and it supports both FBX/OBJ formats.

In order to create Morph Targets from Mesh Files, Mesh Morpher requires two file inputs (Base and Morphed), from which it grabs the deltas. Those deltas are then projected on the Skeletal Mesh.

In order for this functionality to work correctly, both Mesh Files (Base and Morphed) need to share same vertex count and order.

Enabling allows users to overcome this limitation.

There are two ways to create Morph Targets from Mesh Files:

  • By clicking Create from Mesh Files in Mesh Morpher's toolbar

  • Navigating to Tools top dropdown menu and clicking Create from Mesh Files

Create from Mesh Files supports both triangulated and quads meshes with the condition that both files have same vertex count and order.

It is recommended that if users want to work with quads, to convert the base file to quads(Blender or any other DCC) and then they duplicate the quad base file(name it Morphed) and they do the work on the duplicate file. In Blender this is how to .

Mesh Morpher exports and imports Mesh Files with X as Forward Axis and Y as Up Axis, therefor imports and exports in third-party DCC files should use the same settings.

In order for the Morph Target to be successfully created, all 3 meshes (Base, Morphed and Skeletal Mesh) should face same direction. This can be always achieved by changing the axes or transforms of the input files.

Mesh Morpher doesn't require for Base file to be identical with the Skeletal Mesh, but the more they resemble the better the output result.

Threshold is what controls how permissive Mesh Morpher is when the projection is happening. Higher Threshold means that Mesh Morpher is more permissive with the differences between Base and Skeletal Mesh. With a very low Threshold(for example 0.001) users are hinting that only very similar vertices would be part of the final result.

Mesh Morpher will throw errors when something goes wrong:

  • Morph Target: %s has no valid data. Base Mesh and Morphed Mesh are the same or did not generate any deltas. This error is self explanatory, when the Base and Morphed files are the same, there are no deltas to project.

  • Morph Target: %s has no valid data. Base Mesh and Skeletal Mesh have no similarities? This error could happen for various reasons, either the base mesh is too different from the skeletal mesh, or it doesn't face the same direction as the skeletal mesh.

Default settings are what works in most tests and experiments. Users are supposed to tweak and customize the settings based on their inputs.

Keyboard shortcut: Ctrl + Shift + F

The button is greyed out when there's no skeletal mesh loaded

If successful, a dialog box will pop, notifying users whether the operation was successful.

If the Morph Target name is already in use, a new dialog box will pop asking whether to overwrite or change the name. Pressing Yes will clear and overwrite the existing Morph Target.

UV Matching
convert triangle meshes to quads
Create from Mesh Files and CC4 in Mesh Morpher
Mesh OBJ Files have been imported using X as Front and Y UP in blender and exported using the same.
Result