How to change 3dsmax default values?
for example
#how to change the default real size map from 1.0cm to 100.0 cm?
#how to change the default sweep shape in the sweep modifier to rectangle and its dimensions values?
#how to change the default spline vertexes value to corner instead of bezier?
Forum topic · General Scripting
How to change 3dsmax default values?
By gazarika · 2015-04-07
Description
Comments (2)
`
pixamoon · 2015-04-10
Hi,
I don't know if max stores those settings somewhere but for sweep defaults you can use my startup script:
This one is to use box in sweep profile. Just copy it to program Files\...Max\scripts\Startup\
I'm working on the script to save/load all kind of defaults... I'll post first version soon.
Best,
Pixamoon
Attachments
- maxdefaults_sweep_v0.10.ms — maxdefaults_sweep_v0.10.ms378 B
`
pixamoon · 2015-04-13
oki, and first version ready, take a look on:
http://www.scriptspot.com/3ds-max/scripts/max-defaults
It works with some modifiers now, I'll add more defaults soon :)
Best,
Pixamoon