faggionluca / MatStore

Matstore is a simple tool for 3ds Max written in c++ that allow the user to save a copy of the materials for the current selection of objects for future restore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mat Store 3Ds Max Tool

Quickly save and restore materials for selected objects

matstore gif

Environment variables

This project uses some environment variable to make it portable

  • ADSK_3DSMAX_x64_2016: 3ds max root folder
  • ADSK_3DSMAX_SDK_2016: Autodesk 3Ds Max C++ SDK
  • wxwin: wxwidgets release headers folder (see: How to use wxMSW Binaries to know how to propely install WxWidgets)

Dependencies

About

Matstore is a simple tool for 3ds Max written in c++ that allow the user to save a copy of the materials for the current selection of objects for future restore

License:MIT License


Languages

Language:C++ 96.1%Language:C 3.9%