From fbcd6a84b64018a93a3fd4e3e15260d921e93d8e Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 14 Jun 2025 20:48:03 -0700 Subject: Add meta pass, limit fog to forward base, add fog dir/indir knobs --- Scripts/BakeVertexData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/BakeVertexData.py b/Scripts/BakeVertexData.py index 670e087..47225a4 100644 --- a/Scripts/BakeVertexData.py +++ b/Scripts/BakeVertexData.py @@ -1061,7 +1061,7 @@ class MESH_OT_smart_uv_project_normal_groups(BaseSubmeshOperator, UVOperatorMixi island_margin: FloatProperty( name="Island Margin", description="Margin between UV islands", - default=0.01, + default=0.003, min=0.0, max=0.5, precision=3 -- cgit v1.2.3