Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Unwrapping.GenerateSecondaryUVSet

static function GenerateSecondaryUVSet(src: Mesh): void;

Description

Will auto generate uv2 with default settings for provided mesh, and fill them in.

static function GenerateSecondaryUVSet(src: Mesh, settings: UnwrapParam): void;

Description

Will auto generate uv2 with provided settings for provided mesh, and fill them in.