sinokgr
@sinokgr
New Member
Joined: Feb 15, 2024
Topics: 19 / Replies: 146
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

turbosmooth was because I wanted to call the function more times (the baseobject as I’ve said a couple times already, was a mistake because in a previ…

11 years ago
Forum
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

Yeah of course, but this doesn’t make “everything is wrong”. I could have just avoided all the trouble by just writing half lines of code like you did…

11 years ago
Forum
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

yeah, I understand that. I can’t see why you said that these are both wrong.

11 years ago
Forum
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

I either have missed it or it was before I started becoming active.

11 years ago
Forum
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

Hi Denis, I’m not sure if you’ve read the previous comments, but spacefrog mentioned about the baseobject problem and I replied to that. I’m also no…

11 years ago
Forum
Reply
RE: Increasing Performance when Searching for Interfaces and Methods

haha yeah, stupid me! I was testing it with multiple scenes and I forgot to remove it. In any case, the difference again it’s pretty dramatic. I tried…

11 years ago
Forum
Reply
RE: transform matrix problem

I don’t have python to give it a go, but why do you access the file for every loop?! Save everything in memory and write the file at once. for exampl…

11 years ago
Forum
Reply
RE: transform matrix problem

I was pleasantly surprised the other day with MXS and binary, it’s much faster than text!

11 years ago
Forum
Reply
RE: transform matrix problem

If the saving is not fast enough for you, why don’t you save your files using dotNet APIs?

11 years ago
Forum
Reply
RE: transform matrix problem

I suppose the easiest way would be the following in coordsys local ( for i=1 to $Box002.verts.count do ( setVert $Box001 i (getVert $Box002 i) )…

11 years ago
Forum
Reply
RE: MaxScript…inside dotnet ? Rollouts width

yep, because there is no property offset in the button. Try “pos” instead try(destroyDialog resizingRollout)catch() rollout resizingRollout “resizin…

11 years ago
Forum
Reply
RE: MaxScript…inside dotnet ? Rollouts width

Blobynator: Hi all, I’d like to do a rollout that I can resize vertically and horizontally but… I am a bit anoyed by this did you tried this ?…

11 years ago
Forum
Reply
RE: Distance visualizer

Hi davius, I’ve uploaded a file. The script is in the Text shape. Unfortunately I’m a bit busy so it’s the quickest/ugliest way to do it, but it will…

11 years ago
Forum
Reply
RE: Matrix Interpolation

Hm, I think I’m stack with C#… Can you please take a look the following MXS code? –because MXS doesn’t have a makeClosest function fn makeClosest …

11 years ago
Forum
Page 3 / 11