diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-14 20:48:03 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-14 20:48:03 -0700 |
| commit | fbcd6a84b64018a93a3fd4e3e15260d921e93d8e (patch) | |
| tree | 24a762c1a0f2d8d1dace3418193d838b657e33cd /Scripts | |
| parent | 60e1e2010ab5eaa01dfd00c30f91384f95a78aa2 (diff) | |
Add meta pass, limit fog to forward base, add fog dir/indir knobs
Diffstat (limited to 'Scripts')
| -rw-r--r-- | Scripts/BakeVertexData.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
