MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Rig System

I think this problem happen at C++ level and I don’t know how to solve it.

10 years ago
Forum
Reply
RE: Rig System

Script works very well without “AddModifier” function, I don’t delete any node. what will happen when I add modifier?

10 years ago
Forum
Reply
RE: Rig System

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 …

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 5
Views: 57
Reply
RE: Tips of working on a large MaxScript projects

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…

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

Would you please tell me why include is not a good method?

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

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…

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

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…

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

If you want to sell your scripts, you need to create registration system and this not safe with maxscript. The only way is c++.

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

Categorize your functions and variables in separate structures (separate files) and choose a short namespace for them, for example: Global variables …

10 years ago
Forum
Reply
RE: Export UV Data

Thank you! I will check it out.

10 years ago
Forum
Reply
RE: Export UV Data

Actualy I’m looking for an example

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 5
Views: 43
Reply
RE: Select the nth-last-element in an array

end = selection.count start = end – 3 objs = for i = start to end collect selection[i] select objs

10 years ago
Forum
Topic
Forum
Replies: 1
Views: 41
Page 38 / 55