j83: a Maxscript outside of 3dsMax into a session that is already running, without doing something hacky like, If you have access to run assembly…
my suggested pipeline is: Separate your code to three parts: UI(designer),UI(converted to code) and Main Code. UI (.ui): Create UI file by using desig…
gandhics: I wish I can decide that. I’m all for having own UI for each DCC since they have own characteristics and requirement. But, others think ot…
We greatly appreciate the time you’ve taken to share your knowledge with us.
Now I have two main problem with MCG: We have limitation in inputs, for example we can not create curvecontrol. We can not control event handlers for …
The more I research about MCG, I find that there is big jump from 2017 to 2018, many operators are completely new. I think they finally changed “What …
Actually I’m not a professional programmer, So I prefer to use existing functionality within Max, especially when I want to work on performance. So wh…
Eight times? why this happen? is it not possible to solve this? you don’t think it may change in new feature?
You mean in C++? I don’t think MCG uses c++ at all, just scripted plugin and .Net. if you look at script created by MCG, you see some .net class used …
New problem is that my tool failed to open because of that error! I had to recreate it again. Where I should add Pass through?
So if we have multiple input? for example: Val = 0 Val2 = 20 for i = 0 to 10 do ( Val = i + Val Val2 = i * Val2 — >> Out i — >> Ou…
Swordslayer: 2018: As Chris Diggins is no longer at Autodesk and it looks we’ll get stuck with the current MCG iteration forever, playing with MC…
vusta: I just recreated the code in 2018, but I got an error. do you have any tutorial that shows how “PassThrough” works?
What You think about “At” operator? do you think we can use it here?
In this case, “Zero based” is not important for me, so I edited my question to start the loop from 0.