I think this problem happen at C++ level and I don’t know how to solve it.
Script works very well without “AddModifier” function, I don’t delete any node. what will happen when I add modifier?
Why I got the error says that object is deleted:“Attempt to access deleted MAX object”, when I add a modifier to the object? plugin Helper RigSystem …
I have some usage example but let say we want to create namespaces by using “Struct”. This is my example without include: global MainStruct ( MainSt…
Would you please tell me why include is not a good method?
You can make your own encryption also by using c++. But ask this question from yourself: who want to use my scripts? If someone is able to read your c…
Subversion and backup is other story, I used this old school way of subversion because is easy to use and I can include them in my file without any co…
If you want to sell your scripts, you need to create registration system and this not safe with maxscript. The only way is c++.
Categorize your functions and variables in separate structures (separate files) and choose a short namespace for them, for example: Global variables …
Thank you! I will check it out.
Actualy I’m looking for an example
end = selection.count start = end – 3 objs = for i = start to end collect selection[i] select objs