DataWindow :

- correzioni preview 2d.
This commit is contained in:
SaraP
2025-07-23 10:12:48 +02:00
parent 08c732c571
commit 71eb7b36e9
2 changed files with 92 additions and 67 deletions
+8
View File
@@ -133,6 +133,14 @@ WIN_OPENING_TYPES = {
LIFTSLIDE_RIGHT = 12,
}
-- tipi di pezzo
WIN_PART_TYPE = 'PartType'
WIN_PART_TYPES = {
NULL = 0,
FILL = 1,
BOTTOMRAIL = 2,
}
WIN_AREAOUTLINE = 'BaseOutline'
WIN_OUTLINE = 'Outline'
WIN_BASESPLIT = 'BaseSplit'