Shred

2 votes
Version: 
0.10

Shred helps you manage your clever snippets of maxscript code in 3dsMax. If you’re anything like me and forget what code you put where this script might be something for you.

Reuse, rinse, repeat

Use shred to store and tag functions or algorithms. This makes it easy to retrieve them later on when you need them. Shred also allows you to gradually improve your snippets. It’s a great way to gradually improve common pieces of code.

Additional Info: 

Documentation

  • 2015-09-11 0.02 Fixed install issue
  • 2015-09-11 0.03 Fixed another install issue
  • 2015-09-18 0.10 Compatible with max 2011, shred filenames are a combination of an ID and their title, making it a lot easier to browse them in windows explorer.
Version Requirement: 
3dsMax 2011 and up

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
grabjacket's picture

Yes, I'm still not done with

Yes, I'm still not done with the tests to get it working in max 2011. Once that's done I'll update all the links to the latest version.

miauu's picture

.

The link from the description points to your web page, and Get Script Button on it points to version 0.04.mzp

grabjacket's picture

wait wait! I found a nasty

wait wait! I found a nasty bug after restarting my machine. Probably some residual global function. Try this one.

walterlow's picture

no worries man. thanks for

no worries man. thanks for the effort and help!

grabjacket's picture

walterlow, I'm sorry but I'm

walterlow,
I'm sorry but I'm out of ideas for max 2011.

walterlow's picture

seems like it fixed that, but

seems like it fixed that, but now with new errors.

-- Error occurred in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse; position: 13078; line: 53
--  Defined in encrypted script
-- Error occurred during fileIn in <File:C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse>
--   called in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse; position: 12748; line: 51
--  Defined in encrypted script
-- Error occurred during fileIn in <File:C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\RUNGUI_Shred.mse>
--   called in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\RUNGUI_Shred.mse; position: 521; line: 2
--  Defined in encrypted script
>> MAXScript MacroScript Error Exception: -- Type error: Call needs function or class, got: undefined <<
grabjacket's picture

Hey walterlow, there's a c#

Hey walterlow, there's a c# assembly in the script which takes care of the licensing. I've reassembled it to target a lower .net version which should be compatible with max 2011. Try this one out.

walterlow's picture

hey klaas, thanks for the

hey klaas,

thanks for the version but it doesnt work still. throws me an error.

http://picplus.ru/img/1509/14/c452027c.png

and several other random dlls upon reclicking the macro.

grabjacket's picture

Hi Walterlow, I'm sorry but I

Hi Walterlow, I'm sorry but I don't have max 2011 to test it out. I do remember one thing in other scripts which might cause compatibility issues with max 2011. Could you try out this version and see if it works for you?

 

walterlow's picture

-- Error occurred in

-- Error occurred in fn_initPaths(); filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse; position: 10527; line: 33
--  Defined in encrypted script
--   called in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse; position: 12045; line: 38
--  Defined in encrypted script
-- Error occurred during fileIn in <File:C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse>
--   called in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\Shred.mse; position: 679; line: 5
--  Defined in encrypted script
-- Error occurred during fileIn in <File:C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\RUNGUI_Shred.mse>
--   called in anonymous codeblock; filename: C:\Users\user\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\scripts\KlaasTools\Shred\scriptfiles\RUNGUI_Shred.mse; position: 619; line: 5
--  Defined in encrypted script
>> MAXScript MacroScript Error Exception: -- Runtime error: No method found which matched argument list <<

got this error after installing and running it. using max 2011 64bit

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.