File size: 1,138 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
PlaceObj('ExtrasGen', {
RequiresClass = "Room",
ToolbarSection = "Room",
group = "All (Room)",
id = "PlasterOnWalls",
PlaceObj('PrgSelectRoomComponents', {
All = false,
AssignTo = "initial_selection",
Corners = false,
CornersNE = false,
CornersNW = false,
CornersSE = false,
CornersSW = false,
Doors = false,
Floors = false,
Roof = false,
RoomsVar = "initial_selection",
UseParams = true,
Windows = false,
}),
PlaceObj('ReduceSpaceOut', {
AssignTo = "initial_selection",
}),
PlaceObj('PrgAssignExpr', {
Variable = "selection",
}),
PlaceObj('PrgForEach', {
List = "initial_selection",
PlaceObj('PrgPlaceObject', {
AlignTo = "value",
AssignTo = "selection",
Classes = {
PlaceObj('PlaceObjectData', {
EditorClass = "DecWallBrickConcrete_01",
}),
},
Store = "Add to",
}),
}),
PlaceObj('PrgAlign', {
Variable = "selection",
}),
PlaceObj('PrgRotate', {
Deviation = 10800,
Variable = "selection",
}),
PlaceObj('SelectInEditor', {
ObjectsVar = "selection",
}),
})
|