MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Background thread with loop stops Maxscript Listener

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…

7 years ago
Forum
Reply
RE: Use QtDesigner for PySide UI or not?

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…

7 years ago
Forum
Reply
RE: Use QtDesigner for PySide UI or not?

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…

7 years ago
Forum
Reply
RE: [SOLVED] Saving all the Objects or Groups in Scene to separate MAX files

We greatly appreciate the time you’ve taken to share your knowledge with us.

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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 …

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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 …

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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…

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

Eight times? why this happen? is it not possible to solve this? you don’t think it may change in new feature?

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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 …

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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?

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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…

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

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…

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

vusta: I just recreated the code in 2018, but I got an error. do you have any tutorial that shows how “PassThrough” works?

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

What You think about “At” operator? do you think we can use it here?

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

In this case, “Zero based” is not important for me, so I edited my question to start the loop from 0.

7 years ago
Forum
Page 31 / 55