Arch: Added Equipment tool

The purpose of this tool is to handle standalone objects such as
furniture or sanitary equipment in a building. It is mesh-based,
and accepts either a mesh or a part shape as its base object.
This commit is contained in:
Yorik van Havre
2014-08-29 19:16:28 -03:00
parent 6ab34f16d4
commit 5bbdde61ea
10 changed files with 1865 additions and 11 deletions

View File

@@ -44,4 +44,5 @@ from ArchSpace import *
from ArchStairs import *
from ArchRebar import *
from ArchFrame import *
from ArchPanel import *
from ArchPanel import *
from ArchEquipment import *