rdg
@rdg
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 388
Reply
RE: CgTalk Maxscript Challenge 012: "Corner Placer"

wahooney, I like it. Maybe you can explain about the “good old binary math” ? Georg

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

You cannot wire an vector [1,1,1] like the gizmo scale to a float. You will have to extract an part [x,y,z] and wire this to the spinner. I am not sur…

18 years ago
Forum
Reply
RE: Changing MaterialIDs Scripte ???

( — the settings matIDoffset = 2 — the script theSel = selection as array for theObj in theSel do( theObjType = classof theObj case the…

19 years ago
Forum
Reply
RE: Changing MaterialIDs Scripte ???

this is for editbale_mesh: it adds a offset to the materialId of each face in a editable_mesh object: ( — the settings matIDoffset = 2 — th…

19 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

Yannick, the code looks great – but I cannot test it – no max9. So have to ask you a theoretical question: is it possible to design a form with the …

19 years ago
Forum
Reply
RE: Random Selection/Deselection of objects.

You could write a maxscript to select random cubes. Then apply your modfiers and materials to them. I am sure there is something like this on scripts…

19 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

create your uber, wiz-bang controls in c#, and use those in maxscript. Can we use Visual Studio C# 2005 Express for this? Georg

19 years ago
Forum
Reply
RE: Parametric Cabinet

nobody said this will be “simple”. You could also wire all your objects to change the shape of you cabinet. But this is as complex as writing a objec…

19 years ago
Forum
Reply
RE: SwapShort

thank you. Georg

19 years ago
Forum
Reply
RE: SwapShort

please tell me when to use this? I googled it and it seems to be needed to write endian independent code. Where could one use this in max? regards, …

19 years ago
Forum
Reply
RE: SwapShort

& should be bit.and as && is a logical AND. Georg

19 years ago
Forum
Reply
RE: SwapShort

maybe you can use bitarray values to mimic bitshifting? But this is only a guess to subscribe to this thread. Georg

19 years ago
Forum
Reply
RE: How to: Polygonizing Point Clouds

Maybe you might want to take a look at the “delaunay triangualation”: [via ] There are several implementations for programming languages and a good …

19 years ago
Forum
Reply
RE: A question About How to Connect Rotate Paramaters of the Two Gears

The opposite direction can be achieved by multipling with -1. Georg

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 23
Page 16 / 28