Skip to content

This script can help you model interior elements more quickly in 3ds Max. The script is currently in development.

Notifications You must be signed in to change notification settings

mat1ja/3ds_max_python_draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

3ds Max furniture modeling

Currently, it is possible to draw two furniture models with just one click. The models are shown in the images below.

UI screenshots

I also added the possibility to create furniture through a UI interface.

User interface 1 User interface 1 User interface 1

Furniture type 1

locker = locker_type_1()
locker.set_dimensions(80,50,150)
locker.set_thickness(3.6)
locker.set_plinth_height(5)
locker.set_number_of_doors(2)
locker.set_mapping(150,150,150)
locker.draw()

Furniture type 1

Furniture open shelf

locker = open_shelf()
locker.set_dimensions(50,30,80)
locker.set_thickness(3.6)
locker.set_mapping(150,150,150)
locker.draw()

Furniture open shelf Furniture open shelf

About

This script can help you model interior elements more quickly in 3ds Max. The script is currently in development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages