Message 1 of 3
Trying to setup some things in DefaultParameters.ini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use the chamfer tool a lot and I'm trying to set it to 0 segments instead of 1 as the default.
https://help.autodesk.com/view/MAXDEV/2021/ENU/?guid=GUID-B7059416-D90A-49D4-8DAB-7F541C850FDB
Using the complete example:
result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "edgeChamferSegments" 0 persistent:true
Is this not the right command for this? How do I get it to default to 0?
I managed to get the weld threshold to .001 using this:
result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "weldThreshold" .001 persistent:true
So I'm in the correct ini file.
Thanks for any help!