unreal.BakeScaleMethod

class unreal.BakeScaleMethod

Bases: unreal.EnumBase

EBake Scale Method

C++ Source:

  • Plugin: MeshModelingToolset

  • Module: MeshModelingTools

  • File: BakeTransformTool.h

BAKE_FULL_SCALE

0

BAKE_NONUNIFORM_SCALE

bake all scale information, so the component has scale of 1 on all axes

Type

1

DO_NOT_BAKE_SCALE

bake the non-uniform scale, so the component has a uniform scale

Type

2