Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: get Index of reversed Spline

Looks like I found a solution fn IBitArrayToBitArray var IBitArray = ( global tmpMxsValue = var local g = (dotnetclass “Autodesk.Max.Glo…

7 years ago
Forum
Reply
RE: get Index of reversed Spline

Great, it’s much better now. I got around ~3 seconds to convert 100k IBitArray.

7 years ago
Forum
Reply
RE: get Index of reversed Spline

IBitArray is zero based so it should be like this I think. for j = 0 to IBitArray.Size-1 do

7 years ago
Forum
Reply
RE: get Index of reversed Spline

And it does. It modifies original bitarray, but I know how to deal with that. Thanks again — here was not working solution

7 years ago
Forum
Reply
RE: get Index of reversed Spline

There’s no Get method in 2014, unfortunately. maxscript listener: – props – .AnyBitSet : <System.Boolean>, read-only .BitwiseNot : &lt…

7 years ago
Forum
Reply
RE: get Index of reversed Spline

Thx, Denis. Maybe there’s a way I can cast IBitArray to int[] some other way? My max2014 throws this when compiling it: “Cannot apply indexing with []…

7 years ago
Forum
Topic
Forum
Replies: 14
Views: 49
Reply
RE: Cursor position from face selection

I didn’t mean that your way of doing it is wrong. That’s just due my poor english

7 years ago
Forum
Reply
RE: Cursor position from face selection

Unfortunately it doesn’t work without prior edge/face selection too delete objects t = teapot() convertToMesh t setFaceSelection t #{159..160, 167….

7 years ago
Forum
Reply
RE: Offsetting RGB colors to negate colored lighting

There’s VrayDiffuseFilterrender element for that purpose. If you don’t need to turn white facade to black one that should fit you task pretty well.

7 years ago
Forum
Reply
RE: Offsetting RGB colors to negate colored lighting

Your renderer doesn’t support white balance?

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

both from c++ sdk reference iepoly.h iepolymod.h

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

what about c# ? g = (dotnetclass “Autodesk.Max.GlobalInterface”).Instance i = g.Interface_ID.Create 0x92779 0x634020 — epoly …

7 years ago
Forum
Reply
RE: Macroscript not jumping to Object's baseobject (modpanel)

macroScript ModifierAutoSelectToggle category: “MyTools” toolTip: “Visualize AutoModSel Toggle” ( ModAutoSelectActive == true on isChe…

7 years ago
Forum
Reply
RE: How to find a string or binary data from a stream buffer?

f = (dotnetclass “System.IO.File”).ReadAllBytes @”C:\utf_8.txt” asdotnetobject:on s = (dotnetclass “System.Text.Encoding”).Default.GetString f asdotne…

7 years ago
Forum
Page 65 / 84