Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

how to get permanent installation plugin path [3ds max c++ SDK]

how to get permanent installation plugin path [3ds max c++ SDK]

Anonymous
Not applicable
762 Views
1 Reply
Message 1 of 2

how to get permanent installation plugin path [3ds max c++ SDK]

Anonymous
Not applicable

how to get permanent installation plugin path?

me need load my config.txt file from "D:\Soft\3dMAX2016\3ds Max 2016\stdplugs"

every time when i export my file , the path  from "D:\Soft\3dMAX2016\3ds Max 2016\stdplugs" change to "save as" and my config.txt not read after 1 try to export.How i can get path "D:\Soft\3dMAX2016\3ds Max 2016\stdplugs" every time but not write this string in code c++ ?

0 Likes
Accepted solutions (1)
763 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

try this:  IPathConfigMgr.GetDIr(int which),

the default path index in the MaxDirectories.h;