Try this: rollout VrayRenderSetting “VrayRenderSetting” width:200 height:296 ( local presetsArr = (Getfiles (GetDir #renderPresets + “\\*.rps”) ) …
Thank you, Denis. is there a way to set knot position for spline base object?
Try with #nodePreDelete callbacks.
Put the max modify mode and subobjectlevel = 2 outside of the for loop. Yo have to go to modify panel and edge sub-object level only once, so no need …
It works for me. You have to be in modify tab, edge sub-object level ( max modify mode subobjectlevel = 2 f1=8 f2=6 $.modifiers[#Edit_Poly]….
if matchpattern WallTypes[r].name pattern:“Door*” Then
MaxScript help file says: openBitMap <filename_string> Returns a bitmap value containing the contents of the specified bitmap file. The bitmap…
Thanks Branko. It works.
Ripped from Render To Texture script that is shipped with 3ds max. — function to make a filename valid by replacing illegal characters with a ‘_’ f…
( — store the names originalNamesArr = for o in selection collect #(getHandleByAnim o, o.name) — change the names… — get original names …
Check this thread. Open maxscript help file and search for RotatePivotOnly – there is example of how to rotate ony the pivot.
We have to thank Dennis.