Add-ons
  • Home
  • Random Flow
    • Installation
    • Functions
      • Random Loop Extrude
      • Random Panels
        • Inset
        • Bevel
      • Random Slice
      • Random Axis Extrude
      • Random Cells
      • Random Scatter
      • Random Tubes
      • Random Cables
      • Random VColor
      • Random Animation
      • Partition Mesh
      • Normal Picker
      • Tag Verts
      • Utility
        • Flanges/Couplings
        • Panel Screws
        • Panel Cloth
        • Plate Insets
        • Quick Displacement
        • Load Image(s)
      • Shading
        • Add Bevel Node
        • Append Materials
      • Mesh
        • Data
        • Auto Mirror
        • Straight UV
        • Extract Faces
        • Apply Mesh
        • Grid Project
        • Quad Slice
        • Crease Sharp
        • Smooth Sharp
        • Sort Elements
        • Filter Select
        • Clear Banding
        • Clear Data Objects
      • Extras
        • Join Objects
        • Split Mesh
        • Set Origin
        • Clean Up
        • Merge Objects
      • Settings
    • Presets
    • Examples
    • Changelog
  • Creative Flow
    • Changelog
  • Creative Bundle
  • Random Starship
    • Installation
    • Functions
      • Hull
      • Front / Back
      • Plating
      • Wings
      • Settings
    • Presets
    • Examples
    • Changelog
    • Blender 4.2 Issue
  • Greeble Bake
    • Installation
    • Function
      • Baking
      • Last Baked Images
      • Images
    • Examples
    • Changelog
  • Panel Cutter
    • Installation
    • Functions
      • Bevel
      • Inset
      • Nodes
    • Presets
    • Examples
      • YouTube: Panel Cutter Bevel Type Demo
      • YouTube: Panel Cutter Inset Type Demo
    • Changelog
  • Wrap It
    • Installation
    • Functions
    • Examples
    • Changelog
  • Skin Vertex
    • Installation
    • Functions
    • Examples
      • Skin Vertex Demo
    • Changelog
  • Fast Mirror
    • Installation
    • Functions
    • Changelog
  • Sort Asset
    • Installation
    • Functions
      • Grid Array
      • Mark As Asset
      • Batch Export
    • Changelog
  • Track Lights
    • Installation
    • Functions
    • Changelog
  • Preselect
    • Installation
    • Functions
    • Changelog
  • Other Information
    • Redo Panel
  • Frequently Asked Questions
  • Help & Support
  • Contacts & Resources
Powered by GitBook
On this page
  • Limit
  • Edge Length Mode
  • Min Edge Length
  • Face Seed
  • Margin
  1. Random Flow
  2. Functions
  3. Mesh

Straight UV

Last updated 11 months ago

This will UV unwrap selected faces based on face islands generated using edges marked with UVs. The Follow Active Quads operator will be used on each UV island which will flatten or rectify them.

This will also average island scales and pack the UV islands after the unwrap. This could sometimes fail because the script uses commands that require correct poll or basically the mouse cursors needs to be inside a particular window for the command in the script to work. If this happens, just manually do them by using the Average Island Scale and Pack Islands operators respectively, they can be found in the UV editor window in the UV menu. Sometimes after doing it manually, it works in the succeeding operations. ¯_(ツ)_/¯

This operator will only work on quad faces.

It would be best if you have a UV editor window open to view the result. The operator can work in object mode but the UV map can only be viewed in edit mode.

Enable the UV Sync Selection in the UV editor window if you want to match your face selection in the 3D viewport to the UV map. This will make it easier to use the operator because it works on selected faces.

Here are the redo properties and what they do:

Limit

This has two options: UV and Sharp Edges. UV will generate the face islands based on uv marked edges as boundaries. Sharp Edges will generate the face islands based on sharp edges using an angle threshold.

The Sharp Edges option can freeze Blender if used on objects that has too much detail. Only use it to break up UV islands that has overlapping faces after using the UV option.

Edge Length Mode

Edge length mode used by the Follow Active Quads command used inside the script. This determines how the other faces in the UV island will be formatted based on the edges of the active face.

Min Edge Length

The minimum edge lengh a face has to have to be considered as the active face for the Follow Active Quads command. This avoids using lenghty thin faces which results to the other faces inheriting the shape.

Face Seed

Randomizes the active faces using a controlled seed number.

Margin

The UV island margin.

Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8