Notifications
Clear all

[Closed] Storing maxscript snippets

here is a max node name validation:
http://forums.cgsociety.org/showpost.php?p=7514750&postcount=15

(not shredded yet :))

this is about legal filenames
http://forums.cgsociety.org/showthread.php?f=98&t=1039280&highlight=regex

regex:

regex = @"^[\w\-. ]+$"

I’ve used miauu’s suggested function to create valid filenames. In this new version the filenames of the stored scripts are the combination of an id and the title of the shred.

I’ve you’ve already made some shreds, this new version updates those filenames once you click the shred. You shouldn’t notice anything (apart from the filename changing).

Just wanted to let you know that the script is now compatible with 3dsMax 2011 and the new filenames now fully work.

Page 2 / 2