AlexeyGapon
@alexeygapon
New Member
Joined: Feb 14, 2024
Topics: 4 / Replies: 25
Reply
RE: 3ds max sdk .NET

Hello This is ammazing! We are trieng to write 3d max listener. We need to listen all we can. Could you help with writeing such Listener? Do you know…

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 18
Reply
RE: Test plugin written on C# without reloading 3d MAX

Well everything going good. But if i open the plugin then close it and trying reopen it gives the error “can`t access to disposed object”. Could anyo…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

I am developing not only the geometry plugin. But there are no MaxDotNet in the list. Befor testing the plugin i should turn some options in that Util…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

Sorry but changing that config file didn`t work. MaxDotNet is still missing in the utilities list.

11 years ago
Forum
Reply
11 years ago
Forum
Topic
Forum
Replies: 38
Views: 110
Reply
RE: Open dotNet Form with Maxscript

This code works fine! fn test = ( local Assembly = dotNetClass “System.Reflection.Assembly” local maxroot = pathConfig.GetDir #maxroot Assembly.LoadF…

11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

Well it dose not work — Error occurred in anonymous codeblock; filename: D:\work\MyTutors\GardenWorker\Scripts\1.ms; position: 110; line: 4 — Runt…

11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

I got it But what should i do if i need the paremeter in my constructor?

11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

Actual “SplineAlignDialog.cs” code: using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using S…

11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

Yes! Thanks for the understanding)) There are the errors: — Error occurred in anonymous codeblock; filename: ; position: 54; line: 1 — Runtime erro…

11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

Thanks a lot about the last link! I am trying to write a plugin with C# user could call in any time. Like Material Editor Or Particle View.

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: Open dotNet Form with Maxscript

public void Initialize(IGlobal global, System.ComponentModel.ISynchronizeInvoke sync) { SplineAlignDialog dialog = new SplineAlign…

11 years ago
Forum
Page 1 / 2