Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How To Create Light with selection set in the Include list

Cannot assign to read-only variable: light guess you just need to choose another name for this variable

5 years ago
Forum
Reply
RE: Making an String out of all Array Members – Maxscript

EliasMayer: And if there are easy solutions to reverse an String or Array would be good too know too ( str = “string to reverse” chars = (dot…

6 years ago
Forum
Reply
RE: dotNet in Maxscript directory issue

pathconfig.appendPath maxFilePath “yourfile.csv”

6 years ago
Forum
Reply
RE: Use Soft Selection with Edit_Poly modifier?

does it work for you? delete objects gc() with redraw off ( t = Teapot isSelected:true rotate t (EulerAngles 33 44 66) scale t [1.5,1.5,1.5] …

6 years ago
Forum
Reply
RE: System.Byte setvalue question?

Byte max value is 2^8-1 which is 255. So there’s not enough bits to represent the value you’re trying to set. byte_data.Set index 127 byte_data.Get i…

6 years ago
Forum
Reply
RE: Compress/Decompress string/stringStream

If you have no plans to save the compressed data as .gz you can try DeflateStream instead. StackOverflow: If you use the GZipStream to compres…

6 years ago
Forum
Reply
RE: Find the most distant pair of 3D points

have you seen this one? The code provided below can do the following things: Compute the exact diameter of a point-set in 3d. Seems to be linear …

6 years ago
Forum
Reply
RE: Set tangents type (C#)

there’s actually nothing much complicated try to use it as an example c# sdk public static bool SetControllerTangentType( int anim_handle ) …

6 years ago
Forum
Reply
RE: Set tangents type (C#)

// istdplug.h #define BEZKEY_SMOOTH 0 #define BEZKEY_LINEAR 1 #define BEZKEY_STEP 2 #define BEZKEY_FAST 3 #define BEZKEY_SLOW 4 #define BEZKEY_USER 5 …

6 years ago
Forum
Reply
RE: Getting elevation by coordinates

elevation by coordinates intersectRayScene <ray> is probably what you need Performs intersectRay on all nodes in the scene. Returns an arra…

6 years ago
Forum
Reply
RE: Toolbar ICustButton inconsistent state

conradbenzin: because id is always 0. I think all macro buttons have ID equal to zero. It’s those buttons that have ActionItem associated with th…

6 years ago
Forum
Reply
RE: Toolbar ICustButton inconsistent state

That’s exactly what we used to add buttons to sme. No complains from users of 2020 so far if not ButtonExists toolbar_hwnd btnText then ( local mbda…

6 years ago
Forum
Reply
RE: Toolbar ICustButton inconsistent state

Yes, the order is correct. I couldn’t find a way to add it manually, slate doesn’t allow to customize its toolbar. I did compare ICustButton from main…

6 years ago
Forum
Topic
Forum
Replies: 8
Views: 21
Reply
RE: thePainterInterface hitFace bug

In 2020 max it behaves exactly the same way as shown in the gif you posted.

6 years ago
Forum
Page 47 / 84