Kameleon
@kameleon
New Member
Joined: Feb 14, 2024
Topics: 30 / Replies: 489
Reply
RE: MXS coding standards: fn vs function

I use ‘fn’ since because … I always used it since I remember starting with Maxscript and checking other examples that used ‘fn’. Nowadays I use it bec…

10 years ago
Forum
Reply
RE: fast checking if array is empty

Pretty much like Klunk and Denis said, .count is definitely the fastest way. In theory it reads a variable from the class that gets updated every time…

11 years ago
Forum
Reply
RE: Get position of particle?

Maxscript help file – Particle Flow Sample Scripts You will find a bunch of examples, some really specific for particle positions. Long story short …

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 6
Reply
RE: Test plugin written on C# without reloading 3d MAX

What type of plugin are you developing Alexey? In the video Marsel is doing a geometry plugin, so might only work on some types? Also only if everythi…

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

I think major plugin development just happened here

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

PiXeL_MoNKeY: Have you watched this video about MaxDotNet from Marsel? What apparently has changed from the video is that there is no longer a Util…

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

I’ve seen this before and it’s pretty awesome, but this does not work for plugins, or am I missing something? This would work for independent DLL tha…

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

I’ve been doing the same thing and I can’t find a solution for compiling, copying over the DLL to assemblies\bin and restart 3ds Max. If there’s anot…

11 years ago
Forum
Reply
RE: How can i make Python IDE recognize MaxPlus ?

Right, I’m still not sure what IDE you are trying to use, but I can recommend you to try and read my post on setting up 3ds Max, MaxPlus and PyCharm a…

11 years ago
Forum
Reply
RE: How can i make Python IDE recognize MaxPlus ?

I’ve answered in TA forum but I’ll repeat here again, just add the 3dsmax root folder to sys path and you should be able to import MaxPlus. Take note…

11 years ago
Forum
Reply
RE: Is Max SDK for student version?

Yeah, totally, that’s a great tip I don’t do any C++ but I have built my own C# templates and I prefer to stick with that rather than using the wiza…

11 years ago
Forum
Reply
RE: Is Max SDK for student version?

You’re welcome, have fun and please share with us your findings Take care!

11 years ago
Forum
Reply
RE: Is Max SDK for student version?

The SDK is usually on the Tools section of the installer and it’s not installed by default, you might want to check that in the student version. I wi…

11 years ago
Forum
Reply
RE: Resizing a bitmap

Hahaha, you’re crazy! Great reply I wouldn’t go that far as writing a custom plugin for resizing a bitmap! On a side note, crazy that GDI bitmaps ar…

11 years ago
Forum
Page 2 / 35