Updated
This commit is contained in:
4
Scripts/Modeling/UV/RizomBridge/lua_scripts/__init__.py
Normal file
4
Scripts/Modeling/UV/RizomBridge/lua_scripts/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import *
|
1
Scripts/Modeling/UV/RizomBridge/lua_scripts/blank.lua
Normal file
1
Scripts/Modeling/UV/RizomBridge/lua_scripts/blank.lua
Normal file
@ -0,0 +1 @@
|
||||
ZomSet({Path="Prefs.FileSuffix", Value=""})
|
@ -0,0 +1,6 @@
|
||||
ZomSelect({PrimType="Edge", WorkingSet="Visible", Select=true, ResetBefore=true, ProtectMapName="Protect", FilterIslandVisible=true, Auto={Box={ActiveEdges={ "XPYP", "XPZP", "XPYM", "XPZM", "YPZP", "YMZP", "YMZM", "YPZM", "XMYP", "XMZP", "XMYM", "XMZM" }}, HandleCutter=true, StoreCoordsUVW=true, FlatteningMode=0, FlatteningUnfoldParams={Iterations=1, BorderIntersections=true, TriangleFlips=true}}})
|
||||
ZomCut({PrimType="Edge", WorkingSet="Visible"})
|
||||
ZomLoad({Data={CoordsUVWInternalPath="Mesh.Tmp.AutoSelect.UVW"}})
|
||||
ZomIslandGroups({Mode="DistributeInTilesByBBox", WorkingSet="Visible", MergingPolicy=8322})
|
||||
ZomIslandGroups({Mode="DistributeInTilesEvenly", WorkingSet="Visible", MergingPolicy=8322, UseTileLocks=true, UseIslandLocks=true})
|
||||
ZomPack({ProcessTileSelection=false, RecursionDepth=1, RootGroup="RootGroup", WorkingSet="Visible", Scaling={Mode=0}, Rotate={}, Translate=true, LayoutScalingMode=2})
|
@ -0,0 +1,10 @@
|
||||
var = ZomGet("Vars.AutoSelect.Mosaic.Developability")
|
||||
|
||||
ZomSet({Path="Prefs.FileSuffix", Value=""})
|
||||
ZomSelect({PrimType="Edge", WorkingSet="Visible", Select=true, ResetBefore=true, ProtectMapName="Protect", FilterIslandVisible=true, Auto={QuasiDevelopable={Developability=var, IslandPolyNBMin=1, FitCones=false, Straighten=true}, HandleCutter=true, StoreCoordsUVW=true, FlatteningMode=0, FlatteningUnfoldParams={Iterations=1, BorderIntersections=true, TriangleFlips=true}}})
|
||||
ZomCut({PrimType="Edge", WorkingSet="Visible"})
|
||||
ZomLoad({Data={CoordsUVWInternalPath="Mesh.Tmp.AutoSelect.UVW"}})
|
||||
ZomIslandGroups({Mode="DistributeInTilesByBBox", WorkingSet="Visible", MergingPolicy=8322})
|
||||
ZomIslandGroups({Mode="DistributeInTilesEvenly", WorkingSet="Visible", MergingPolicy=8322, UseTileLocks=true, UseIslandLocks=true})
|
||||
ZomPack({ProcessTileSelection=false, RecursionDepth=1, RootGroup="RootGroup", WorkingSet="Visible", Scaling={Mode=2}, Rotate={}, Translate=true, LayoutScalingMode=2})
|
||||
|
@ -0,0 +1,11 @@
|
||||
var = ZomGet("Vars.AutoSelect.SharpEdges.Angle")
|
||||
|
||||
ZomSet({Path="Prefs.FileSuffix", Value=""})
|
||||
ZomSet({Path="Vars.EditMode.ElementMode", Value=1})
|
||||
ZomSelect({PrimType="Edge", WorkingSet="Visible", Select=true, All=true})
|
||||
ZomSelect({PrimType="Edge", WorkingSet="Visible", Select=true, ResetBefore=true, ProtectMapName="Protect", FilterIslandVisible=true, Auto={SharpEdges={AngleMin=var}, PipesCutter=false, HandleCutter=true, StoreCoordsUVW=true, FlatteningMode=0, FlatteningUnfoldParams={Iterations=1, BorderIntersections=true, TriangleFlips=true}}})
|
||||
ZomCut({PrimType="Edge", WorkingSet="Visible"})
|
||||
ZomLoad({Data={CoordsUVWInternalPath="Mesh.Tmp.AutoSelect.UVW"}})
|
||||
ZomIslandGroups({Mode="DistributeInTilesByBBox", WorkingSet="Visible", MergingPolicy=8322})
|
||||
ZomIslandGroups({Mode="DistributeInTilesEvenly", WorkingSet="Visible", MergingPolicy=8322, UseTileLocks=true, UseIslandLocks=true})
|
||||
ZomPack({ProcessTileSelection=false, RecursionDepth=1, RootGroup="RootGroup", WorkingSet="Visible", Scaling={Mode=2}, Rotate={}, Translate=true, LayoutScalingMode=2})
|
Reference in New Issue
Block a user