Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.52 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.52 KB

blender-one-key-export

Blender plugin (operators) to export selection (and children) as fbx. Those operators are designed with a very specific worlflow in mind.

How to use Press "F3" and type "One Key Exporter" then you can either use the "Snowdrop", "Substaince Painter" or "Unreal" export.

Snowdrop

Every object with no parent in your selection get exported with all its children in a dedicated .fbx file named after the root object and placed next to the .blend file.

All their children, even if not selected or hidden, will be in their respective FBX file and forced visible.

Substance Painter

Every selected object and their children will be exported as one .fbx file in a "workfiles" directory next to the .blend file.

Any object containing "_col", "_scol" or "_mcol" in its name (not case sensitive) will be ignored.

Every object with more than one UV will only keep its second UV in the export.

The .fbx file will be named after the first selected object with no parent, and if there is more than one, any suffix in its name starting with "_" will be stripped from the name.

For example if you selected three root objects, "PROP_42_A", "PROP_42_B" and "PROP_42_C", the exported file will be named "PROP_42".

Unreal

Any child object containing "_col", "_ucx" or "UCX" in its name (not case sensitive) will be renamed UCX_ParentName_X, (X being a number) to follow Unreal convention.

To export Skeletal Mesh properly, you need to set your scene scale to "0.01", if don't do this first you'll have to scale your objects by 100.