ForMatter/Materials/textile/Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled)
mat_recycled_pet_fleece

Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled)

synthetic knit fleece, polyester-fiber from post-consumer recycled PET bottles · rPET fleece, recycled polyester fleece, Polartec 100% recycled, Patagonia Synchilla recycled grade, post-consumer-recycled fleece

The fleece you can buy that started as someone else's water bottle. Recycled-PET fleece takes post-consumer plastic bottles (the #1 PET stream in municipal recycling), washes and shreds them into flake, melts and re-spins the polymer into staple fiber, and knits the fiber into the same brushed-pile fleece structure as virgin Polartec or Synchilla. Patagonia's Synchilla pioneered the recycled-PET fleece category in 1993 (then 80 percent recycled, now mostly 100 percent); Polartec's recycled-content lines (Power Stretch with Hardface Technology Recycled, Power Air 100% recycled) extend the concept to high-performance technical fleece. The fabric is dimensionally and functionally identical to virgin-PET fleece — same hand, same insulation, same drape — at a substantially lower carbon footprint (rPET has 30-50 percent the embodied carbon of virgin PET). The model for closed-loop synthetic textiles. Buy from Patagonia Garment Recycling (used Patagonia products are the input stream for new ones), Polartec-licensed brands (Marmot, Mountain Hardwear, REI Co-op).

Knit polyester fleece, polyester source 100 percent post-consumer recycled PET (PCR-PET) from municipal bottle-recycling streams. Manufacturing flow: collected PET bottles → washing / contaminant removal → flake (3-12 mm) → melt-extrusion → staple fiber (typical 1-3 dtex per filament, 38mm staple length) → carding → spinning → circular knitting in fleece structures (single-jersey with brushed pile face, or double-faced with brushed pile both sides). Fleece weights 100-300 g/m² depending on grade; Polartec 100 weight is the lighter mid-layer canon, Polartec 200 weight (separate entry — see Polartec 200 fleece) is the warmer mid-layer canon. Fiber tensile strength 35-45 cN/tex (slightly lower than virgin PET at the same denier — recycled fiber has shorter chain length from each thermal cycle, contributing to slight strength reduction). Pilling: rPET fleece pills equivalently to virgin fleece — the surface character is from the brushing not from the polymer source. Insulation value (clo) equivalent to virgin PET fleece at same weight. Microplastic shedding is the legitimate concern with all polyester-fiber laundering — the Guppyfriend bag and washing-machine in-line filters are the consumer-tier mitigation. Resin identification code 1 (PET) — closed-loop recycling theoretically possible (rPET fleece → flake → new rPET fleece), in practice limited by fiber-length degradation each cycle.

mechanical

  • weight_g_m2250
  • fiber_tensile_strength_cn_tex40
  • recycled_content_percent100
source: Polartec recycled-content product data; Patagonia Synchilla material specifications; GRS (Global Recycled Standard) fiber-content audit

Sustainability

  • embodied carbon kg co2e per kg2.0
  • sourceEditorial estimate from ICE / Granta CES EduPack class data + Patagonia / Polartec published LCA, cradle-to-gate. rPET fleece carries roughly 50 percent the carbon of virgin PET fleece (3-4 kg CO2e/kg).
  • recyclabilitymoderate — closed-loop recycling possible (fleece-to-fleece) but limited by fiber-length degradation each cycle; downcycling to insulation batting or industrial felt is the typical end-of-life path
  • biodegradableFalse
  • certificationsGRS (Global Recycled Standard) — the canonical recycled-content certification, bluesign-approved, Higg MSI rated, OEKO-TEX Standard 100
  • localityglobal production by Polartec (US — Lawrence, MA), Patagonia (US — Synchilla source mills primarily Asia), brand partners worldwide; designer-quantity via specialty fabric suppliers and the Patagonia Worn Wear program (which includes some yardage / fabric)
visual
any color (rPET dyes equivalently to virgin PET); the canonical fleece look — brushed-pile face, knit-back
tactile
soft brushed-pile face, smooth knit back; the fleece hand under fingertips that defines the category; warmer to the touch than synthetic-shell fabrics
weight perception
light; comparable to virgin-PET fleece per area
acoustic
the soft rustle of fleece in motion; the canonical mid-layer sound

PBR starter values

finish · fibrous — open for table, JSON, host snippets, downloads

Principled BSDF defaults derived from the sphere fibrous finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →

# finish:                   fibrous
albedo                      #48586a
metallic                    0.00
roughness                   0.70
ior                         1.45
transmission                0.00
clearcoat                   0.00
sheen                       0.70
anisotropic                 0.50
copy as JSON
{
  "albedo": "#48586a",
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "transmission": 0.0,
  "clearcoat": 0.0,
  "sheen": 0.7,
  "anisotropic": 0.5
}
Blender 4.x Python
# Blender 4.x — Principled BSDF
# Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled) · finish: fibrous
import bpy
mat = bpy.data.materials.new(name="mat_recycled_pet_fleece")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value         = (0.0648, 0.0976, 0.1441, 1.0)
bsdf.inputs["Metallic"].default_value           = 0.000
bsdf.inputs["Roughness"].default_value          = 0.700
bsdf.inputs["IOR"].default_value                = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value        = 0.000
bsdf.inputs["Sheen Weight"].default_value       = 0.700
bsdf.inputs["Anisotropic"].default_value        = 0.500
KeyShot Python (lux)
# KeyShot 11+ — lux Python API, Generic material
# Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled) · finish: fibrous
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_recycled_pet_fleece", materialType="Generic")
mat.setProperty("diffuse",      (72, 88, 106))   # 8-bit sRGB
mat.setProperty("metallic",     0.000)
mat.setProperty("roughness",    0.700)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
Substance pbrMetalRough
{
  "_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
  "_about": "Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled) \u00b7 finish: fibrous",
  "baseColor": {
    "r": 0.0648,
    "g": 0.0976,
    "b": 0.1441
  },
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "opacity": 1.0,
  "anisotropyLevel": 0.5,
  "_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
glTF 2.0 Metallic-Roughness
{
  "asset": {
    "version": "2.0",
    "generator": "ForMatter"
  },
  "materials": [
    {
      "name": "mat_recycled_pet_fleece",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.0648,
          0.0976,
          0.1441,
          1.0
        ],
        "metallicFactor": 0.0,
        "roughnessFactor": 0.7
      },
      "extensions": {
        "KHR_materials_ior": {
          "ior": 1.45
        },
        "KHR_materials_sheen": {
          "sheenColorFactor": [
            1.0,
            1.0,
            1.0
          ],
          "sheenRoughnessFactor": 0.7
        }
      }
    }
  ]
}
USD Preview Surface
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Recycled-PET Fleece (rPET, Polartec Power Air 100% Recycled) · finish: fibrous
def Material "mat_recycled_pet_fleece" {
    token outputs:surface.connect = </mat_recycled_pet_fleece/PreviewSurface.outputs:surface>

    def Shader "PreviewSurface" {
        uniform token info:id = "UsdPreviewSurface"
        color3f inputs:diffuseColor = (0.0648, 0.0976, 0.1441)
        float   inputs:metallic     = 0.000
        float   inputs:roughness    = 0.700
        float   inputs:ior          = 1.450
        float   inputs:opacity      = 1.000
        float   inputs:clearcoat    = 0.000
        token   outputs:surface
    }
}
↓ download glTF material

Second life

repairabilitymoderate — patches with Tenacious Tape; sewn repairs work.
recyclabilitygood — RIC 1 PET fiber stream; some closed-loop programs (Polartec Repreve, Patagonia recycled-fleece supply chain).
disposal pathresale → mechanical recycling → eventual general waste; microfiber shedding into wash-water is a recognized environmental concern.
typical longevity10 years (typical)
failure modes
  • microfiber-shedding releasing into wash-water (regulated in some EU jurisdictions)
  • pilling on the brushed face
  • UV degradation

Polartec / Patagonia recycled-PET fleece technical literature; Ellen MacArthur Foundation textile-microplastic reports.

Further reading