MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Scripted Plugin – Runtime Error by accessing parameters

Why you used custom attribute inside plugin? It can be done like this: plugin helper Exposer extends:Point replaceUI:true classID:#(0x7d7f057e, 0x677…

6 years ago
Forum
Reply
RE: MaxScript to export fbx as single file

ja17waman: FBXExporterSetParam Your goal is not clear, Do you want to export selected objects to a single file? This works just fine: exportFile…

6 years ago
Forum
Reply
RE: For loop inside rolloutcreator

First see the rci.str, of course “Sbtn_i” is undefined. You want to raise pressed event on buttons, But first you should know how to access them corre…

6 years ago
Forum
Reply
RE: Faster way to remove items from an array?

You can also remove item by reverse iteration: clearlistener() TheArray = for i = 1 to 9 collect i for i = 8 to 5 by -1 do deleteitem TheArray i TheA…

6 years ago
Forum
Reply
RE: C++ Render

Well, another challenge (for me) is creating a bitmap to past on.I actually want to translate it to the C# code.

6 years ago
Forum
Topic
6 years ago
Forum
Replies: 2
Views: 40
Reply
RE: Addmodifierwithlocaldata

I really shocked! why this important function is hidden! There are some more here: knowledge.autodesk.com What’s New in M…

6 years ago
Forum
Topic
Forum
Replies: 9
Views: 108
Reply
RE: PLEASE HELP!Detach by material ID without opening window for options

This is cleaner version: ( MeshopDetachFaces = meshop.detachFaces mapped fn SplitMeshByMaterialID Obj = ( if isvalidnode Obj and (Mat = Ob…

6 years ago
Forum
Reply
6 years ago
Forum
Topic
Forum
Replies: 2
Views: 70
Topic
Forum
Replies: 0
Views: 52
Reply
RE: [C#] Get Key Type

Because my tool will be used in in-house production, I think we can skip this.

6 years ago
Forum
Reply
RE: [C#] Get Key Type

Do we have a function like MS function “GetPropNames” inside C#-C++? Maybe by using that we can filter out keys easier based on it’s properties.

6 years ago
Forum
Reply
RE: [C#] Get Key Type

How many variations we have in controllers and key types? Is this a good method? I’m not sure how I can handle rotation controller. using Autodesk.Ma…

6 years ago
Forum
Page 19 / 55