DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: MXS Array and its deepcopy

An alternative solution from Larry @ Autodesk, which should consider all case scenarios. fn fixedDeepCopy val mapping: = ( if mapping == unsuppli…

7 years ago
Forum
Reply
RE: MXS Array and its deepcopy

Anything more elegant? This is a bit of a bodge/hack I put together in a hurry for a script once upon a time. fn trueDeepCopy val = ( newVal = de…

7 years ago
Forum
Reply
RE: MXS Array and its deepcopy

I have functions to fix the 2 above problems, but maybe we can see if there’s better ways of doing so?

7 years ago
Forum
Reply
RE: MXS Array and its deepcopy

I’m always getting headaches with deep copy… these are my most annoying bug finds… struct s1 ( myValA = #(1,2,3), myValB = #(#(1,1),#(2,2)), …

7 years ago
Forum
Reply
RE: MXS Array and its deepcopy

Actually I got muddled… that works correctly… It’s when you have an array in a struct that doesn’t work with deepcopy.

7 years ago
Forum
Reply
RE: MXS Array and its deepcopy

Except this doesn’t work… myarray = #(1,2,3,#(“a”,”b”,”c”)) newArray = deepcopy myarray newArray[4][3] = “banana” print myarray[4][3] –returns “ban…

7 years ago
Forum
Reply
RE: Max 2018 UI problems (docking dialog bars)

I reported this months ago and it still hasn’t been fixed

7 years ago
Forum
Reply
RE: Read max scene data directly without open it…

Please Vote here: Autodesk are looking into this one but please vote and reply to why you want it. It’ll help us get this implemented sooner!

7 years ago
Forum
Reply
RE: vrayMesh export as batch

Something like this should get you there… files = getFiles (@”C:\Temp\*.max”) for i = 1 to files.count do ( loadmaxFile files[i] quiet:true –su…

7 years ago
Forum
Reply
RE: refresh Asset manager C++

[i]ATSOps.Refresh[/i]()

7 years ago
Forum
Reply
RE: 3ds Max 2018, SDK Viewport GetHit function problem

It could be to do with the hardware hit-testing?

7 years ago
Forum
Reply
RE: UNDO without REDO

I’m glad it’s not only me that find this as well! Trying to digest an MCG made by Vu is much harder than even reading DenisT code!

7 years ago
Forum
Reply
RE: UNDO without REDO

I’m trying to think of any max action which doesn’t create an Undo record… I know there are some…

7 years ago
Forum
Reply
RE: UNDO without REDO

max undo clearUndoBuffer() ?

7 years ago
Forum
Page 7 / 76