Home > other >  3 ds Max can call packaging function by c + +
3 ds Max can call packaging function by c + +

Time:09-16

Demand is to be an export plug-in export special format, then Max file with the map packaged into zip file with the exported file put together, make a backup, convenient management.

3 ds Max main course single-function, by MaxScript scripting can put the Max file and related files packaged into zip files
MaxScript:
 Max file archive 

Automatically calls the console command:
 
D: \ \ t $111 m $$$$p & gt;" D: \ \ Program Files \ Autodesk \ 3 ds Max 2014 \ maxzip "" C: \ Users \ itkdq \ AppData \ Local \ Temp \ tmp261B zip" @ "C: \ Users \ itkdq \ AppData \ Local \ Temp \ tmp261C TXT"
Adding: xindian_2019-04-13_楠ㄩ锷ㄧ敾闂娴嬭瘯.max (192 bytes security)

Console commands do is: with maxzip program, the tmp261C. TXT files in the list of the packet to tmp261B. Zip

Here, the file list is how to generate? 3 ds Max c + + API can do this?
3 ds Max c + + API function of automatic packaging to do?
3 ds Max using Max script execution, will open file dialog box, required to fill in the zip file name, file name is the default on demand, don't pop up the dialog.
Also, Max the model of the package, Max is modified, modified the mapping path may be. So it is best to call the function of the 3 ds Max, rather than writing your own one.



CodePudding user response:

You install the 3 ds Max SDK? There is a sample

CodePudding user response:

reference 1st floor WJN92 response:
you install the 3 ds Max SDK? There is a sample


How to find this feature? Can tell me?

CodePudding user response:

Igame with export model to XML code, you need to search for installing the SDK to visualstudio tutorial

CodePudding user response:

reference WJN92 reply: 3/f
igame with export model to XML code, you need to search for installing the SDK to visualstudio tutorial

The SDK comes with an example of how to do? Seems the DLL, how to run?
I'm going to write their own images, how to change material picture address?
I can change the whole material ball now, but can't assigned to address images, while Maxscript can easily complete the step
Max Max SDK how to save as?

CodePudding user response:

Is generated by the dle file that needs to be put in 3 ds Max home folder inside the plugins folder
And please learn to use a search engine

CodePudding user response:

reference 5 floor WJN92 reply:
generated is dle file, need to put in 3 ds Max home folder inside the plugins folder
And please learn to use the search engine

The search for good, can only be achieved through the method of the c + + call MaxScript now
  • Related