Would it be useful to learn Python? I know that Python in Maya is good, but in Max it seems still very rough. Look here. we discussed about this topic…
You don’t need to be afraid that they replace maxscript with python. This is not gonna happen. The idea is that you use the language that fits the bes…
I understand your point. I come from the c# area. But not every one has the time to learn the 3ds max SDK, Maxscript and C++. In a company there are s…
You should make a open ADN Account (Autodesk Developer Network). There is this “3ds Max SDK Training Webcast Archive” from Kevin Vandecar he explain e…
Oh this is a good tip what means the “&” for “nodes”
It’s my pleasure
Oh I misunderstud you. You mean something like this. — function with parameter fn createArray type=( myArray = #() counter = 1; for index = 1 to …
Do you mean like this here? — create Array allMesh = for m in geometry where superclassof m == GeometryClass collect m allHelper = for h in helpers …
Yes Hybrid is the right one because you are working with a realeased version of max. I am not shor what the Error messages means but… Did you build t…
Maxscript is a live Script Language. So maybe you can cast the type back to point3, save it in a variable and just print the value of the new variable…
@SHRIF: To answer your Question there is one solution from blure here. And you can follow the blog from Christopher Diggins he is the guy by autodesk…